Skip to content

Commit

Permalink
kubevirtci.periodic: Update go version used by bump centos periodic (#…
Browse files Browse the repository at this point in the history
…3608)

This periodic job requires a newer version of go[1] than what is available
in the pr-creator image by default

Adding the updated go version allows the job to succeed[2]

[1] https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/logs/periodic-kubevirtci-bump-centos-base/1828281508075409408#1:build-log.txt%3A2369
[2] https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/logs/periodic-kubevirtci-bump-centos-base/1828708775083642880

Signed-off-by: Brian Carey <bcarey@redhat.com>
  • Loading branch information
brianmcarey committed Aug 28, 2024
1 parent 748c7a3 commit 08ee067
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ periodics:
cat $QUAY_PASSWORD | podman login --username $(<$QUAY_USER) --password-stdin quay.io &&
./hack/bump-centos-version.sh &&
GIT_ASKPASS=../project-infra/hack/git-askpass.sh ../project-infra/hack/git-pr.sh -c "PHASES=linux BYPASS_PMAN_CHANGE_CHECK=true ./publish.sh" -r kubevirtci -b bump-centos-stream -T main -p $(pwd) -s "Automatic bump of CentOS Stream to latest"
env:
- name: GIMME_GO_VERSION
value: "1.22.5"
securityContext:
privileged: true
resources:
Expand Down

0 comments on commit 08ee067

Please sign in to comment.