Skip to content

Commit 98eab0d

Browse files
committed
testmap: Enable fedora-39 for cockpit, disable fedora-37
1 parent 63f149d commit 98eab0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/testmap.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ def contexts(image, *scenarios: Iterable[str]):
4040
*contexts('debian-testing', COCKPIT_SCENARIOS),
4141
*contexts('ubuntu-2204', COCKPIT_SCENARIOS),
4242
*contexts('ubuntu-stable', COCKPIT_SCENARIOS),
43-
*contexts('fedora-37', COCKPIT_SCENARIOS),
4443
*contexts('fedora-38', COCKPIT_SCENARIOS),
44+
*contexts('fedora-39', COCKPIT_SCENARIOS),
4545
# this runs coverage, reports need the whole test suite
4646
*contexts(TEST_OS_DEFAULT, ['devel']),
4747
*contexts(TEST_OS_DEFAULT, ['firefox'], COCKPIT_SCENARIOS),
@@ -63,7 +63,6 @@ def contexts(image, *scenarios: Iterable[str]):
6363
'_manual': [
6464
'fedora-testing',
6565
'fedora-rawhide',
66-
'fedora-39',
6766
],
6867
},
6968
'cockpit-project/starter-kit': {

0 commit comments

Comments
 (0)