Skip to content

Commit

Permalink
ci: drop noble from CI while broken (#132)
Browse files Browse the repository at this point in the history
Remove noble from the CI because the tests break too often.
Will add them back when the release is stable.

Also drop the debug information from Spread output.
  • Loading branch information
letFunny authored Apr 12, 2024
1 parent 94c4656 commit 49f64a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
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

0 comments on commit 49f64a9

Please sign in to comment.