Skip to content

Commit

Permalink
testmap: enable debian-testing for navigator
Browse files Browse the repository at this point in the history
Test on debian-testing in pull requests now that we have packaging for
it.
  • Loading branch information
jelly authored and martinpitt committed Jan 11, 2024
1 parent a24ec0f commit 49540a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def contexts(image, *scenarios: Iterable[str], repo: Optional[str] = None):
},
'cockpit-project/cockpit-navigator': {
'main': [
'debian-testing',
'fedora-38',
'fedora-39',
'fedora-rawhide',
Expand All @@ -130,7 +131,6 @@ def contexts(image, *scenarios: Iterable[str], repo: Optional[str] = None):
TEST_OS_DEFAULT,
'arch',
'rhel-9-4',
'debian-testing',
],
},
'weldr/lorax': {
Expand Down

0 comments on commit 49540a8

Please sign in to comment.