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:9ef42b045aaabcaff14b76c75c086ec1479fbc7502c0587efdcedb2d721c46e5
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:b2bc0c6c92c56dce575ed1b2dec1ec9f8b345a80ef5e74d9bfd530b6b354feeb
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion .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:9ef42b045aaabcaff14b76c75c086ec1479fbc7502c0587efdcedb2d721c46e5
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:b2bc0c6c92c56dce575ed1b2dec1ec9f8b345a80ef5e74d9bfd530b6b354feeb
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
script: time make go-test
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:a83b2d395899cf74ac38383ad58af059323736a9688f9d7d26149890622872bd
image: quay.io/konflux-ci/release-service-utils:latest@sha256:ab08297c747f953df7eaa0ed85a72c1c6ae7a422a1921a83d8a4ab3624382393
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:a83b2d395899cf74ac38383ad58af059323736a9688f9d7d26149890622872bd
image: quay.io/konflux-ci/release-service-utils:latest@sha256:ab08297c747f953df7eaa0ed85a72c1c6ae7a422a1921a83d8a4ab3624382393
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
script: |
Expand Down