Skip to content

Commit

Permalink
Merge pull request #1928 from edsantiago/bump_vms
Browse files Browse the repository at this point in the history
CI: bump VMs to 2024-03-20
  • Loading branch information
openshift-merge-bot[bot] committed Mar 22, 2024
2 parents a9dd533 + 562ecb6 commit 917b62b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
#### image names to test with (double-quotes around names are critical)
####
FEDORA_NAME: "fedora-39"
IMAGE_SUFFIX: "c20240125t184057z-f39f38d13"
IMAGE_SUFFIX: "c20240320t153921z-f39f38d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
FEDORA_CONTAINER_FQIN: "quay.io/libpod/fedora_podman:${IMAGE_SUFFIX}"

Expand Down Expand Up @@ -47,7 +47,8 @@ testing_task:
env:
NETAVARK_BINARY: "/usr/libexec/podman/netavark"
test_script:
- dnf install -y /var/cache/download/podman-plugins*.rpm
# FIXME: 2024-03-21: remove this when bumping VM to fc40
- dnf install -y podman-plugins
- mkdir "$GOLANGCI_LINT_CACHE"
- export PATH="$PATH:$GOPATH/bin"
- gpg --batch --passphrase '' --quick-gen-key tester@localhost default default never
Expand Down

0 comments on commit 917b62b

Please sign in to comment.