Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Adjust Cockpit test plans
Browse files Browse the repository at this point in the history
Cockpit recently reorganized its fmf test plans to better balance the
test durations [1]. Follow suit.

It would be really nice to have teemtee/tmt#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] cockpit-project/cockpit@18814b60c97cbbba

(cherry picked from commit 03123c3)
martinpitt authored and mulkieran committed Sep 24, 2024
1 parent 0e44354 commit 51ab34d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plans/cockpit.fmf
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 51ab34d

Please sign in to comment.