@@ -6,7 +6,7 @@ metadata:
6
6
build.appstudio.redhat.com/commit_sha : ' {{revision}}'
7
7
build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9
- pipelinesascode.tekton.dev/cancel-in-progress : " false "
9
+ pipelinesascode.tekton.dev/cancel-in-progress : " true "
10
10
pipelinesascode.tekton.dev/max-keep-runs : " 3"
11
11
pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "release-9.0"
12
12
creationTimestamp :
85
85
description : Execute the build with network isolation
86
86
name : hermetic
87
87
type : string
88
- - default : ' [{"type": "rpm", "path": "."}, {"type": "gomod", "path": ". "}]'
88
+ - default : ' [{"type": "rpm", "path": "."}, {"type": "gomod", "path": "snmp_notifier "}]'
89
89
description : Build dependencies to be prefetched by Cachi2
90
90
name : prefetch-input
91
91
type : string
@@ -188,8 +188,6 @@ spec:
188
188
value : $(params.output-image).prefetch
189
189
- name : ociArtifactExpiresAfter
190
190
value : $(params.image-expires-after)
191
- - name : ACTIVATION_KEY
192
- value : rkamath-activation-key
193
191
runAfter :
194
192
- clone-repository
195
193
taskRef :
@@ -213,8 +211,6 @@ spec:
213
211
- $(params.build-platforms)
214
212
name : build-images
215
213
params :
216
- - name : ACTIVATION_KEY
217
- value : rkamath-activation-key
218
214
- name : IMAGE
219
215
value : $(params.output-image)
220
216
- name : DOCKERFILE
@@ -372,7 +368,7 @@ spec:
372
368
- name : name
373
369
value : ecosystem-cert-preflight-checks
374
370
- 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
376
372
- name : kind
377
373
value : task
378
374
resolver : bundles
0 commit comments