Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cirrus] Bump Fedora release/image #3448

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Main environment vars to set for all tasks
env:

FEDORA_NAME: "fedora-38"
FEDORA_PRIOR_NAME: "fedora-37"
FEDORA_NAME: "fedora-39"
FEDORA_PRIOR_NAME: "fedora-38"

DEBIAN_NAME: "debian-11"

Expand All @@ -26,8 +26,8 @@ env:
CENTOS_9_IMAGE_NAME: "centos-stream-9-v20230809"
CENTOS_8_IMAGE_NAME: "centos-stream-8-v20230809"
DEBIAN_IMAGE_NAME: "debian-11-bullseye-v20230809"
FEDORA_IMAGE_NAME: "fedora-cloud-base-gcp-38-1-6-x86-64"
FEDORA_PRIOR_IMAGE_NAME: "fedora-cloud-base-gcp-37-1-7-x86-64"
FEDORA_IMAGE_NAME: "fedora-cloud-base-gcp-39-beta-1-1-x86-64"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why 39 beta? I see a released one in https://download.fedoraproject.org/pub/fedora/linux/releases/39/Cloud/x86_64/images/Fedora-Cloud-Base-GCP-39-1.5.x86_64.tar.gz (despite the download page is broken and points to 36 as latest)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because Google cloud does not offer F39 GA (yet) :( see https://gcloud-compute.com/images.html .

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been an issue with Fedora pushing public images on GCP for a while.

For example - I reported that F37 was not pushed for a while, and the download page pointed (and still does) to F36, and that ticket is still opened and seemingly unlooked at by the Cloud SIG.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reported the issue to #fedora-cloud channel, let's see if they can fix it quickly

FEDORA_PRIOR_IMAGE_NAME: "fedora-cloud-base-gcp-38-1-6-x86-64"
UBUNTU_DEB_IMAGE_NAME: "ubuntu-minimal-2310-mantic-amd64-v20231030"
UBUNTU_LATEST_IMAGE_NAME: "ubuntu-2310-mantic-amd64-v20231031"
UBUNTU_IMAGE_NAME: "ubuntu-2204-jammy-v20231030"
Expand Down
8 changes: 4 additions & 4 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-development-x86_64
- fedora-development-aarch64
- fedora-development-ppc64le
- fedora-development-s390x
- fedora-all-x86_64
- fedora-all-aarch64
- fedora-all-ppc64le
- fedora-all-s390x

notifications:
pull_request:
Expand Down