Skip to content

Commit

Permalink
testmap: Run cockpit scenario in centos-7 refreshes
Browse files Browse the repository at this point in the history
The only scenario where centos-7 gets provisioned in cockpit is
"expensive" (by definition).

This makes tracking flakes by context more regular, as flakes in this
test run would previously appear as a "fedora-N" context in image
refreshes, but as "fedora-N/expensive" in cockpit PRs.
  • Loading branch information
martinpitt authored and mvollmer committed Nov 3, 2023
1 parent 863be68 commit 9a1ac0e
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 @@ -240,7 +240,7 @@ def contexts(image, *scenarios: Iterable[str]):
IMAGE_REFRESH_TRIGGERS = {
# some tests run against centos-7's cockpit-ws for backwards compat testing
"centos-7": [
TEST_OS_DEFAULT + "@cockpit-project/cockpit",
f"{TEST_OS_DEFAULT}/expensive@cockpit-project/cockpit",
],
"openshift": [
"rhel-7-9@cockpit-project/cockpit/rhel-7.9",
Expand Down

0 comments on commit 9a1ac0e

Please sign in to comment.