Skip to content

Commit 46addc2

Browse files
committed
Reapply pipeline param customizations
Bring back the pipeline customizations that get stomped on by the generated Konflux PR. Ref: https://issues.redhat.com/browse/EC-1324
1 parent 5603e00 commit 46addc2

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.tekton/cli-v05-pull-request.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ spec:
3030
value: 5d
3131
- name: dockerfile
3232
value: Dockerfile.dist
33+
- name: path-context
34+
value: .
35+
- name: prefetch-input
36+
value: '[{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type":
37+
"rpm"}]'
38+
- name: build-source-image
39+
value: "true"
40+
- name: build-args-file
41+
value: quick-build-args.conf
42+
- name: hermetic
43+
value: "true"
3344
pipelineRef:
3445
name: cli-build
3546
taskRunTemplate:

.tekton/cli-v05-push.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,21 @@ spec:
2525
value: '{{revision}}'
2626
- name: output-image
2727
value: quay.io/redhat-user-workloads/rhtap-contract-tenant/ec-v05/cli-v05:{{revision}}
28+
- name: image-expires-after
29+
value: ""
2830
- name: dockerfile
2931
value: Dockerfile.dist
32+
- name: path-context
33+
value: .
34+
- name: prefetch-input
35+
value: '[{"type": "gomod"}, {"type": "gomod", "path": "tools/kubectl"}, {"type":
36+
"rpm"}]'
37+
- name: build-source-image
38+
value: "true"
39+
- name: build-args-file
40+
value: ""
41+
- name: hermetic
42+
value: "true"
3043
pipelineRef:
3144
name: cli-build
3245
taskRunTemplate:

0 commit comments

Comments
 (0)