From 78ad4adec514e418675a40dff1c0c4e7982939d0 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 29 May 2024 09:58:45 +0200 Subject: [PATCH] ci: Adjust Cockpit test plans Cockpit recently reorganized its fmf test plans to better balance the test durations [1]. Follow suit. It would be really nice to have https://github.com/teemtee/tmt/issues/1770 to avoid this duplication.. As a bonus, this now *only* runs storage tests, and skip all unrelated ones. So runs will be faster, and are also less prone to failures unrelated to Stratis. https://github.com/cockpit-project/cockpit/commit/18814b60c97cbbba --- plans/cockpit.fmf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/plans/cockpit.fmf b/plans/cockpit.fmf index c35edd5f176..4618d96cd9e 100644 --- a/plans/cockpit.fmf +++ b/plans/cockpit.fmf @@ -14,7 +14,12 @@ discover: execute: how: tmt -/optional: - summary: Run tests for optional packages (including storage) +/storage-basic: + summary: Basic storage tests discover+: - test: /test/browser/optional + test: /test/browser/storage-basic + +/storage-extra: + summary: More expensive storage tests (LVM, LUKS, Anaconda) + discover+: + test: /test/browser/storage-extra