From e540ad8d634c93b2468fa09f19450f6617b11c45 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Thu, 16 Oct 2025 11:25:34 +0200 Subject: [PATCH 1/2] Schutzfile: update osbuild commit ID for Fedora 43 Normally we update all osbuild versions together. However, with this change, there are only two changes: https://github.com/osbuild/osbuild/compare/f29f4f2ea0b37d3cfbaa4371452458fdffb0c4f9...285a0243ec5596e0adecfafbdf21b7d335bfd19d Updating the commit for Fedora 41 would rebuild all test images. Instead, let's only the commit Fedora 43 so we can start running unit tests for that distro version and avoid rebuilding all the images. --- Schutzfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Schutzfile b/Schutzfile index 82761e756a..6bb5f5ad7d 100644 --- a/Schutzfile +++ b/Schutzfile @@ -73,7 +73,7 @@ "fedora-43": { "dependencies": { "osbuild": { - "commit": "f29f4f2ea0b37d3cfbaa4371452458fdffb0c4f9" + "commit": "285a0243ec5596e0adecfafbdf21b7d335bfd19d" } } }, From 605c546177e3aa782e7a024f9f84484412c7322a Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Thu, 16 Oct 2025 11:23:51 +0200 Subject: [PATCH 2/2] github: run unit tests on Fedora 43 --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d2fd175c15..bcf16b6d1e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,9 +22,9 @@ jobs: version: 41 - name: current version: 42 - # Enable these when we get osbuild rpm builds for each distro version - # - name: branched - # version: 43 + - name: branched + version: 43 + # Enable this when we get osbuild rpm builds for Fedora 44 # - name: rawhide # version: rawhide # continue-on-error: true