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 @@ -27,7 +27,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: check-generated-files-up-to-date
image: registry.redhat.io/ubi9/go-toolset@sha256:d637b9dfccb16623f19b95c43fe5a65b20b722e62753c4445c5d02f9e40b807d
image: registry.redhat.io/ubi9/go-toolset@sha256:75ecb48dfaec6655bd589091902e3b9328c300befba34cb06fc5e7323099e17d
workingDir: /var/workdir/source
securityContext:
runAsUser: 0
Expand Down
2 changes: 1 addition & 1 deletion .tekton/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
- use
- $(tasks.clone-repository.results.SOURCE_ARTIFACT)=/var/workdir/source
- name: run-go-tests
image: registry.redhat.io/ubi9/go-toolset@sha256:d637b9dfccb16623f19b95c43fe5a65b20b722e62753c4445c5d02f9e40b807d
image: registry.redhat.io/ubi9/go-toolset@sha256:75ecb48dfaec6655bd589091902e3b9328c300befba34cb06fc5e7323099e17d
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 @@ -103,7 +103,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:3c74e8a4872cc6a291b712a35bfd30786bcf014471a6d655e8a1c3dd417de43a
image: quay.io/konflux-ci/release-service-utils:latest@sha256:1e9f006298e8ccc6894dfd4ead86ff8bb1178c2f879270b74253e15ba552bd28
workingDir: /var/workdir/source
script: |
#!/usr/bin/env bash
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 @@ -25,7 +25,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: validate-pipeline-files
image: quay.io/konflux-ci/release-service-utils:latest@sha256:3c74e8a4872cc6a291b712a35bfd30786bcf014471a6d655e8a1c3dd417de43a
image: quay.io/konflux-ci/release-service-utils:latest@sha256:1e9f006298e8ccc6894dfd4ead86ff8bb1178c2f879270b74253e15ba552bd28
workingDir: /var/workdir/source
script: |
#!/usr/bin/env bash
Expand Down