Skip to content

Commit

Permalink
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, and skip all unrelated
ones. So runs will be faster, and are also less prone to failures
unrelated to Stratis.

cockpit-project/cockpit@18814b60c97cbbba
  • Loading branch information
martinpitt committed May 29, 2024
1 parent 19bafdc commit 78ad4ad
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions plans/cockpit.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 78ad4ad

Please sign in to comment.