Skip to content
Merged
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:b471d69d4bf8a0aeac420f0e38777b1e38a59f7e805cba3e1c03d0066a1961af
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:e1ff4f548dfca084c2318d11dccd7d30a75c81a3a4fd8abcebc42ea42dd683e8
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:b471d69d4bf8a0aeac420f0e38777b1e38a59f7e805cba3e1c03d0066a1961af
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:e1ff4f548dfca084c2318d11dccd7d30a75c81a3a4fd8abcebc42ea42dd683e8
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:463cae32c6f6f5594b11a5c22de275016bd8545ce58a6373388e8b24f13fc15c
image: registry.redhat.io/ubi9/ubi-minimal:latest@sha256:062c52ff973065752b0965787649db2bcf551a6c727a00e95a3eb42cebadbdab
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
script: |
Expand Down