Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Dec 29, 2023
1 parent 32c0a64 commit 2a561a0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
fail-fast: false
matrix:
backend:
- nofakemachin
- nofakemachine
- qemu
- uml
- kvm
Expand All @@ -129,15 +129,14 @@ jobs:
- { name: "debian (amd64)", case: "debian", variables: "-t architecture:amd64" }
- { name: "debian (arm64)", case: "debian", variables: "-t architecture:arm64" }
- { name: "debian (armhf)", case: "debian", variables: "-t architecture:armhf" }
exclude:
- backend: nofakemachine
test: { name: "partitioning", case: "partitioning" }
include:
- backend: qemu
test: { name: "arch", case: "arch" }
- backend: qemu
test: { name: "partitioning", case: "partitioning" }
- backend: uml
- backend: kvm
test: { name: "apertis", case: "apertis" }
- backend: uml
test: { name: "partitioning", case: "partitioning" }
name: ${{matrix.test.name}} on ${{matrix.backend}}
runs-on: ${{ matrix.backend == 'kvm' && 'kvm' || 'ubuntu-latest' }}
steps:
Expand Down

0 comments on commit 2a561a0

Please sign in to comment.