Skip to content

Commit

Permalink
test-container: Bump to f41
Browse files Browse the repository at this point in the history
It's tempting to switch to c9s to end this train of pain every 6
months...

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed Nov 6, 2024
1 parent 6aed21d commit 48ecf98
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions ci/test-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ versionid=$(. /usr/lib/os-release && echo $VERSION_ID)

# Test overrides
case $versionid in
41)
ignition_url_suffix=2.18.0/1.fc41/x86_64/ignition-2.18.0-1.fc41.x86_64.rpm
koji_ignition_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2416078"
koji_kernel_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2571615"
kver=6.11.4
krev=301
;;
40)
ignition_url_suffix=2.16.2/2.fc39/x86_64/ignition-2.16.2-2.fc39.x86_64.rpm
# 2.15.0-3
Expand All @@ -19,14 +26,6 @@ case $versionid in
kver=6.8.5
krev=301
;;
39)
ignition_url_suffix=2.16.2/1.fc39/x86_64/ignition-2.16.2-1.fc39.x86_64.rpm
# 2.15.0-3
koji_ignition_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2158585"
koji_kernel_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2294111"
kver=6.5.5
krev=300
;;
*) fatal "Unsupported Fedora version: $versionid";;
esac
IGNITION_URL=https://kojipkgs.fedoraproject.org//packages/ignition/$ignition_url_suffix
Expand Down

0 comments on commit 48ecf98

Please sign in to comment.