Skip to content

Commit

Permalink
ci: unfreeze kernel
Browse files Browse the repository at this point in the history
The loopback issue should be fixed now and we need a newer kernel for
the rootfs reprovisioning tests to work.

Closes: coreos/fedora-coreos-tracker#619
  • Loading branch information
jlebon committed Sep 15, 2020
1 parent 4b92d73 commit cec8936
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ cosaPod(buildroot: true) {
mkdir -p /srv/fcos && cd /srv/fcos
cosa init https://github.com/coreos/fedora-coreos-config
mkdir -p overrides/rpm && cd overrides/rpm
# freeze kernel to 5.6.7 for now to avoid a regression in loopback
# code which interferes with blackbox testing
# https://bugs.archlinux.org/task/66526
curl -L --remote-name-all https://kojipkgs.fedoraproject.org//packages/kernel/5.6.7/200.fc31/x86_64/kernel{,-core,-modules}-5.6.7-200.fc31.x86_64.rpm
""")
fcosBuild(skipInit: true, make: true, skipKola: true)
}
Expand Down

0 comments on commit cec8936

Please sign in to comment.