Skip to content

Commit

Permalink
Merge pull request #4497 from jmarrero/fix-container-test
Browse files Browse the repository at this point in the history
ci/test-container.sh: use f37 ignition for replace test
  • Loading branch information
HuijingHei authored Jul 11, 2023
2 parents 8886407 + ff002a3 commit e107280
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions ci/test-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ versionid=$(. /usr/lib/os-release && echo $VERSION_ID)
# Let's start by trying to install a bona fide module.
# NOTE: If changing this also change the layering-modules test
case $versionid in
36) module=cri-o:1.23/default;;
37) module=cri-o:1.24/default;;
38) module=cri-o:1.25/default;;
*) assert_not_reached "Unsupported Fedora version: $versionid";;
esac
Expand All @@ -77,16 +75,8 @@ fi
versionid=$(grep -E '^VERSION_ID=' /etc/os-release)
versionid=${versionid:11} # trim off VERSION_ID=
case $versionid in
37)
url_suffix=2.14.0/3.fc37/x86_64/ignition-2.14.0-3.fc37.x86_64.rpm
# 2.14.0-4
koji_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2013062"
koji_kernel_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2084352"
kver=6.0.7
krev=301
;;
38)
url_suffix=2.15.0/2.fc38/x86_64/ignition-2.15.0-2.fc38.x86_64.rpm
url_suffix=2.15.0/4.fc37/x86_64/ignition-2.15.0-4.fc37.x86_64.rpm
# 2.15.0-3
koji_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2158585"
koji_kernel_url="https://koji.fedoraproject.org/koji/buildinfo?buildID=2174317"
Expand Down

0 comments on commit e107280

Please sign in to comment.