Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tekton/check-generated-files-up-to-date-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: check-generated-files-up-to-date
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:444e81b3e88d8a68b92a081a7b3abc7d3fed2450f8473ea6b3caebf3bb73a0b8
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:71e89a1a51ab32cc30634d89ee4dc8ea40ad9991057fa1eae3b1af32bc7db73f
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions .tekton/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
- use
- $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source
- name: run-go-tests
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:444e81b3e88d8a68b92a081a7b3abc7d3fed2450f8473ea6b3caebf3bb73a0b8
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:71e89a1a51ab32cc30634d89ee4dc8ea40ad9991057fa1eae3b1af32bc7db73f
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
script: time make go-test
Expand Down Expand Up @@ -142,7 +142,7 @@ spec:
- use
- $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source
- name: check-catalog-file-size
image: registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7c372902c8d211db2d25c8277ba534a73b92742a334874dced829a63b0f21221
image: registry.redhat.io/ubi9/ubi-minimal:latest@sha256:8eb2830d0936237fc13a1f2f7e45aecf90d69043380ad167fad0343632937f41
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
script: |
Expand Down
2 changes: 1 addition & 1 deletion .tekton/ready-for-master-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
- use
- $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source
- name: check-bundle-images-in-catalog-template
image: quay.io/konflux-ci/release-service-utils:latest@sha256:bb4a6a6d4d68bbd9fe3f151cc5c95ac752a3e149fe4030145bd862611ac6f948
image: quay.io/konflux-ci/release-service-utils:latest@sha256:2712a94e7790df8b66e6b391687653edea97155107211ac28f1a1d083be56ebe
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
script: |
Expand Down
2 changes: 1 addition & 1 deletion .tekton/validate-pipeline-files-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: validate-pipeline-files
image: quay.io/konflux-ci/release-service-utils:latest@sha256:bb4a6a6d4d68bbd9fe3f151cc5c95ac752a3e149fe4030145bd862611ac6f948
image: quay.io/konflux-ci/release-service-utils:latest@sha256:2712a94e7790df8b66e6b391687653edea97155107211ac28f1a1d083be56ebe
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
script: |
Expand Down