From 211db54af68e5c850091d8ceb2b430349e5a70a7 Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 12 Jun 2024 11:43:45 -0400 Subject: [PATCH 1/2] github: add cluster tests on 22.04 with latest/edge snap Signed-off-by: Simon Deziel --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b844cf59e..6f4952dac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -102,6 +102,10 @@ jobs: - storage-volumes-vm - tpm-vm - vm-nesting + include: + - test: cluster # cluster requires fan to be working so use 22.04 with latest/edge + track: "latest/edge" + os: "22.04" exclude: - test: efi-vars-editor-vm # not compatible with 5.0/* track: "5.0/edge" From d36b19972b63143a9cb9dffe86b59393a87d460f Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Wed, 12 Jun 2024 11:44:07 -0400 Subject: [PATCH 2/2] github: exclude cluster test on 24.04 as the kernel is still missing fan support https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2064508 Signed-off-by: Simon Deziel --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6f4952dac..f12755935 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -107,6 +107,8 @@ jobs: track: "latest/edge" os: "22.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" - test: efi-vars-editor-vm # not compatible with 5.0/* track: "5.0/edge" - test: storage-buckets # waiting for integration with microceph