Skip to content

Commit

Permalink
testmap: auto-trigger CI against fedora test VMs for cockpit-navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou authored and martinpitt committed Sep 28, 2023
1 parent e011579 commit 6cd03bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,16 @@ def contexts(image, *scenarios: Iterable[str]):
],
},
'cockpit-project/cockpit-navigator': {
'main': [
'fedora-38',
'fedora-39',
'fedora-rawhide',
],
'_manual': [
TEST_OS_DEFAULT,
'arch',
'rhel-9-4',
'fedora-39',
'debian-testing',
'fedora-rawhide',
],
},
'weldr/lorax': {
Expand Down

0 comments on commit 6cd03bb

Please sign in to comment.