Skip to content

Commit

Permalink
Revert " workflow: Actually temporarily skip the s390x e2e tests"
Browse files Browse the repository at this point in the history
This reverts commit abb6b3a.

Revert so we can re-test the s390x now that Choi is available to
help.

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Dec 11, 2024
1 parent e181107 commit 709143a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e_run_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,12 @@ jobs:
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
if: |
false ||
github.event_name == 'schedule' ||
github.event_name == 'workflow_dispatch' ||
contains(github.event.pull_request.labels.*.name, 'test_e2e_libvirt') ||
contains(github.event.pull_request.labels.*.name, 'test_e2e_libvirt_s390x')
needs: [podvm_mkosi_s390x, libvirt_e2e_arch_prep, caa_image_s390x]
strategy:
fail-fast: false
Expand Down

0 comments on commit 709143a

Please sign in to comment.