From 3b90faf07fda015dd992cd6f72a7280072e4f3a1 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 9 Dec 2024 11:52:34 +0000 Subject: [PATCH] Revert "workflow: Temporarily skip the s390x e2e tests" This reverts commit 796341267ff204719fc7fe1fcc78c576f382b768. Signed-off-by: stevenhorsman --- .github/workflows/e2e_run_all.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/e2e_run_all.yaml b/.github/workflows/e2e_run_all.yaml index 91193ea9a..d486ef887 100644 --- a/.github/workflows/e2e_run_all.yaml +++ b/.github/workflows/e2e_run_all.yaml @@ -265,9 +265,7 @@ jobs: # Run libvirt s390x e2e tests, based on the mkosi image, if pull request labeled 'test_e2e_libvirt' libvirt_s390x: name: E2E tests on libvirt for the s390x architecture - # Skip s390x e2e tests until Choi is available to set-up the s390x runner's pre-action properly. Then revert this. if: | - false || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'test_e2e_libvirt') ||