Skip to content

Commit

Permalink
Merge pull request #5154 from jmarrero/f41-ci
Browse files Browse the repository at this point in the history
test-container: Bump to f41
  • Loading branch information
cgwalters authored Nov 7, 2024
2 parents e04bd18 + 115bfe6 commit 708d099
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ci/test-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ versionid=$(. /usr/lib/os-release && echo $VERSION_ID)

# Test overrides
case $versionid in
41)
ignition_url_suffix=2.17.0/4.fc40/x86_64/ignition-2.17.0-4.fc40.x86_64.rpm
# 2.19.0-2 (this koji url must be different than above version)
koji_ignition_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2495227"
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 +27,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 708d099

Please sign in to comment.