Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add noble as separate github action #132

Merged
merged 3 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/spread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
spread-tests:
name: Spread tests
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3

Expand All @@ -30,4 +29,4 @@ jobs:
- name: Build and run spread
run: |
(cd _spread/cmd/spread && go build)
_spread/cmd/spread/spread -vv
_spread/cmd/spread/spread -v focal jammy mantic
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
Loading