Skip to content

Commit

Permalink
testmap: Declare empty cockpituous tests
Browse files Browse the repository at this point in the history
This is going to be useful to write an integration test for
cross-project testing in cockpituous' `run-local.sh`. That at least
needs figuring out the default branch, which requires an entry in the
test map.
  • Loading branch information
martinpitt committed Mar 11, 2024
1 parent c2e7516 commit 47c6a64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ def contexts(image, *scenarios: Iterable[str], repo: Optional[str] = None):
# currently no tests outside of GitHub actions, but declares primary branch
'main': [],
},
'cockpit-project/cockpituous': {
# no real tests on our infra, but used in cockpituous' own integration tests
'main': [],
},
'cockpit-project/cockpit': {
'main': [
*contexts('arch', COCKPIT_SCENARIOS),
Expand Down

0 comments on commit 47c6a64

Please sign in to comment.