Skip to content

Commit 137f8e7

Browse files
committed
.tekton: disable temporary hermetic builds
... because we need to have the CI/CD jobs ready to update automatically the lock files. Otherwise the Konflux pipelines will start failing because the Fedora RPMs defined in the lockfiles won't be available in remote repos a couple of days after (i.e Fedora update repos remove older RPMs).
1 parent 99e06ea commit 137f8e7

8 files changed

+8
-8
lines changed

.tekton/coreos-assembler-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- name: path-context
3636
value: .
3737
- name: hermetic
38-
value: true
38+
value: false
3939
- name: prefetch-input
4040
value: '[{"type": "rpm", "path": "ci/hermetic"}, {"path": "ci/hermetic", "type": "generic"}]'
4141
# Note: to be removed once rpm fully supported

.tekton/coreos-assembler-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- name: path-context
3333
value: .
3434
- name: hermetic
35-
value: true
35+
value: false
3636
- name: prefetch-input
3737
value: '[{"type": "rpm", "path": "ci/hermetic"}, {"path": "ci/hermetic", "type": "generic"}]'
3838
# Note: to be removed once rpm fully supported

.tekton/kola-nfs-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- name: path-context
4040
value: tests/containers/nfs
4141
- name: hermetic
42-
value: true
42+
value: false
4343
- name: prefetch-input
4444
value: '[{"type": "rpm", "path": "ci/hermetic"}]'
4545
# Note: to be removed once rpm fully supported

.tekton/kola-nfs-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- name: path-context
3636
value: tests/containers/nfs
3737
- name: hermetic
38-
value: true
38+
value: false
3939
- name: prefetch-input
4040
value: '[{"type": "rpm", "path": "ci/hermetic"}]'
4141
# Note: to be removed once rpm fully supported

.tekton/kola-tang-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- name: path-context
4040
value: .
4141
- name: hermetic
42-
value: true
42+
value: false
4343
- name: prefetch-input
4444
value: '[{"type": "rpm", "path": "ci/hermetic"}]'
4545
# Note: to be removed once rpm fully supported

.tekton/kola-tang-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- name: path-context
3636
value: .
3737
- name: hermetic
38-
value: true
38+
value: false
3939
- name: prefetch-input
4040
value: '[{"type": "rpm", "path": "ci/hermetic"}]'
4141
# Note: to be removed once rpm fully supported

.tekton/kola-targetcli-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- name: path-context
4040
value: .
4141
- name: hermetic
42-
value: true
42+
value: false
4343
- name: prefetch-input
4444
value: '[{"type": "rpm", "path": "ci/hermetic"}]'
4545
# Note: to be removed once rpm fully supported

.tekton/kola-targetcli-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
- name: path-context
3636
value: .
3737
- name: hermetic
38-
value: true
38+
value: false
3939
- name: prefetch-input
4040
value: '[{"type": "rpm", "path": "ci/hermetic"}]'
4141
# Note: to be removed once rpm fully supported

0 commit comments

Comments
 (0)