Skip to content

Commit 14cb30e

Browse files
Sachin-Yeshwanthrakshithakamath94
authored andcommitted
9.0 : change CDN to pulp repo
1 parent 9640319 commit 14cb30e

File tree

5 files changed

+866
-841
lines changed

5 files changed

+866
-841
lines changed

.tekton/snmp-notifier-pull-request.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
@@ -85,7 +85,7 @@ spec:
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

.tekton/snmp-notifier-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ spec:
8484
description: Execute the build with network isolation
8585
name: hermetic
8686
type: string
87-
- default: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "."}]'
87+
- default: '[{"type": "rpm", "path": "."}, {"type": "gomod", "path": "snmp_notifier"}]'
8888
description: Build dependencies to be prefetched by Cachi2
8989
name: prefetch-input
9090
type: string
9191
- default: ""
9292
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
9393
name: image-expires-after
9494
type: string
95-
- default: "false"
95+
- default: "true"
9696
description: Build a source image.
9797
name: build-source-image
9898
type: string
@@ -367,7 +367,7 @@ spec:
367367
- name: name
368368
value: ecosystem-cert-preflight-checks
369369
- name: bundle
370-
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:365c65ed8dfbd83c4a49300dcb9c74c5c3f027efec0be1a1f0baa9633c29b249
370+
value: quay.io/konflux-ci/tekton-catalog/task-ecosystem-cert-preflight-checks:0.2@sha256:dae8e28761cee4ab0baf04ab9f8f1a4b3cee3c7decf461fda2bacc5c01652a60
371371
- name: kind
372372
value: task
373373
resolver: bundles

rpms.in.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
contentOrigin:
22
repofiles:
3-
- ./redhat.repo
3+
- ./rpms.repo
44
context:
55
bare: true
66

0 commit comments

Comments
 (0)