From 6cd10dd818bcbd52f8184b71b73b0db0c5d85ce3 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:06:58 +0200 Subject: [PATCH] FIX: Test with a different image than centos:7 as that image is now excluded 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" --- .github/workflows/pkg.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 4e7283d..4256f80 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -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-.sh