Skip to content

Commit

Permalink
workflow: Temporarily skip the s390x e2e tests
Browse files Browse the repository at this point in the history
There are some potential permissions issues on the s390x runners,
so skip these tests until Choi is online and available to help debug
them.

Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman authored and wainersm committed Dec 5, 2024
1 parent 93f2d0b commit 7963412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e_run_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ 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') ||
Expand Down

0 comments on commit 7963412

Please sign in to comment.