Skip to content

Commit

Permalink
.github/workflows/ci: exclude known broken
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jan 22, 2024
1 parent f706e98 commit bd8d94f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,29 @@ jobs:
fail-fast: false
matrix:
check: ${{ fromJson(needs.eval.outputs.matrix) }}
exclude:
# Cannot cross-build on Github CI
- check: qemu-tcg-9pstore-overlay-shutdown-command
- check: qemu-tcg-9pstore-overlay-startup-shutdown
- check: qemu-tcg-9pstore-overlay-systemd-shutdown-command
- check: qemu-tcg-9pstore-overlay-systemd-startup-shutdown
- check: qemu-tcg-9pstore-shutdown-command
- check: qemu-tcg-9pstore-startup-shutdown
- check: qemu-tcg-9pstore-systemd-shutdown-command
- check: qemu-tcg-9pstore-systemd-startup-shutdown
- check: qemu-tcg-overlay-shutdown-command
- check: qemu-tcg-overlay-startup-shutdown
- check: qemu-tcg-overlay-systemd-shutdown-command
- check: qemu-tcg-overlay-systemd-startup-shutdown
- check: qemu-tcg-shutdown-command
- check: qemu-tcg-startup-shutdown
- check: qemu-tcg-systemd-shutdown-command
- check: qemu-tcg-systemd-startup-shutdown
# Known broken
- check: startovirt-startup-shutdown
- check: startovirt-shutdown-command
- check: vm-firecracker
- check: vm-firecracker-iperf
runs-on: ubuntu-latest
env:
NIX_ATTR: 'hydraJobs.x86_64-linux.${{ matrix.check }}'
Expand Down

0 comments on commit bd8d94f

Please sign in to comment.