From e9874a13269744320fab9040fb180762df25614a 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 (the subset including stratis), and skips all unrelated ones. So runs will be faster, and are also less prone to failures unrelated to Stratis. [1] https://github.com/cockpit-project/cockpit/commit/18814b60c97cbbba (cherry picked from commit 03123c3551ded23057fcdbda68582c2590bd5b4f) --- plans/cockpit.fmf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plans/cockpit.fmf b/plans/cockpit.fmf index c35edd5f17..505cc86c03 100644 --- a/plans/cockpit.fmf +++ b/plans/cockpit.fmf @@ -14,7 +14,7 @@ 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