@@ -6,7 +6,7 @@ metadata:
66 build.appstudio.redhat.com/commit_sha : ' {{revision}}'
77 build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9- pipelinesascode.tekton.dev/cancel-in-progress : " false "
9+ pipelinesascode.tekton.dev/cancel-in-progress : " true "
1010 pipelinesascode.tekton.dev/max-keep-runs : " 3"
1111 pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "release-9.0"
1212 creationTimestamp :
8585 description : Execute the build with network isolation
8686 name : hermetic
8787 type : string
88- - default : ' [{"type": "rpm", "path": "."}, {"type": "gomod", "path": ". "}]'
88+ - default : ' [{"type": "rpm", "path": "."}, {"type": "gomod", "path": "snmp_notifier "}]'
8989 description : Build dependencies to be prefetched by Cachi2
9090 name : prefetch-input
9191 type : string
@@ -188,8 +188,6 @@ spec:
188188 value : $(params.output-image).prefetch
189189 - name : ociArtifactExpiresAfter
190190 value : $(params.image-expires-after)
191- - name : ACTIVATION_KEY
192- value : rkamath-activation-key
193191 runAfter :
194192 - clone-repository
195193 taskRef :
@@ -213,8 +211,6 @@ spec:
213211 - $(params.build-platforms)
214212 name : build-images
215213 params :
216- - name : ACTIVATION_KEY
217- value : rkamath-activation-key
218214 - name : IMAGE
219215 value : $(params.output-image)
220216 - name : DOCKERFILE
@@ -372,7 +368,7 @@ spec:
372368 - name : name
373369 value : ecosystem-cert-preflight-checks
374370 - name : bundle
375- value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:365c65ed8dfbd83c4a49300dcb9c74c5c3f027efec0be1a1f0baa9633c29b249
371+ value : quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
376372 - name : kind
377373 value : task
378374 resolver : bundles
0 commit comments