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:5e231f8c5eab7812a1e2c701ce48c63eb3bb02dc9f372d8fbb59e3e1cd9c493c
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:272a3dd990bba320c2e246119a0019d10d627d0104938d5db77ba5ab3ae3a51d
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:5e231f8c5eab7812a1e2c701ce48c63eb3bb02dc9f372d8fbb59e3e1cd9c493c
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:272a3dd990bba320c2e246119a0019d10d627d0104938d5db77ba5ab3ae3a51d
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:2a98ec380ad75004992b8538380a5003da64442f0a69237ed236859e023c71d0
image: registry.redhat.io/ubi9/ubi-minimal:latest@sha256:17fd831ced9434de0a984d60b3fbe61008308261ba98bbc348d6fbdef05fa7c0
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:f5e7b305ba8e30dc066c24025c98287952ba98023f37512c7539cfd5330c8b77
image: quay.io/konflux-ci/release-service-utils:latest@sha256:dc85a029eb88a480a6fba7c03ea69f8c9cb4b44a47bf6e31a76ffc305fbedb40
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:f5e7b305ba8e30dc066c24025c98287952ba98023f37512c7539cfd5330c8b77
image: quay.io/konflux-ci/release-service-utils:latest@sha256:dc85a029eb88a480a6fba7c03ea69f8c9cb4b44a47bf6e31a76ffc305fbedb40
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
script: |
Expand Down