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 (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)
  • Loading branch information
martinpitt authored and mulkieran committed Jul 2, 2024
1 parent fe0fce9 commit e9874a1
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
Expand Up @@ -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 e9874a1

Please sign in to comment.