From ade55eac37feffe90d8ed57d5ecfbdb32798240e Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 10 Jul 2024 11:11:43 -0400 Subject: [PATCH] Revert "github: add cluster tests on 22.04 with latest/edge snap" This reverts commit 211db54af68e5c850091d8ceb2b430349e5a70a7. Signed-off-by: Simon Deziel --- .github/workflows/tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 862f3bd7e..af0b47de9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -110,15 +110,10 @@ jobs: - vm-nesting - vm-migration include: - - test: cluster # cluster requires fan to be working so use 22.04 with latest/edge - track: "latest/edge" - os: "22.04" - test: qemu-external-vm track: "latest/edge" os: "24.04" exclude: - - test: cluster # fan is not yet working on 24.04 kernel: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2064508 - os: "24.04" # not compatible with 4.0/* - test: container-copy track: "4.0/edge"