Skip to content

Commit

Permalink
ci: fix rahide failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi He committed Nov 20, 2024
1 parent b69bede commit aa23334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/greenboot-bootc-anaconda-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ case "${ID}-${VERSION_ID}" in
BASE_IMAGE_URL="quay.io/fedora/fedora-bootc:41"
BIB_URL="quay.io/centos-bootc/bootc-image-builder:latest"
;;
"fedora-rawhide")
"fedora-42")
OS_VARIANT="fedora-unknown"
BASE_IMAGE_URL="quay.io/fedora/fedora-bootc:rawhide"
BASE_IMAGE_URL="quay.io/fedora/fedora-bootc:42"
BIB_URL="quay.io/centos-bootc/bootc-image-builder:latest"
;;
"centos-9")
Expand Down
4 changes: 2 additions & 2 deletions tests/greenboot-bootc-qcow2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ case "${ID}-${VERSION_ID}" in
BASE_IMAGE_URL="quay.io/fedora/fedora-bootc:41"
BIB_URL="quay.io/centos-bootc/bootc-image-builder:latest"
;;
"fedora-rawhide")
"fedora-42")
OS_VARIANT="fedora-unknown"
BASE_IMAGE_URL="quay.io/fedora/fedora-bootc:rawhide"
BASE_IMAGE_URL="quay.io/fedora/fedora-bootc:42"
BIB_URL="quay.io/centos-bootc/bootc-image-builder:latest"
;;
"centos-9")
Expand Down

0 comments on commit aa23334

Please sign in to comment.