Skip to content

Commit

Permalink
workflow: Actually temporarily skip the s390x e2e tests
Browse files Browse the repository at this point in the history
I realised too late that adding a `false` to a list of or's does
nothing. I wanted to preserve the code, but we can just revert, so
it was pointless. Sorry!

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Dec 5, 2024
1 parent 303f631 commit abb6b3a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/e2e_run_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,7 @@ 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 ||
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')
if: false
needs: [podvm_mkosi_s390x, libvirt_e2e_arch_prep, caa_image_s390x]
strategy:
fail-fast: false
Expand Down

0 comments on commit abb6b3a

Please sign in to comment.