Skip to content

Commit

Permalink
lib/testmap: drop redundant fedora-42 _manual entries
Browse files Browse the repository at this point in the history
f583e49 ("testmap: Enable fedora-42 on c-files and c-podman") added
`fedora-42` to `main` for `cockpit-files` and `cockpit-podman` but
forgot to drop it from `_manual`.
  • Loading branch information
allisonkarlitskaya committed Feb 11, 2025
1 parent c8c2b98 commit 9acc37c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
],
'_manual': [
'centos-10',
'fedora-42',
'fedora-rawhide',
'opensuse-tumbleweed',
],
Expand Down Expand Up @@ -162,7 +161,6 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'rhel-10-0',
],
'_manual': [
'fedora-42',
],
},
'osbuild/cockpit-composer': {
Expand Down

0 comments on commit 9acc37c

Please sign in to comment.