Skip to content

Commit 2ca9dec

Browse files
author
serverless-qe
committed
[release-v1.16] Sync Konflux configurations
1 parent 6634274 commit 2ca9dec

12 files changed

+108
-14
lines changed

.konflux/applications/serverless-operator-136/components/kn-backstage-plugins-eventmesh-116.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ kind: Component
33
metadata:
44
annotations:
55
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
6+
build.appstudio.openshift.io/request: configure-pac-no-mr
67
name: kn-backstage-plugins-eventmesh-116
78
spec:
89
componentName: kn-backstage-plugins-eventmesh-116
910
application: serverless-operator-136
1011

12+
build-nudges-ref:
13+
14+
- "serverless-bundle-136"
15+
16+
1117
source:
1218
git:
1319
url: https://github.com/openshift-knative/backstage-plugins.git

.konflux/applications/serverless-operator-136/components/kn-backstage-plugins-migrate-116.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ kind: Component
33
metadata:
44
annotations:
55
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
6+
build.appstudio.openshift.io/request: configure-pac-no-mr
67
name: kn-backstage-plugins-migrate-116
78
spec:
89
componentName: kn-backstage-plugins-migrate-116
910
application: serverless-operator-136
1011

12+
build-nudges-ref:
13+
14+
- "serverless-bundle-136"
15+
16+
1117
source:
1218
git:
1319
url: https://github.com/openshift-knative/backstage-plugins.git

.konflux/applications/serverless-operator-136/components/kn-backstage-plugins-test-eventshub-116.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ kind: Component
33
metadata:
44
annotations:
55
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
6+
build.appstudio.openshift.io/request: configure-pac-no-mr
67
name: kn-backstage-plugins-test-eventshub-116
78
spec:
89
componentName: kn-backstage-plugins-test-eventshub-116
910
application: serverless-operator-136
1011

12+
build-nudges-ref:
13+
14+
- "serverless-bundle-136"
15+
16+
1117
source:
1218
git:
1319
url: https://github.com/openshift-knative/backstage-plugins.git

.konflux/applications/serverless-operator-136/tests/ec-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apiVersion: appstudio.redhat.com/v1beta2
22
kind: IntegrationTestScenario
33
metadata:
4-
name: serverless-operator-136-enterprise-contract
4+
name: serverless-operator-136-ec
55
spec:
66
params:
77
- name: POLICY_CONFIGURATION
88
value: rhtap-releng-tenant/registry-standard-stage
99
- name: TIMEOUT
10-
value: "45m0s"
10+
value: "120m"
1111
application: serverless-operator-136
1212
contexts:
1313
- description: Application testing
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
apiVersion: appstudio.redhat.com/v1beta2
2+
kind: IntegrationTestScenario
3+
metadata:
4+
name: serverless-operator-136-ec-override-snapshot
5+
spec:
6+
params:
7+
- name: POLICY_CONFIGURATION
8+
value: rhtap-releng-tenant/registry-standard
9+
- name: TIMEOUT
10+
value: "120m"
11+
application: serverless-operator-136
12+
contexts:
13+
- description: Override Snapshot testing
14+
name: override
15+
resolverRef:
16+
params:
17+
- name: url
18+
value: 'https://github.com/redhat-appstudio/build-definitions'
19+
- name: revision
20+
value: main
21+
- name: pathInRepo
22+
value: pipelines/enterprise-contract.yaml
23+
resolver: git

.tekton/docker-build.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,56 @@ spec:
429429
operator: in
430430
values:
431431
- "false"
432+
- name: sast-shell-check
433+
params:
434+
- name: image-digest
435+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
436+
- name: image-url
437+
value: $(tasks.build-image-index.results.IMAGE_URL)
438+
- name: SOURCE_ARTIFACT
439+
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
440+
- name: CACHI2_ARTIFACT
441+
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
442+
runAfter:
443+
- build-image-index
444+
taskRef:
445+
params:
446+
- name: name
447+
value: sast-shell-check-oci-ta
448+
- name: bundle
449+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e1049e55bdd8cf16fba605285a58bd6f61f95694e84b3fffe5d9191417263266
450+
- name: kind
451+
value: task
452+
resolver: bundles
453+
when:
454+
- input: $(params.skip-checks)
455+
operator: in
456+
values:
457+
- "false"
458+
- name: sast-unicode-check
459+
params:
460+
- name: image-url
461+
value: $(tasks.build-image-index.results.IMAGE_URL)
462+
- name: SOURCE_ARTIFACT
463+
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
464+
- name: CACHI2_ARTIFACT
465+
value: $(tasks.prefetch-dependencies.results.CACHI2_ARTIFACT)
466+
runAfter:
467+
- build-image-index
468+
taskRef:
469+
params:
470+
- name: name
471+
value: sast-shell-check-oci-ta
472+
- name: bundle
473+
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:e1049e55bdd8cf16fba605285a58bd6f61f95694e84b3fffe5d9191417263266
474+
- name: kind
475+
value: task
476+
resolver: bundles
477+
when:
478+
- input: $(params.skip-checks)
479+
operator: in
480+
values:
481+
- "false"
432482
- name: push-dockerfile
433483
params:
434484
- name: IMAGE

.tekton/kn-backstage-plugins-eventmesh-116-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ spec:
2222
- name: build-args
2323
value:
2424
- VERSION=1.36.0
25-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
26-
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2725
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2826
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
28+
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2929
- name: git-url
3030
value: '{{source_url}}'
3131
- name: hermetic

.tekton/kn-backstage-plugins-eventmesh-116-push.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ spec:
2121
- name: build-args
2222
value:
2323
- VERSION=1.36.0
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
25-
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2624
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2725
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
26+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
27+
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2828
- name: git-url
2929
value: '{{source_url}}'
3030
- name: hermetic
@@ -35,6 +35,7 @@ spec:
3535
value: '{{revision}}'
3636
- name: additional-tags
3737
value:
38+
- $(context.pipelineRun.uid)-{{revision}}
3839
- 1.36.0
3940
- latest
4041
pipelineRef:

.tekton/kn-backstage-plugins-migrate-116-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ spec:
2222
- name: build-args
2323
value:
2424
- VERSION=1.36.0
25-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
26-
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2725
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2826
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
28+
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2929
- name: git-url
3030
value: '{{source_url}}'
3131
- name: hermetic

.tekton/kn-backstage-plugins-migrate-116-push.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ spec:
2121
- name: build-args
2222
value:
2323
- VERSION=1.36.0
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
25-
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2624
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2725
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
26+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
27+
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2828
- name: git-url
2929
value: '{{source_url}}'
3030
- name: hermetic
@@ -35,6 +35,7 @@ spec:
3535
value: '{{revision}}'
3636
- name: additional-tags
3737
value:
38+
- $(context.pipelineRun.uid)-{{revision}}
3839
- 1.36.0
3940
- latest
4041
pipelineRef:

0 commit comments

Comments
 (0)