mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
Enforce podman-machine mac CI results
Followup to https://github.com/containers/podman/pull/21551 Note: Fixed indentation of podman-machine mac task. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -1089,7 +1089,6 @@ success_task:
|
|||||||
- podman_machine
|
- podman_machine
|
||||||
- podman_machine_aarch64
|
- podman_machine_aarch64
|
||||||
#- podman_machine_windows
|
#- podman_machine_windows
|
||||||
# TODO: Issue #20853; Tests mostly fail then timeout after an hour.
|
|
||||||
- podman_machine_mac
|
- podman_machine_mac
|
||||||
- local_system_test
|
- local_system_test
|
||||||
- local_system_test_aarch64
|
- local_system_test_aarch64
|
||||||
|
@ -27,7 +27,7 @@ class TestDependsOn(TestCaseBase):
|
|||||||
|
|
||||||
ALL_TASK_NAMES = None
|
ALL_TASK_NAMES = None
|
||||||
SUCCESS_DEPS_EXCLUDE = set(['success', 'bench_stuff', 'artifacts',
|
SUCCESS_DEPS_EXCLUDE = set(['success', 'bench_stuff', 'artifacts',
|
||||||
'release', 'release_test', 'podman_machine_mac'])
|
'release', 'release_test'])
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super().setUp()
|
super().setUp()
|
||||||
|
Reference in New Issue
Block a user