Skip to content

Commit 248f868

Browse files
author
serverless-qe
committed
[release-v1.16] Sync Konflux configurations
1 parent 8dfe071 commit 248f868

12 files changed

+107
-9
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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
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"
11+
- name: WORKERS
12+
value: "8"
1113
application: serverless-operator-136
1214
contexts:
1315
- description: Application testing
14-
name: application
16+
name: push
1517
resolverRef:
1618
params:
1719
- name: url
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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-ocp-serverless-prod
9+
- name: TIMEOUT
10+
value: "120m"
11+
- name: WORKERS
12+
value: "8"
13+
application: serverless-operator-136
14+
contexts:
15+
- description: Override Snapshot testing
16+
name: override
17+
resolverRef:
18+
params:
19+
- name: url
20+
value: 'https://github.com/redhat-appstudio/build-definitions'
21+
- name: revision
22+
value: main
23+
- name: pathInRepo
24+
value: pipelines/enterprise-contract.yaml
25+
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:7553ec6925d0586b286502669b8e31a39dc73501f657426bac99019ac598d6ab
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:7553ec6925d0586b286502669b8e31a39dc73501f657426bac99019ac598d6ab
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ spec:
2121
value: openshift/ci-operator/knative-images/eventmesh/Dockerfile
2222
- name: build-args
2323
value:
24-
- VERSION=1.36.0
2524
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
2625
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2726
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2827
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28+
- VERSION=1.36.0
2929
- name: git-url
3030
value: '{{source_url}}'
3131
- name: hermetic

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ spec:
2020
value: openshift/ci-operator/knative-images/eventmesh/Dockerfile
2121
- name: build-args
2222
value:
23-
- VERSION=1.36.0
2423
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
2524
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2625
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2726
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- VERSION=1.36.0
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ spec:
2121
value: openshift/ci-operator/knative-images/migrate/Dockerfile
2222
- name: build-args
2323
value:
24-
- VERSION=1.36.0
2524
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
2625
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2726
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2827
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
28+
- VERSION=1.36.0
2929
- name: git-url
3030
value: '{{source_url}}'
3131
- name: hermetic

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ spec:
2020
value: openshift/ci-operator/knative-images/migrate/Dockerfile
2121
- name: build-args
2222
value:
23-
- VERSION=1.36.0
2423
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
2524
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2625
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2726
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
27+
- VERSION=1.36.0
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)