Skip to content

Commit

Permalink
add noble as separate github action
Browse files Browse the repository at this point in the history
  • Loading branch information
letFunny committed Apr 9, 2024
1 parent 39ba448 commit d3b57c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/spread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
spread-tests:
name: Spread tests
runs-on: ubuntu-22.04
strategy:
matrix:
versions: ["focal jammy mantic", "noble"]

steps:
- uses: actions/checkout@v3
Expand All @@ -30,4 +33,4 @@ jobs:
- name: Build and run spread
run: |
(cd _spread/cmd/spread && go build)
_spread/cmd/spread/spread -vv
_spread/cmd/spread/spread ${{ matrix.versions }}
5 changes: 5 additions & 0 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ prepare: |
suites:
tests/:
summary: Tests common scenarios
environment:
RELEASE/jammy: 22.04
RELEASE/focal: 20.04
RELEASE/mantic: 23.10
RELEASE/noble: 24.04
6 changes: 0 additions & 6 deletions tests/basic/task.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
summary: Ensure multiple slices (with mutation scripts) are properly installed

environment:
RELEASE/jammy: 22.04
RELEASE/focal: 20.04
RELEASE/mantic: 23.10
RELEASE/noble: 24.04

execute: |
rootfs_folder=rootfs_${RELEASE}
mkdir -p $rootfs_folder
Expand Down
6 changes: 0 additions & 6 deletions tests/use-a-custom-chisel-release/task.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
summary: Use a custom Chisel release

environment:
RELEASE/jammy: 22.04
RELEASE/focal: 20.04
RELEASE/mantic: 23.10
RELEASE/noble: 24.04

execute: |
rootfs_folder=rootfs_${RELEASE}
mkdir -p $rootfs_folder
Expand Down

0 comments on commit d3b57c7

Please sign in to comment.