Skip to content

Commit

Permalink
Merge pull request #75 from Habbie/tests-no-centos-7
Browse files Browse the repository at this point in the history
switch tests from centos-7 (EOL) to rocky-9
  • Loading branch information
Habbie authored Aug 20, 2024
2 parents f2c8c68 + 717f451 commit 512e29b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
working-directory: .
- run: ./prepare.sh
- run: ./builder/build.sh -B MYCOOLARG=iLikeTests sdist
- run: ./builder/build.sh -B MYCOOLARG=iLikeTests centos-7
- run: ./builder/build.sh -B MYCOOLARG=iLikeTests rocky-9
# Again, now very fast due to the layer cache
- run: ./builder/build.sh -B MYCOOLARG=iLikeTests centos-7
- run: ./builder/build.sh -B MYCOOLARG=iLikeTests rocky-9
# Three cache builds:
# - First one will write the vendor cache
- run: ./builder/build.sh -c -B MYCOOLARG=iLikeTests centos-7
- run: ./builder/build.sh -c -B MYCOOLARG=iLikeTests rocky-9
# - Second one will use the vendor cache, but the Docker layer cache gets invalidated by the new cache file
- run: ./builder/build.sh -c -B MYCOOLARG=iLikeTests centos-7
- run: ./builder/build.sh -c -B MYCOOLARG=iLikeTests rocky-9
# - Third one is very fast due to the Docker layer cache
- run: ./builder/build.sh -c -B MYCOOLARG=iLikeTests centos-7
- run: ./builder/build.sh -c -B MYCOOLARG=iLikeTests rocky-9
# Do a reproducible rocky-8 build (does not work for centos-7)
- run: ../tests/test-rocky-8-reproducible.sh
- run: ../tests/test-rocky-9-reproducible.sh

0 comments on commit 512e29b

Please sign in to comment.