Skip to content

Commit 5eeb76a

Browse files
serverless-qeserverless-qe
andauthored
[release-1.36] Sync Konflux configurations (#3372)
Co-authored-by: serverless-qe <[email protected]>
1 parent d24efca commit 5eeb76a

14 files changed

+28
-14
lines changed

.tekton/docker-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,9 @@ spec:
468468
taskRef:
469469
params:
470470
- name: name
471-
value: sast-shell-check-oci-ta
471+
value: sast-unicode-check-oci-ta
472472
- name: bundle
473-
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:b00fa0294e6318ff8130ca11358ae0b3764c4e6c9a12ec7a953e1a813ca2e231
473+
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1@sha256:3a128580c41abdac5bd76d0d1e066f2f3473278ba9fab90639878a27ced7a0e6
474474
- name: kind
475475
value: task
476476
resolver: bundles

.tekton/fbc-builder.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,32 @@ spec:
321321
operator: in
322322
values:
323323
- "false"
324+
- name: fbc-target-index-pruning-check
325+
params:
326+
- name: IMAGE_URL
327+
value: $(tasks.build-image-index.results.IMAGE_URL)
328+
- name: IMAGE_DIGEST
329+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
330+
- name: TARGET_INDEX
331+
value: registry.redhat.io/redhat/redhat-operator-index
332+
- name: RENDERED_CATALOG_DIGEST
333+
value: $(tasks.validate-fbc.results.RENDERED_CATALOG_DIGEST)
334+
runAfter:
335+
- validate-fbc
336+
taskRef:
337+
params:
338+
- name: name
339+
value: fbc-target-index-pruning-check
340+
- name: bundle
341+
value: quay.io/konflux-ci/tekton-catalog/task-fbc-target-index-pruning-check:0.1@sha256:299c44a5d6930f7a2c878f20853c705f155231cae36d9f37add4cdb7e75e2e12
342+
- name: kind
343+
value: task
344+
resolver: bundles
345+
when:
346+
- input: $(params.skip-checks)
347+
operator: in
348+
values:
349+
- "false"
324350
workspaces:
325351
- name: git-auth
326352
optional: true

.tekton/serverless-bundle-136-pull-request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && ( files.all.exists(x, x.matches('^olm-catalog/serverless-operator/')) || files.all.exists(x, x.matches('^.tekton/')) )
11-
build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*,olm-catalog/.*.yaml,olm-catalog/.*.yml,.*Containerfile.*"
1211
creationTimestamp: null
1312
labels:
1413
appstudio.openshift.io/application: serverless-operator-136

.tekton/serverless-bundle-136-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && ( files.all.exists(x, x.matches('^olm-catalog/serverless-operator/')) || files.all.exists(x, x.matches('^.tekton/')) )
10-
build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*,olm-catalog/.*.yaml,olm-catalog/.*.yml,.*Containerfile.*"
1110
creationTimestamp: null
1211
labels:
1312
appstudio.openshift.io/application: serverless-operator-136

.tekton/serverless-ingress-136-pull-request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && files.all.exists(x, !x.matches('^olm-catalog/') && !x.matches('^.konflux-release/'))
11-
build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*,olm-catalog/.*.yaml,olm-catalog/.*.yml,.*Containerfile.*"
1211
creationTimestamp: null
1312
labels:
1413
appstudio.openshift.io/application: serverless-operator-136

.tekton/serverless-ingress-136-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && files.all.exists(x, !x.matches('^olm-catalog/') && !x.matches('^.konflux-release/'))
10-
build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*,olm-catalog/.*.yaml,olm-catalog/.*.yml,.*Containerfile.*"
1110
creationTimestamp: null
1211
labels:
1312
appstudio.openshift.io/application: serverless-operator-136

.tekton/serverless-kn-operator-136-pull-request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && files.all.exists(x, !x.matches('^olm-catalog/') && !x.matches('^.konflux-release/'))
11-
build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*,olm-catalog/.*.yaml,olm-catalog/.*.yml,.*Containerfile.*"
1211
creationTimestamp: null
1312
labels:
1413
appstudio.openshift.io/application: serverless-operator-136

.tekton/serverless-kn-operator-136-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && files.all.exists(x, !x.matches('^olm-catalog/') && !x.matches('^.konflux-release/'))
10-
build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*,olm-catalog/.*.yaml,olm-catalog/.*.yml,.*Containerfile.*"
1110
creationTimestamp: null
1211
labels:
1312
appstudio.openshift.io/application: serverless-operator-136

.tekton/serverless-metadata-webhook-136-pull-request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
99
pipelinesascode.tekton.dev/max-keep-runs: "3"
1010
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "main" && files.all.exists(x, !x.matches('^olm-catalog/') && !x.matches('^.konflux-release/'))
11-
build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*,olm-catalog/.*.yaml,olm-catalog/.*.yml,.*Containerfile.*"
1211
creationTimestamp: null
1312
labels:
1413
appstudio.openshift.io/application: serverless-operator-136

.tekton/serverless-metadata-webhook-136-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ metadata:
77
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
88
pipelinesascode.tekton.dev/max-keep-runs: "3"
99
pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "main" && files.all.exists(x, !x.matches('^olm-catalog/') && !x.matches('^.konflux-release/'))
10-
build.appstudio.openshift.io/build-nudge-files: ".*Dockerfile.*,olm-catalog/.*.yaml,olm-catalog/.*.yml,.*Containerfile.*"
1110
creationTimestamp: null
1211
labels:
1312
appstudio.openshift.io/application: serverless-operator-136

0 commit comments

Comments
 (0)