Skip to content

Commit ee80d3e

Browse files
committed
Merge remote-tracking branch 'upstream/main' into netobserv-1981
2 parents 3466606 + 90c23ce commit ee80d3e

30 files changed

+9847
-1012
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/netobserv/network-observability-operator?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
8+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9+
pipelinesascode.tekton.dev/max-keep-runs: "3"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11+
== "main" &&
12+
(".tekton/***".pathChanged() ||
13+
"catalog.Dockerfile.downstream".pathChanged() ||
14+
"catalog/***".pathChanged() ||
15+
"./requirements.txt".pathChanged() ||
16+
"hack/update-build.sh".pathChanged() ||
17+
"hack/bundle_digest.sh".pathChanged() ||
18+
"hack/patch_catalog.py".pathChanged() ||
19+
"hack/patch_csv.py".pathChanged())
20+
creationTimestamp: null
21+
labels:
22+
appstudio.openshift.io/application: fbc-v4-12
23+
appstudio.openshift.io/component: fbc-v-4-12
24+
pipelines.appstudio.openshift.io/type: build
25+
name: fbc-v-4-12-on-pull-request
26+
namespace: ocp-network-observab-tenant
27+
spec:
28+
params:
29+
- name: git-url
30+
value: '{{source_url}}'
31+
- name: revision
32+
value: '{{revision}}'
33+
- name: output-image
34+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/fbc-v-4-12:on-pr-{{revision}}
35+
- name: image-expires-after
36+
value: 5d
37+
- name: dockerfile
38+
value: catalog.Dockerfile.downstream
39+
- name: opm-image
40+
value: registry.redhat.io/openshift4/ose-operator-registry:v4.12
41+
pipelineRef:
42+
name: build-fbc-pipeline
43+
workspaces:
44+
- name: workspace
45+
volumeClaimTemplate:
46+
metadata:
47+
creationTimestamp: null
48+
spec:
49+
accessModes:
50+
- ReadWriteOnce
51+
resources:
52+
requests:
53+
storage: 1Gi
54+
status: {}
55+
- name: git-auth
56+
secret:
57+
secretName: '{{ git_auth_secret }}'
58+
status: {}

.tekton/fbc-v-4-12-push.yaml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/netobserv/network-observability-operator?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8+
pipelinesascode.tekton.dev/max-keep-runs: "3"
9+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10+
== "main" &&
11+
(".tekton/***".pathChanged() ||
12+
"catalog.Dockerfile.downstream".pathChanged() ||
13+
"catalog/***".pathChanged() ||
14+
"hack/update-build.sh".pathChanged() ||
15+
"hack/bundle_digest.sh".pathChanged() ||
16+
"hack/patch_catalog.py".pathChanged() ||
17+
"hack/patch_csv.py".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: fbc-v4-12
21+
appstudio.openshift.io/component: fbc-v-4-12
22+
pipelines.appstudio.openshift.io/type: build
23+
name: fbc-v-4-12-on-push
24+
namespace: ocp-network-observab-tenant
25+
spec:
26+
params:
27+
- name: git-url
28+
value: '{{source_url}}'
29+
- name: revision
30+
value: '{{revision}}'
31+
- name: output-image
32+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/fbc-v-4-12:latest
33+
- name: dockerfile
34+
value: catalog.Dockerfile.downstream
35+
pipelineRef:
36+
name: build-fbc-pipeline
37+
workspaces:
38+
- name: workspace
39+
volumeClaimTemplate:
40+
metadata:
41+
creationTimestamp: null
42+
spec:
43+
accessModes:
44+
- ReadWriteOnce
45+
resources:
46+
requests:
47+
storage: 1Gi
48+
status: {}
49+
- name: git-auth
50+
secret:
51+
secretName: '{{ git_auth_secret }}'
52+
status: {}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/netobserv/network-observability-operator?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
8+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9+
pipelinesascode.tekton.dev/max-keep-runs: "3"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11+
== "main" &&
12+
(".tekton/***".pathChanged() ||
13+
"catalog.Dockerfile.downstream".pathChanged() ||
14+
"catalog/***".pathChanged() ||
15+
"hack/update-build.sh".pathChanged() ||
16+
"hack/bundle_digest.sh".pathChanged() ||
17+
"hack/patch_catalog.py".pathChanged() ||
18+
"hack/patch_csv.py".pathChanged())
19+
creationTimestamp: null
20+
labels:
21+
appstudio.openshift.io/application: fbc-v4-14
22+
appstudio.openshift.io/component: fbc-v4-14
23+
pipelines.appstudio.openshift.io/type: build
24+
name: fbc-v4-14-on-pull-request
25+
namespace: ocp-network-observab-tenant
26+
spec:
27+
params:
28+
- name: git-url
29+
value: '{{source_url}}'
30+
- name: revision
31+
value: '{{revision}}'
32+
- name: output-image
33+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/fbc-v4-14:on-pr-{{revision}}
34+
- name: image-expires-after
35+
value: 5d
36+
- name: dockerfile
37+
value: catalog.Dockerfile.downstream
38+
- name: opm-image
39+
value: registry.redhat.io/openshift4/ose-operator-registry:v4.14
40+
pipelineRef:
41+
name: build-fbc-pipeline
42+
workspaces:
43+
- name: workspace
44+
volumeClaimTemplate:
45+
metadata:
46+
creationTimestamp: null
47+
spec:
48+
accessModes:
49+
- ReadWriteOnce
50+
resources:
51+
requests:
52+
storage: 1Gi
53+
status: {}
54+
- name: git-auth
55+
secret:
56+
secretName: '{{ git_auth_secret }}'
57+
status: {}

.tekton/fbc-v4-14-push.yaml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/netobserv/network-observability-operator?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8+
pipelinesascode.tekton.dev/max-keep-runs: "3"
9+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10+
== "main" &&
11+
(".tekton/***".pathChanged() ||
12+
"catalog.Dockerfile.downstream".pathChanged() ||
13+
"catalog/***".pathChanged() ||
14+
"hack/update-build.sh".pathChanged() ||
15+
"hack/bundle_digest.sh".pathChanged() ||
16+
"hack/patch_catalog.py".pathChanged() ||
17+
"hack/patch_csv.py".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: fbc-v4-14
21+
appstudio.openshift.io/component: fbc-v4-14
22+
pipelines.appstudio.openshift.io/type: build
23+
name: fbc-v4-14-on-push
24+
namespace: ocp-network-observab-tenant
25+
spec:
26+
params:
27+
- name: git-url
28+
value: '{{source_url}}'
29+
- name: revision
30+
value: '{{revision}}'
31+
- name: output-image
32+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/fbc-v4-14:latest
33+
- name: dockerfile
34+
value: catalog.Dockerfile.downstream
35+
- name: opm-image
36+
value: registry.redhat.io/openshift4/ose-operator-registry:v4.14
37+
pipelineRef:
38+
name: build-fbc-pipeline
39+
workspaces:
40+
- name: workspace
41+
volumeClaimTemplate:
42+
metadata:
43+
creationTimestamp: null
44+
spec:
45+
accessModes:
46+
- ReadWriteOnce
47+
resources:
48+
requests:
49+
storage: 1Gi
50+
status: {}
51+
- name: git-auth
52+
secret:
53+
secretName: '{{ git_auth_secret }}'
54+
status: {}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/netobserv/network-observability-operator?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
8+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9+
pipelinesascode.tekton.dev/max-keep-runs: "3"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11+
== "main" &&
12+
(".tekton/***".pathChanged() ||
13+
"catalog.Dockerfile.downstream".pathChanged() ||
14+
"catalog/***".pathChanged() ||
15+
"hack/update-build.sh".pathChanged() ||
16+
"hack/bundle_digest.sh".pathChanged() ||
17+
"hack/patch_catalog.py".pathChanged() ||
18+
"hack/patch_csv.py".pathChanged())
19+
creationTimestamp: null
20+
labels:
21+
appstudio.openshift.io/application: fbc-v4-15
22+
appstudio.openshift.io/component: fbc-v4-15
23+
pipelines.appstudio.openshift.io/type: build
24+
name: fbc-v4-15-on-pull-request
25+
namespace: ocp-network-observab-tenant
26+
spec:
27+
params:
28+
- name: git-url
29+
value: '{{source_url}}'
30+
- name: revision
31+
value: '{{revision}}'
32+
- name: output-image
33+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/fbc-v4-15:on-pr-{{revision}}
34+
- name: image-expires-after
35+
value: 5d
36+
- name: dockerfile
37+
value: catalog.Dockerfile.downstream
38+
- name: opm-image
39+
value: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.15
40+
pipelineRef:
41+
name: build-fbc-pipeline
42+
workspaces:
43+
- name: workspace
44+
volumeClaimTemplate:
45+
metadata:
46+
creationTimestamp: null
47+
spec:
48+
accessModes:
49+
- ReadWriteOnce
50+
resources:
51+
requests:
52+
storage: 1Gi
53+
status: {}
54+
- name: git-auth
55+
secret:
56+
secretName: '{{ git_auth_secret }}'
57+
status: {}

.tekton/fbc-v4-15-push.yaml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/netobserv/network-observability-operator?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
8+
pipelinesascode.tekton.dev/max-keep-runs: "3"
9+
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch
10+
== "main" &&
11+
(".tekton/***".pathChanged() ||
12+
"catalog.Dockerfile.downstream".pathChanged() ||
13+
"catalog/***".pathChanged() ||
14+
"hack/update-build.sh".pathChanged() ||
15+
"hack/bundle_digest.sh".pathChanged() ||
16+
"hack/patch_catalog.py".pathChanged() ||
17+
"hack/patch_csv.py".pathChanged())
18+
creationTimestamp: null
19+
labels:
20+
appstudio.openshift.io/application: fbc-v4-15
21+
appstudio.openshift.io/component: fbc-v4-15
22+
pipelines.appstudio.openshift.io/type: build
23+
name: fbc-v4-15-on-push
24+
namespace: ocp-network-observab-tenant
25+
spec:
26+
params:
27+
- name: git-url
28+
value: '{{source_url}}'
29+
- name: revision
30+
value: '{{revision}}'
31+
- name: output-image
32+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/fbc-v4-15:latest
33+
- name: dockerfile
34+
value: catalog.Dockerfile.downstream
35+
- name: opm-image
36+
value: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.15
37+
pipelineRef:
38+
name: build-fbc-pipeline
39+
workspaces:
40+
- name: workspace
41+
volumeClaimTemplate:
42+
metadata:
43+
creationTimestamp: null
44+
spec:
45+
accessModes:
46+
- ReadWriteOnce
47+
resources:
48+
requests:
49+
storage: 1Gi
50+
status: {}
51+
- name: git-auth
52+
secret:
53+
secretName: '{{ git_auth_secret }}'
54+
status: {}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
apiVersion: tekton.dev/v1
2+
kind: PipelineRun
3+
metadata:
4+
annotations:
5+
build.appstudio.openshift.io/repo: https://github.com/netobserv/network-observability-operator?rev={{revision}}
6+
build.appstudio.redhat.com/commit_sha: '{{revision}}'
7+
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
8+
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
9+
pipelinesascode.tekton.dev/max-keep-runs: "3"
10+
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
11+
== "main" &&
12+
(".tekton/***".pathChanged() ||
13+
"catalog.Dockerfile.downstream".pathChanged() ||
14+
"catalog/***".pathChanged() ||
15+
"hack/update-build.sh".pathChanged() ||
16+
"hack/bundle_digest.sh".pathChanged() ||
17+
"hack/patch_catalog.py".pathChanged() ||
18+
"hack/patch_csv.py".pathChanged())
19+
creationTimestamp: null
20+
labels:
21+
appstudio.openshift.io/application: fbc-v4-16
22+
appstudio.openshift.io/component: fbc-v4-16
23+
pipelines.appstudio.openshift.io/type: build
24+
name: fbc-v4-16-on-pull-request
25+
namespace: ocp-network-observab-tenant
26+
spec:
27+
params:
28+
- name: git-url
29+
value: '{{source_url}}'
30+
- name: revision
31+
value: '{{revision}}'
32+
- name: output-image
33+
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/fbc-v4-16:on-pr-{{revision}}
34+
- name: image-expires-after
35+
value: 5d
36+
- name: dockerfile
37+
value: catalog.Dockerfile.downstream
38+
- name: opm-image
39+
value: registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.16
40+
pipelineRef:
41+
name: build-fbc-pipeline
42+
workspaces:
43+
- name: workspace
44+
volumeClaimTemplate:
45+
metadata:
46+
creationTimestamp: null
47+
spec:
48+
accessModes:
49+
- ReadWriteOnce
50+
resources:
51+
requests:
52+
storage: 1Gi
53+
status: {}
54+
- name: git-auth
55+
secret:
56+
secretName: '{{ git_auth_secret }}'
57+
status: {}

0 commit comments

Comments
 (0)