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:5e231f8c5eab7812a1e2c701ce48c63eb3bb02dc9f372d8fbb59e3e1cd9c493c
image: registry.redhat.io/ubi9/go-toolset:latest@sha256:0b0dd6f4ee311854a6b8e18b3bc52e7aa6b66f935a16c8f9bda173353ab16c64
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:0b0dd6f4ee311854a6b8e18b3bc52e7aa6b66f935a16c8f9bda173353ab16c64
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:26b772928384de22a94b6bde27cc7f881e0c9c5cf9d16df0f816853158658999
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:26b772928384de22a94b6bde27cc7f881e0c9c5cf9d16df0f816853158658999
imagePullPolicy: IfNotPresent
workingDir: /var/workdir/source
script: |
Expand Down