Skip to content

Commit 72715e1

Browse files
chore: update Fedora base image from version 41 to 43 (#4322)
Update GitHub Actions workflow to use Fedora 43 (1.6) instead of Fedora 41. Most of s390x tests are now passing, so it is safe to move to the newer Fedora version. ##### jira-ticket: <!-- full-ticket-url needs to be provided. This would add a link to the pull request to the jira and close it when the pull request is merged If the task is not tracked by a Jira ticket, just write "NONE". --> NONE <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated build-system VM configuration to Fedora 43 across CI workflows and adjusted base image download references to the Fedora 43 release path. * Only workflow configuration changed; no application code, public APIs, or user-facing functionality were modified. <!-- review_stack_entry_start --> [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/RedHatQE/openshift-virtualization-tests/pull/4322?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Nestor Acuna Blanco <nestor.acuna@ibm.com>
1 parent 17c53f8 commit 72715e1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/component-builder-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
guest-fedora-amd64:
1414
runs-on: ubuntu-latest
1515
env:
16-
FEDORA_IMAGE: Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2
17-
FEDORA_VERSION: 41
16+
FEDORA_IMAGE: Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2
17+
FEDORA_VERSION: 43
1818
CPU_ARCH: amd64
1919
FULL_EMULATION: "true"
2020
DEBIAN_FRONTEND: noninteractive
@@ -34,7 +34,7 @@ jobs:
3434
run: sudo chmod 0644 /boot/vmlinuz*
3535
- name: Fetch base Fedora image
3636
working-directory: ./containers/fedora
37-
run: wget -q "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/x86_64/images/${{ env.FEDORA_IMAGE }}"
37+
run: wget -q "https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/${{ env.FEDORA_IMAGE }}"
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@v8.2.0
4040
with:

.github/workflows/component-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
guest-fedora-amd64:
1212
runs-on: ubuntu-latest
1313
env:
14-
FEDORA_IMAGE: Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2
15-
FEDORA_VERSION: 41
14+
FEDORA_IMAGE: Fedora-Cloud-Base-Generic-43-1.6.x86_64.qcow2
15+
FEDORA_VERSION: 43
1616
CPU_ARCH: amd64
1717
FULL_EMULATION: "true"
1818
DEBIAN_FRONTEND: noninteractive
@@ -32,7 +32,7 @@ jobs:
3232
run: sudo chmod 0644 /boot/vmlinuz*
3333
- name: Fetch base Fedora image
3434
working-directory: ./containers/fedora
35-
run: wget -q "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/x86_64/images/${{ env.FEDORA_IMAGE }}"
35+
run: wget -q "https://download.fedoraproject.org/pub/fedora/linux/releases/43/Cloud/x86_64/images/${{ env.FEDORA_IMAGE }}"
3636
- name: Install uv
3737
uses: astral-sh/setup-uv@v8.2.0
3838
with:

0 commit comments

Comments
 (0)