Skip to content

Commit

Permalink
Merge pull request #183 from yih-redhat/fix-rawhide
Browse files Browse the repository at this point in the history
ci: fix rahide failure
  • Loading branch information
yih-redhat authored Nov 20, 2024
2 parents b69bede + d0598e9 commit cf32820
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 Expand Up @@ -188,7 +188,7 @@ RUN dnf install -y \
# Clean up by removing the local RPMs if desired
RUN rm -f /tmp/greenboot-*.rpm
EOF
podman build --retry=5 --retry-delay=10 -t quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID} -f Containerfile .
podman build --retry=5 --retry-delay=10s -t quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID} -f Containerfile .
greenprint "Pushing greenboot-bootc container to quay.io"
podman push quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID}

Expand Down
6 changes: 3 additions & 3 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 Expand Up @@ -188,7 +188,7 @@ RUN dnf install -y \
# Clean up by removing the local RPMs if desired
RUN rm -f /tmp/greenboot-*.rpm
EOF
podman build --retry=5 --retry-delay=10 -t quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID} -f Containerfile .
podman build --retry=5 --retry-delay=10s -t quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID} -f Containerfile .
greenprint "Pushing greenboot-bootc container to quay.io"
podman push quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID}

Expand Down

0 comments on commit cf32820

Please sign in to comment.