Skip to content

Commit

Permalink
lib: replace fedora-testing with fedora-rawhide
Browse files Browse the repository at this point in the history
We intend to drop the fedora-testing image in favor of an
updates-testing scenario.
  • Loading branch information
jelly authored and martinpitt committed Sep 12, 2023
1 parent ba23588 commit 51c9ced
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/test-testmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def bad(context, repo):

good("debian-testing", "cockpit-project/cockpit")
# context from _manual pseudo-branch
good("fedora-testing", "cockpit-project/cockpit")
good("fedora-rawhide", "cockpit-project/cockpit")
# not known in this branch
bad("debian-testing", "cockpit-project/cockpit/rhel-7.9")

Expand All @@ -61,7 +61,7 @@ def bad(context, repo):

# accepts any scenario
good("debian-testing/newscen", "cockpit-project/cockpit") # automatic
good("fedora-testing/newscen", "cockpit-project/cockpit") # _manual
good("fedora-rawhide/newscen", "cockpit-project/cockpit") # _manual

# bots has no integration tests for itself
bad("debian-testing", "cockpit-project/bots")
Expand All @@ -70,9 +70,9 @@ def bad(context, repo):
good("debian-testing@cockpit-project/cockpit/main", "cockpit-project/bots")
good("debian-testing/somescen@cockpit-project/cockpit", "cockpit-project/bots")
# can refer to _manual contexts of foreign projects
good("fedora-testing@cockpit-project/cockpit", "cockpit-project/bots")
good("fedora-testing@cockpit-project/cockpit/main", "cockpit-project/bots")
good("fedora-testing/somescen@cockpit-project/cockpit/main", "cockpit-project/bots")
good("fedora-rawhide@cockpit-project/cockpit", "cockpit-project/bots")
good("fedora-rawhide@cockpit-project/cockpit/main", "cockpit-project/bots")
good("fedora-rawhide/somescen@cockpit-project/cockpit/main", "cockpit-project/bots")

# unknown image/project/branches with foreign project
bad("wrongos@cockpit-project/cockpit", "cockpit-project/bots")
Expand Down

0 comments on commit 51c9ced

Please sign in to comment.