Skip to content

Commit

Permalink
ci: don't try to install kernel-devel on qubes
Browse files Browse the repository at this point in the history
It's already available there.
  • Loading branch information
marmarek committed Jun 10, 2024
1 parent 250f44e commit fb11985
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ checks:tests:
# We are now going to force the installation of the specific kernel-devel version
# that matches the current kernel. If unavailable, the test should fail now.
# Ideally the VM image ships with a kernel-devel package that matches the
# booted kernel.
sudo dnf install -y zfs kernel-core-$kver kernel-devel-$kver
# booted kernel. This is already the case for Qubes DispVM.
uname -r | grep -q qubes || sudo dnf install -y kernel-core-$kver kernel-devel-$kver
sudo dnf install -y zfs
# Proactively load the kernel module with the right size ARC to prevent memory
# starvation during integration tests. Otherwise the ARC will not reduce
# itself unless there's memory pressure, and the system will fail to request
Expand Down

0 comments on commit fb11985

Please sign in to comment.