Skip to content

Commit

Permalink
FIX: Test with a different image than centos:7 as that image is now e…
Browse files Browse the repository at this point in the history
…xcluded and then the workflow fails at the end with "Error when evaluating 'strategy' for job 'pkg-test'. NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change (Line: 1625, Col: 15): Matrix vector 'image' does not contain any values"
  • Loading branch information
ximon18 committed Jul 25, 2024
1 parent 36d5e5e commit 6cd10dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,14 @@ jobs:
- "mytest"
- "myalt"
image:
- "centos:7"
- "rockylinux:9"
mode:
- "fresh-install"
target:
- "x86_64"
include:
- pkg: "mytest"
image: "centos:7"
image: "rockylinux:9"
systemd_service_unit_file: "pkg/common/mytest.mytest.*"
target: "x86_64"
package_test_scripts_path: pkg/test-scripts/test-<package>.sh
Expand Down

0 comments on commit 6cd10dd

Please sign in to comment.