Skip to content

Commit

Permalink
jenkins: Fix swapaccount job
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Oct 20, 2023
1 parent 69af44e commit 2a63cf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jenkins/jobs/incus-test-cgroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
values:
- default
- cgroup1
- cgroup1,swapaccount
- swapaccount

- axis:
name: restrict
Expand All @@ -27,6 +27,8 @@
if [ "${kernel}" = "default" ]; then
kernel="zabbly"
elif [ "${kernel}" = "swapaccount" ]; then
kernel="zabbly,cgroup1,${kernel}"
else
kernel="zabbly,${kernel}"
fi
Expand Down

0 comments on commit 2a63cf5

Please sign in to comment.