Skip to content

Commit

Permalink
github: Test all Debian and Ubuntu stable releases
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a6eec66 commit c4e42df
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -11,9 +11,15 @@ permissions:
jobs:
end-to-end:
name: End to end testing
timeout-minutes: 45
strategy:
fail-fast: false
timeout-minutes: 45
matrix:
os:
- debian/12
- ubuntu/20.04
- ubuntu/22.04
- ubuntu/24.04
runs-on:
- self-hosted
- cpu-16
@@ -50,7 +56,7 @@ jobs:
run: |
cd terraform
tofu init
tofu apply -auto-approve -target=module.baremetal
tofu apply -auto-approve -target=module.baremetal -var incus_image=${{ matrix.os }}
- name: Waiting for VMs to boot up
run: |

0 comments on commit c4e42df

Please sign in to comment.