Skip to content

Commit

Permalink
lib/testmap: add a /firefox scenario for c-files
Browse files Browse the repository at this point in the history
We recently found out about a regression with newer versions of Firefox
only because the run happened to fail on Testing Farm, which seems a bit
too accidental.  Add a scenario for it, explicitly.
  • Loading branch information
allisonkarlitskaya committed Feb 11, 2025
1 parent c8c2b98 commit 4446fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def contexts(image: str, *scenarios: Iterable[str], repo: str | None = None) ->
'fedora-41',
'fedora-42',
f'{TEST_OS_DEFAULT}/devel',
f'{TEST_OS_DEFAULT}/firefox',
'fedora-rawhide',
'centos-10',
'rhel-8-10/ws-container',
Expand Down

0 comments on commit 4446fe4

Please sign in to comment.