diff --git a/.tekton/coreos-assembler-pull-request.yaml b/.tekton/coreos-assembler-pull-request.yaml index b722199aa1..2d41ed7c88 100644 --- a/.tekton/coreos-assembler-pull-request.yaml +++ b/.tekton/coreos-assembler-pull-request.yaml @@ -34,16 +34,18 @@ spec: value: Dockerfile - name: path-context value: . + - name: skip-checks + value: true - name: hermetic value: false - - name: prefetch-input - value: '[{"type": "rpm", "path": "ci/hermetic"}, {"path": "ci/hermetic", "type": "generic"}]' + #- name: prefetch-input + # value: '[{"type": "rpm", "path": "ci/hermetic"}, {"path": "ci/hermetic", "type": "generic"}]' # Note: to be removed once rpm fully supported # https://github.com/hermetoproject/hermeto?tab=readme-ov-file#package-managers - - name: dev-package-managers - value: true - - name: build-args - value: ["NO_NETWORK=1"] + #- name: dev-package-managers + # value: true + #- name: build-args + # value: ["NO_NETWORK=1"] pipelineRef: params: - name: bundle @@ -53,6 +55,8 @@ spec: - name: kind value: pipeline resolver: bundles + taskRunTemplate: + serviceAccountName: build-pipeline-coreos-assembler workspaces: - name: git-auth secret: diff --git a/.tekton/coreos-assembler-push.yaml b/.tekton/coreos-assembler-push.yaml index 2fc57370df..74bfd2b9a1 100644 --- a/.tekton/coreos-assembler-push.yaml +++ b/.tekton/coreos-assembler-push.yaml @@ -31,16 +31,18 @@ spec: value: Dockerfile - name: path-context value: . + - name: skip-checks + value: true - name: hermetic value: false - - name: prefetch-input - value: '[{"type": "rpm", "path": "ci/hermetic"}, {"path": "ci/hermetic", "type": "generic"}]' + #- name: prefetch-input + # value: '[{"type": "rpm", "path": "ci/hermetic"}, {"path": "ci/hermetic", "type": "generic"}]' # Note: to be removed once rpm fully supported # https://github.com/hermetoproject/hermeto?tab=readme-ov-file#package-managers - - name: dev-package-managers - value: true - - name: build-args - value: ["NO_NETWORK=1"] + #- name: dev-package-managers + # value: true + #- name: build-args + # value: ["NO_NETWORK=1"] pipelineRef: params: - name: bundle @@ -50,6 +52,8 @@ spec: - name: kind value: pipeline resolver: bundles + taskRunTemplate: + serviceAccountName: build-pipeline-coreos-assembler workspaces: - name: git-auth secret: diff --git a/.tekton/kola-nfs-pull-request.yaml b/.tekton/kola-nfs-pull-request.yaml index e2f1bec461..4aa8831b48 100644 --- a/.tekton/kola-nfs-pull-request.yaml +++ b/.tekton/kola-nfs-pull-request.yaml @@ -38,10 +38,12 @@ spec: value: Containerfile - name: path-context value: tests/containers/nfs + - name: skip-checks + value: true - name: hermetic value: false - - name: prefetch-input - value: '[{"type": "rpm", "path": "ci/hermetic"}]' + #- name: prefetch-input + # value: '[{"type": "rpm", "path": "ci/hermetic"}]' # Note: to be removed once rpm fully supported # https://github.com/hermetoproject/hermeto?tab=readme-ov-file#package-managers - name: dev-package-managers @@ -55,6 +57,8 @@ spec: - name: kind value: pipeline resolver: bundles + taskRunTemplate: + serviceAccountName: build-pipeline-kola-nfs workspaces: - name: git-auth secret: diff --git a/.tekton/kola-nfs-push.yaml b/.tekton/kola-nfs-push.yaml index ec77f6c227..cbdf6e578c 100644 --- a/.tekton/kola-nfs-push.yaml +++ b/.tekton/kola-nfs-push.yaml @@ -34,10 +34,12 @@ spec: value: Containerfile - name: path-context value: tests/containers/nfs + - name: skip-checks + value: true - name: hermetic value: false - - name: prefetch-input - value: '[{"type": "rpm", "path": "ci/hermetic"}]' + #- name: prefetch-input + # value: '[{"type": "rpm", "path": "ci/hermetic"}]' # Note: to be removed once rpm fully supported # https://github.com/hermetoproject/hermeto?tab=readme-ov-file#package-managers - name: dev-package-managers @@ -51,6 +53,8 @@ spec: - name: kind value: pipeline resolver: bundles + taskRunTemplate: + serviceAccountName: build-pipeline-kola-nfs workspaces: - name: git-auth secret: diff --git a/.tekton/kola-tang-pull-request.yaml b/.tekton/kola-tang-pull-request.yaml index a5d6bad861..c1d5d2e5e2 100644 --- a/.tekton/kola-tang-pull-request.yaml +++ b/.tekton/kola-tang-pull-request.yaml @@ -38,10 +38,12 @@ spec: value: ./tests/containers/tang/Containerfile - name: path-context value: . + - name: skip-checks + value: true - name: hermetic value: false - - name: prefetch-input - value: '[{"type": "rpm", "path": "ci/hermetic"}]' + #- name: prefetch-input + # value: '[{"type": "rpm", "path": "ci/hermetic"}]' # Note: to be removed once rpm fully supported # https://github.com/hermetoproject/hermeto?tab=readme-ov-file#package-managers - name: dev-package-managers @@ -55,6 +57,8 @@ spec: - name: kind value: pipeline resolver: bundles + taskRunTemplate: + serviceAccountName: build-pipeline-kola-tang workspaces: - name: git-auth secret: diff --git a/.tekton/kola-tang-push.yaml b/.tekton/kola-tang-push.yaml index c10cc55525..0e2a2ab86e 100644 --- a/.tekton/kola-tang-push.yaml +++ b/.tekton/kola-tang-push.yaml @@ -34,10 +34,12 @@ spec: value: ./tests/containers/tang/Containerfile - name: path-context value: . + - name: skip-checks + value: true - name: hermetic value: false - - name: prefetch-input - value: '[{"type": "rpm", "path": "ci/hermetic"}]' + #- name: prefetch-input + # value: '[{"type": "rpm", "path": "ci/hermetic"}]' # Note: to be removed once rpm fully supported # https://github.com/hermetoproject/hermeto?tab=readme-ov-file#package-managers - name: dev-package-managers @@ -51,6 +53,8 @@ spec: - name: kind value: pipeline resolver: bundles + taskRunTemplate: + serviceAccountName: build-pipeline-kola-tang workspaces: - name: git-auth secret: diff --git a/.tekton/kola-targetcli-pull-request.yaml b/.tekton/kola-targetcli-pull-request.yaml index c99c6682ce..af7d304d8a 100644 --- a/.tekton/kola-targetcli-pull-request.yaml +++ b/.tekton/kola-targetcli-pull-request.yaml @@ -38,10 +38,12 @@ spec: value: ./tests/containers/targetcli/Containerfile - name: path-context value: . + - name: skip-checks + value: true - name: hermetic value: false - - name: prefetch-input - value: '[{"type": "rpm", "path": "ci/hermetic"}]' + #- name: prefetch-input + # value: '[{"type": "rpm", "path": "ci/hermetic"}]' # Note: to be removed once rpm fully supported # https://github.com/hermetoproject/hermeto?tab=readme-ov-file#package-managers - name: dev-package-managers @@ -55,6 +57,8 @@ spec: - name: kind value: pipeline resolver: bundles + taskRunTemplate: + serviceAccountName: build-pipeline-kola-targetcli workspaces: - name: git-auth secret: diff --git a/.tekton/kola-targetcli-push.yaml b/.tekton/kola-targetcli-push.yaml index 0ef4fd4277..a2612f7593 100644 --- a/.tekton/kola-targetcli-push.yaml +++ b/.tekton/kola-targetcli-push.yaml @@ -34,10 +34,12 @@ spec: value: ./tests/containers/targetcli/Containerfile - name: path-context value: . + - name: skip-checks + value: true - name: hermetic value: false - - name: prefetch-input - value: '[{"type": "rpm", "path": "ci/hermetic"}]' + #- name: prefetch-input + # value: '[{"type": "rpm", "path": "ci/hermetic"}]' # Note: to be removed once rpm fully supported # https://github.com/hermetoproject/hermeto?tab=readme-ov-file#package-managers - name: dev-package-managers @@ -51,6 +53,8 @@ spec: - name: kind value: pipeline resolver: bundles + taskRunTemplate: + serviceAccountName: build-pipeline-kola-targetcli workspaces: - name: git-auth secret: