From fdd264102e5ff122e86372dc31962b5083662079 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:25:26 +0200 Subject: [PATCH 1/2] Test fix branch. --- .github/workflows/pkg.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/pkg.yml b/.github/workflows/pkg.yml index 243ca2e..4e7283d 100644 --- a/.github/workflows/pkg.yml +++ b/.github/workflows/pkg.yml @@ -19,7 +19,7 @@ on: jobs: full: if: ${{ inputs.single_job == '' || inputs.single_job == 'full' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change secrets: inherit with: artifact_prefix: full_ @@ -129,11 +129,11 @@ jobs: minimal: if: ${{ inputs.single_job == '' || inputs.single_job == 'minimal' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change no_test_scripts: if: ${{ inputs.single_job == '' || inputs.single_job == 'no_test_scripts' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change secrets: inherit with: artifact_prefix: no_test_scripts_ @@ -160,7 +160,7 @@ jobs: default_tests: if: ${{ inputs.single_job == '' || inputs.single_job == 'default_tests' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change secrets: inherit with: artifact_prefix: default_tests_ @@ -181,7 +181,7 @@ jobs: default_tests_with_upgrades: if: ${{ inputs.single_job == '' || inputs.single_job == 'default_tests_with_upgrades' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change secrets: inherit with: artifact_prefix: default_tests_with_upgrades_ @@ -239,7 +239,7 @@ jobs: no_tests: if: ${{ inputs.single_job == '' || inputs.single_job == 'no_tests' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change secrets: inherit with: artifact_prefix: no_tests_ @@ -266,7 +266,7 @@ jobs: no_docker: if: ${{ inputs.single_job == '' || inputs.single_job == 'no_docker' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change with: artifact_prefix: no_docker_ cross_build_args: --no-default-features @@ -289,7 +289,7 @@ jobs: only_docker: if: ${{ inputs.single_job == '' || inputs.single_job == 'only_docker' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change secrets: inherit with: artifact_prefix: only_docker_ @@ -319,7 +319,7 @@ jobs: docker_no_secrets: if: ${{ inputs.single_job == '' || inputs.single_job == 'docker_no_secrets' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change with: artifact_prefix: docker_no_secrets_ @@ -332,7 +332,7 @@ jobs: no_cross: if: ${{ inputs.single_job == '' || inputs.single_job == 'no_cross' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change secrets: inherit with: artifact_prefix: no_cross_ @@ -377,7 +377,7 @@ jobs: test_with_alt_pkg: if: ${{ inputs.single_job == '' || inputs.single_job == 'test_with_alt_pkg' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change secrets: inherit with: artifact_prefix: test_with_alt_pkg @@ -403,7 +403,7 @@ jobs: test_with_alt_cargo_toml: if: ${{ inputs.single_job == '' || inputs.single_job == 'test_with_alt_cargo_toml' }} - uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@v7 + uses: NLnetLabs/ploutos/.github/workflows/pkg-rust.yml@111-weekly-self-test-failed-due-to-underlying-node-version-change secrets: inherit with: artifact_prefix: test_with_alt_cargo_toml From cdbaa9eb8d823baab2e4f89ce34d7d6eaf6ef99e 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 2/2] 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