From ea735cfbf95302721b13ae870bf33460a30b1466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 18 Jul 2025 13:23:18 +0200 Subject: [PATCH 1/8] add 2025.06 --- .github/workflows/test-eb-hooks.yml | 1 + .github/workflows/tests_archdetect_nvidia_gpu.yml | 1 + .github/workflows/tests_eessi_extend_module.yml | 3 ++- .github/workflows/tests_eessi_module.yml | 11 +++++++---- .github/workflows/tests_init_module.yml | 3 ++- .github/workflows/tests_scripts.yml | 1 + 6 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-eb-hooks.yml b/.github/workflows/test-eb-hooks.yml index 57b0d650..ef636291 100644 --- a/.github/workflows/test-eb-hooks.yml +++ b/.github/workflows/test-eb-hooks.yml @@ -13,6 +13,7 @@ jobs: matrix: EESSI_VERSION: - '2023.06' + - '2025.06' steps: - name: Check out software-layer repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/tests_archdetect_nvidia_gpu.yml b/.github/workflows/tests_archdetect_nvidia_gpu.yml index 6effda64..759e7b31 100644 --- a/.github/workflows/tests_archdetect_nvidia_gpu.yml +++ b/.github/workflows/tests_archdetect_nvidia_gpu.yml @@ -19,6 +19,7 @@ jobs: - cc01 # non-existing GPU EESSI_VERSION: - '2023.06' + - '2025.06' fail-fast: false steps: - name: checkout diff --git a/.github/workflows/tests_eessi_extend_module.yml b/.github/workflows/tests_eessi_extend_module.yml index 7d8e9daa..4986ec0f 100644 --- a/.github/workflows/tests_eessi_extend_module.yml +++ b/.github/workflows/tests_eessi_extend_module.yml @@ -14,10 +14,11 @@ jobs: matrix: EESSI_VERSION: - '2023.06' + - '2025.06' steps: - name: Check out software-layer repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - + - name: Mount EESSI CernVM-FS repository uses: eessi/github-action-eessi@v3 with: diff --git a/.github/workflows/tests_eessi_module.yml b/.github/workflows/tests_eessi_module.yml index c13b182b..1d16f817 100644 --- a/.github/workflows/tests_eessi_module.yml +++ b/.github/workflows/tests_eessi_module.yml @@ -14,10 +14,11 @@ jobs: matrix: EESSI_VERSION: - '2023.06' + - '2025.06' steps: - name: Check out software-layer repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - + - name: Mount EESSI CernVM-FS pilot repository uses: cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c # v4.0 with: @@ -69,6 +70,7 @@ jobs: matrix: EESSI_VERSION: - '2023.06' + - '2025.06' EESSI_SOFTWARE_SUBDIR_OVERRIDE: - x86_64/amd/zen3 - x86_64/amd/zen4 @@ -80,7 +82,7 @@ jobs: steps: - name: Check out software-layer repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - + - name: Mount EESSI CernVM-FS pilot repository uses: cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c # v4.0 with: @@ -141,9 +143,9 @@ jobs: echo "" if (diff "${moduleoutfile}" "${sourceoutfile}" > /dev/null); then echo "Test for checking env variables PASSED" - else + else echo "Test for checking env variables FAILED" >&2 - diff --unified=0 "${moduleoutfile}" "${sourceoutfile}" + diff --unified=0 "${moduleoutfile}" "${sourceoutfile}" exit 1 fi @@ -154,6 +156,7 @@ jobs: matrix: EESSI_VERSION: - '2023.06' + - '2025.06' EESSI_SOFTWARE_SUBDIR_OVERRIDE: - none - x86_64/amd/zen2 diff --git a/.github/workflows/tests_init_module.yml b/.github/workflows/tests_init_module.yml index 42bb42e9..557f0fc1 100644 --- a/.github/workflows/tests_init_module.yml +++ b/.github/workflows/tests_init_module.yml @@ -15,6 +15,7 @@ jobs: matrix: EESSI_VERSION: - '2023.06' + - '2025.06' EESSI_SOFTWARE_SUBDIR_OVERRIDE: - x86_64/intel/haswell steps: @@ -33,7 +34,7 @@ jobs: for shell in $(ls init/lmod); do sed -i "s/__EESSI_VERSION_DEFAULT__/${{matrix.EESSI_VERSION}}/g" init/lmod/${shell} done - + - name: Clone assert.sh script run: git clone https://github.com/lehmannro/assert.sh.git diff --git a/.github/workflows/tests_scripts.yml b/.github/workflows/tests_scripts.yml index 9fd6421c..7a8f5fa4 100644 --- a/.github/workflows/tests_scripts.yml +++ b/.github/workflows/tests_scripts.yml @@ -34,6 +34,7 @@ jobs: matrix: EESSI_VERSION: - '2023.06' + - '2025.06' steps: - name: checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 From 698d6a5d7e225c791fa043a40482eef1ad6ee0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 22 Jul 2025 16:57:08 +0200 Subject: [PATCH 2/8] check if EESSI_VERSION is set to a valid EESSI version --- .github/workflows/scripts/test_init_scripts.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scripts/test_init_scripts.sh b/.github/workflows/scripts/test_init_scripts.sh index 048fba81..bac755cc 100755 --- a/.github/workflows/scripts/test_init_scripts.sh +++ b/.github/workflows/scripts/test_init_scripts.sh @@ -1,7 +1,11 @@ #!/bin/bash -EESSI_VERSION="2023.06" export LMOD_PAGER=cat +if [ -z ${EESSI_VERSION} ] || [ ! -d /cvmfs/software.eessi.io/versions/${EESSI_VERSION} ]; then + echo "\$EESSI_VERSION has to be set to a valid EESSI version." + exit 1 +fi + # initialize assert framework if [ ! -d assert.sh ]; then echo "assert.sh not cloned." From 0511d6f043debc0e1107589de308361c3a5ac1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 22 Jul 2025 17:17:32 +0200 Subject: [PATCH 3/8] check for EasyBuild instead of Python in the given EESSI version --- .../workflows/scripts/test_init_scripts.sh | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/.github/workflows/scripts/test_init_scripts.sh b/.github/workflows/scripts/test_init_scripts.sh index bac755cc..05387dd9 100755 --- a/.github/workflows/scripts/test_init_scripts.sh +++ b/.github/workflows/scripts/test_init_scripts.sh @@ -6,6 +6,11 @@ if [ -z ${EESSI_VERSION} ] || [ ! -d /cvmfs/software.eessi.io/versions/${EESSI_V exit 1 fi +declare -A EXPECTED_EASYBUILD_VERSION_IN_EESSI=( + ["2023.06"]="5.1.1" + ["2025.06"]="5.1.1" +) + # initialize assert framework if [ ! -d assert.sh ]; then echo "assert.sh not cloned." @@ -34,15 +39,17 @@ for shell in ${SHELLS[@]}; do assert_raises 'echo "${MODULE_SECTIONS[1]}" | grep -E "$PATTERN"' # TEST 3: Check if module overviews second section is the EESSI init module assert "echo ${MODULE_SECTIONS[4]}" "/cvmfs/software.eessi.io/versions/$EESSI_VERSION/init/modules" - # Test 4: Load Python module and check version - command="$shell -c 'source init/lmod/$shell 2>/dev/null; module load Python/3.10.8-GCCcore-12.2.0; python --version'" - expected="Python 3.10.8" - assert "$command" "$expected" - # Test 5: Load Python module and check path - PYTHON_PATH=$($shell -c "source init/lmod/$shell 2>/dev/null; module load Python/3.10.8-GCCcore-12.2.0; which python") - PATTERN="/cvmfs/software\.eessi\.io/versions/$EESSI_VERSION/software/linux/x86_64/(intel/haswell|amd/zen3)/software/Python/3\.10\.8-GCCcore-12\.2\.0/bin/python" - echo "$PYTHON_PATH" | grep -E "$PATTERN" - assert_raises 'echo "$PYTHON_PATH" | grep -E "$PATTERN"' + # Test 4: Load EasyBuild module and check version + EASYBUILD_VERSION=${EXPECTED_EASYBUILD_VERSION_IN_EESSI[${EESSI_VERSION}]} + # eb --version outputs: "This is EasyBuild 5.1.1 (framework: 5.1.1, easyblocks: 5.1.1) on host ..." + command="$shell -c 'source init/lmod/$shell 2>/dev/null; module load EasyBuild/${EASYBUILD_VERSION}; eb --version | cut -d \" \" -f4'" + assert "$command" "$EASYBUILD_VERSION" + # Test 5: Load EasyBuild module and check path + EASYBUILD_PATH=$($shell -c "source init/lmod/$shell 2>/dev/null; module load EasyBuild/${EASYBUILD_VERSION}; which eb") + # escape the dots in ${EASYBUILD_VERSION} + PATTERN="/cvmfs/software\.eessi\.io/versions/$EESSI_VERSION/software/linux/x86_64/(intel/haswell|amd/zen3)/software/EasyBuild/${EASYBUILD_VERSION//./\\.}/bin/eb" + echo "$EASYBUILD_PATH" | grep -E "$PATTERN" + assert_raises 'echo "$EASYBUILD_PATH" | grep -E "$PATTERN"' #End Test Suite assert_end "source_eessi_$shell" From 13730950dae50e889593c97518ae1c2e9a9d7221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 22 Jul 2025 17:25:26 +0200 Subject: [PATCH 4/8] assume EXPECTED_EASYBUILD_VERSION is set --- .../workflows/scripts/test_init_scripts.sh | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/scripts/test_init_scripts.sh b/.github/workflows/scripts/test_init_scripts.sh index 05387dd9..8e3a522d 100755 --- a/.github/workflows/scripts/test_init_scripts.sh +++ b/.github/workflows/scripts/test_init_scripts.sh @@ -2,14 +2,14 @@ export LMOD_PAGER=cat if [ -z ${EESSI_VERSION} ] || [ ! -d /cvmfs/software.eessi.io/versions/${EESSI_VERSION} ]; then - echo "\$EESSI_VERSION has to be set to a valid EESSI version." - exit 1 + echo "\$EESSI_VERSION has to be set to a valid EESSI version." + exit 1 fi -declare -A EXPECTED_EASYBUILD_VERSION_IN_EESSI=( - ["2023.06"]="5.1.1" - ["2025.06"]="5.1.1" -) +if [ -z ${EXPECTED_EASYBUILD_VERSION} ]; then + echo "\$EXPECTED_EASYBUILD_VERSION has to be set to an EasyBuild version that is expected to be available in EESSI version ${EESSI_VERSION}." + exit 1 +fi # initialize assert framework if [ ! -d assert.sh ]; then @@ -40,14 +40,13 @@ for shell in ${SHELLS[@]}; do # TEST 3: Check if module overviews second section is the EESSI init module assert "echo ${MODULE_SECTIONS[4]}" "/cvmfs/software.eessi.io/versions/$EESSI_VERSION/init/modules" # Test 4: Load EasyBuild module and check version - EASYBUILD_VERSION=${EXPECTED_EASYBUILD_VERSION_IN_EESSI[${EESSI_VERSION}]} - # eb --version outputs: "This is EasyBuild 5.1.1 (framework: 5.1.1, easyblocks: 5.1.1) on host ..." - command="$shell -c 'source init/lmod/$shell 2>/dev/null; module load EasyBuild/${EASYBUILD_VERSION}; eb --version | cut -d \" \" -f4'" - assert "$command" "$EASYBUILD_VERSION" + # eb --version outputs: "This is EasyBuild 5.1.1 (framework: 5.1.1, easyblocks: 5.1.1) on host ..." + command="$shell -c 'source init/lmod/$shell 2>/dev/null; module load EasyBuild/${EXPECTED_EASYBUILD_VERSION}; eb --version | cut -d \" \" -f4'" + assert "$command" "$EXPECTED_EASYBUILD_VERSION" # Test 5: Load EasyBuild module and check path - EASYBUILD_PATH=$($shell -c "source init/lmod/$shell 2>/dev/null; module load EasyBuild/${EASYBUILD_VERSION}; which eb") + EASYBUILD_PATH=$($shell -c "source init/lmod/$shell 2>/dev/null; module load EasyBuild/${EXPECTED_EASYBUILD_VERSION}; which eb") # escape the dots in ${EASYBUILD_VERSION} - PATTERN="/cvmfs/software\.eessi\.io/versions/$EESSI_VERSION/software/linux/x86_64/(intel/haswell|amd/zen3)/software/EasyBuild/${EASYBUILD_VERSION//./\\.}/bin/eb" + PATTERN="/cvmfs/software\.eessi\.io/versions/$EESSI_VERSION/software/linux/x86_64/(intel/haswell|amd/zen3)/software/EasyBuild/${EXPECTED_EASYBUILD_VERSION//./\\.}/bin/eb" echo "$EASYBUILD_PATH" | grep -E "$PATTERN" assert_raises 'echo "$EASYBUILD_PATH" | grep -E "$PATTERN"' From 22fdc51a08e82548502d23be75a1c5dab2a0d562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 22 Jul 2025 17:25:41 +0200 Subject: [PATCH 5/8] define expected EB versions per EESSI version --- .github/workflows/tests_init_module.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests_init_module.yml b/.github/workflows/tests_init_module.yml index 557f0fc1..add6200f 100644 --- a/.github/workflows/tests_init_module.yml +++ b/.github/workflows/tests_init_module.yml @@ -18,6 +18,11 @@ jobs: - '2025.06' EESSI_SOFTWARE_SUBDIR_OVERRIDE: - x86_64/intel/haswell + include: + - EESSI_VERSION: '2023.06' + EXPECTED_EASYBUILD_VERSION: '5.0.0' + - EESSI_VERSION: '2025.06' + EXPECTED_EASYBUILD_VERSION: '5.1.1' steps: - name: Check out software-layer repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 From d3d18fe8145f6f3c3a45dc6eec4ce944b5cdb941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 22 Jul 2025 17:28:48 +0200 Subject: [PATCH 6/8] export EESSI_VERSION and EXPECTED_EASYBUILD_VERSION --- .github/workflows/tests_init_module.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests_init_module.yml b/.github/workflows/tests_init_module.yml index add6200f..f0694a92 100644 --- a/.github/workflows/tests_init_module.yml +++ b/.github/workflows/tests_init_module.yml @@ -51,5 +51,7 @@ jobs: - name: Run tests for available shells run: | + export EESSI_VERSION=${{matrix.EESSI_VERSION}} + export EXPECTED_EASYBUILD_VERSION=${{matrix.EXPECTED_EASYBUILD_VERSION}} .github/workflows/scripts/test_init_scripts.sh "bash" "zsh" "ksh" "fish" "csh" From a3f2c7c3a86f6c206c34c13759d775a75f36cf1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 29 Jul 2025 12:22:13 +0200 Subject: [PATCH 7/8] clean up some tabs and spaces --- .github/workflows/tests_eessi_module.yml | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/tests_eessi_module.yml b/.github/workflows/tests_eessi_module.yml index a40ce590..632d0063 100644 --- a/.github/workflows/tests_eessi_module.yml +++ b/.github/workflows/tests_eessi_module.yml @@ -93,19 +93,19 @@ jobs: - name: Fix EESSI version in init scripts run: | sed -i "s/__EESSI_VERSION_DEFAULT__/${{matrix.EESSI_VERSION}}/g" init/eessi_defaults - + - name: Test for expected variables match between Lmod init script and original bash script run: | # Initialise Lmod . /cvmfs/software.eessi.io/versions/${{matrix.EESSI_VERSION}}/compat/linux/$(uname -m)/usr/share/Lmod/init/bash - + # Set our path overrides according to our matrix export EESSI_SOFTWARE_SUBDIR_OVERRIDE=${{matrix.EESSI_SOFTWARE_SUBDIR_OVERRIDE}} export EESSI_ACCELERATOR_TARGET_OVERRIDE=${{matrix.EESSI_ACCELERATOR_TARGET_OVERRIDE}} - + moduleoutfile="moduleout.txt" sourceoutfile="sourceout.txt" - + # First do (and undo) the Lmod initialisation export MODULEPATH=init/modules # Turn on debug output in case we want to take a look @@ -117,7 +117,7 @@ jobs: # Store all relevant environment variables env | grep -E '(^EESSI_|^LMOD_RC|^LMOD_PACKAGE_PATH|^MODULEPATH)' | grep -v EESSI_ARCHDETECT_OPTIONS | sort > "${moduleoutfile}" module unload EESSI/${{matrix.EESSI_VERSION}} - + # We should only have two EESSI_* variables defined (which set the overrides) if [ "$(env | grep -c '^EESSI')" -ne 2 ]; then echo "Expected 2 EESSI-related environment variables, but found a different number." @@ -131,7 +131,7 @@ jobs: unset EESSI_USE_ARCHSPEC unset EESSI_USE_ARCHDETECT env | grep -E '(^EESSI_|^LMOD_RC|^LMOD_PACKAGE_PATH|^MODULEPATH)' | sort > "${sourceoutfile}" - + # Now compare the two results echo "" echo "Lmod initialisation:" @@ -175,19 +175,19 @@ jobs: steps: - name: Check out software-layer repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - + - name: Mount EESSI CernVM-FS repository uses: cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c # v4.0 with: cvmfs_config_package: https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb cvmfs_http_proxy: DIRECT cvmfs_repositories: software.eessi.io - + - name: Test for identical environment after loading and unloading the EESSI module run: | # Initialise Lmod . /cvmfs/software.eessi.io/versions/${{matrix.EESSI_VERSION}}/compat/linux/$(uname -m)/usr/share/Lmod/init/bash - + # Set our cpu path overrides according to our matrix if [[ "${{matrix.EESSI_SOFTWARE_SUBDIR_OVERRIDE}}" != "none" ]]; then export EESSI_SOFTWARE_SUBDIR_OVERRIDE=${{matrix.EESSI_SOFTWARE_SUBDIR_OVERRIDE}} @@ -204,7 +204,7 @@ jobs: initial_env_file="initial_env.txt" module_cycled_file="load_unload_cycle.txt" - + # prepare Lmod, resetting it in a roundabout way given we don't want defaults set export MODULEPATH=init/modules:.github/workflows/modules module load fake_module @@ -220,13 +220,13 @@ jobs: module load EESSI/${{matrix.EESSI_VERSION}} module unload EESSI/${{matrix.EESSI_VERSION}} env | grep -v _ModuleTable | sort > "${module_cycled_file}" - + # Now compare the two results (do not expose the files, as they contain the full environment!) if (diff "${initial_env_file}" "${module_cycled_file}" > /dev/null); then echo "Test for checking env variables PASSED" - else + else echo "Test for checking env variables FAILED" >&2 - diff --unified=0 "${initial_env_file}" "${module_cycled_file}" + diff --unified=0 "${initial_env_file}" "${module_cycled_file}" exit 1 fi @@ -248,27 +248,27 @@ jobs: steps: - name: Check out software-layer repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - + - name: Mount EESSI CernVM-FS repository uses: cvmfs-contrib/github-action-cvmfs@55899ca74cf78ab874bdf47f5a804e47c198743c # v4.0 with: cvmfs_config_package: https://github.com/EESSI/filesystem-layer/releases/download/latest/cvmfs-config-eessi_latest_all.deb cvmfs_http_proxy: DIRECT cvmfs_repositories: software.eessi.io - + - name: Make sure we have a sticky EESSI module run: | # Initialise Lmod . /cvmfs/software.eessi.io/versions/${{matrix.EESSI_VERSION}}/compat/linux/$(uname -m)/usr/share/Lmod/init/bash - + # Make sure we are using the module file from the repository export MODULEPATH=init/modules - + # Set the relevant environment variable and load the EESSI module export EESSI_MODULE_STICKY=1 module load "EESSI/${{matrix.EESSI_VERSION}}" module list |& grep "EESSI/${{matrix.EESSI_VERSION}}" - + # Purge and check the module is still loaded module purge module list |& grep "EESSI/${{matrix.EESSI_VERSION}}" From f845fef015a2582ccafab571030a798c5a21116d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Tue, 29 Jul 2025 13:10:25 +0200 Subject: [PATCH 8/8] disable 2025.06 CI checks that are failing due to absence of accel dirs --- .github/workflows/tests_archdetect_nvidia_gpu.yml | 2 +- .github/workflows/tests_eessi_extend_module.yml | 2 +- .github/workflows/tests_eessi_module.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests_archdetect_nvidia_gpu.yml b/.github/workflows/tests_archdetect_nvidia_gpu.yml index 759e7b31..1fe31f5a 100644 --- a/.github/workflows/tests_archdetect_nvidia_gpu.yml +++ b/.github/workflows/tests_archdetect_nvidia_gpu.yml @@ -19,7 +19,7 @@ jobs: - cc01 # non-existing GPU EESSI_VERSION: - '2023.06' - - '2025.06' + #- '2025.06' fail-fast: false steps: - name: checkout diff --git a/.github/workflows/tests_eessi_extend_module.yml b/.github/workflows/tests_eessi_extend_module.yml index 4986ec0f..b7c0f9e7 100644 --- a/.github/workflows/tests_eessi_extend_module.yml +++ b/.github/workflows/tests_eessi_extend_module.yml @@ -14,7 +14,7 @@ jobs: matrix: EESSI_VERSION: - '2023.06' - - '2025.06' + #- '2025.06' steps: - name: Check out software-layer repository uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 diff --git a/.github/workflows/tests_eessi_module.yml b/.github/workflows/tests_eessi_module.yml index 632d0063..e27494ba 100644 --- a/.github/workflows/tests_eessi_module.yml +++ b/.github/workflows/tests_eessi_module.yml @@ -156,7 +156,7 @@ jobs: matrix: EESSI_VERSION: - '2023.06' - - '2025.06' + #- '2025.06' EESSI_SOFTWARE_SUBDIR_OVERRIDE: - none - x86_64/amd/zen2