From bf2959b51b2ed01b0004409875d2d7e6fd6f3d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 8 May 2026 20:53:48 +0200 Subject: [PATCH 1/2] EESSI module is sticky, do a force purge --- .github/workflows/tests_eessi_extend_module.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests_eessi_extend_module.yml b/.github/workflows/tests_eessi_extend_module.yml index b7c269ad..779749fc 100644 --- a/.github/workflows/tests_eessi_extend_module.yml +++ b/.github/workflows/tests_eessi_extend_module.yml @@ -33,7 +33,7 @@ jobs: source .github/workflows/scripts/test_utils.sh # Let's start from a clean slate (unload the EESSI module) - module purge + module --force purge check_disallowed_env_prefix EESSI_ check_disallowed_env_prefix EASYBUILD_ @@ -67,7 +67,7 @@ jobs: source .github/workflows/scripts/test_utils.sh # Let's start from a clean slate - module purge + module --force purge module load EESSI/${{matrix.EESSI_VERSION}} # Access the installed EESSI-extend module use "$MY_INSTALLATION_PATH"/modules/all @@ -161,7 +161,7 @@ jobs: export STORED_CUDA_CC="8.0" # Let's start from a clean slate - module purge + module --force purge export EESSI_ACCELERATOR_TARGET_OVERRIDE=$STORED_EESSI_ACCELERATOR_TARGET_OVERRIDE module load EESSI/${{matrix.EESSI_VERSION}} # Access the installed EESSI-extend From c5215a1495ee143a13141767887cf2025086ab92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bob=20Dr=C3=B6ge?= Date: Fri, 8 May 2026 20:59:51 +0200 Subject: [PATCH 2/2] whitelist EESSI_MODULE_STICKY --- .github/workflows/tests_eessi_extend_module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_eessi_extend_module.yml b/.github/workflows/tests_eessi_extend_module.yml index 779749fc..d3a0b5d2 100644 --- a/.github/workflows/tests_eessi_extend_module.yml +++ b/.github/workflows/tests_eessi_extend_module.yml @@ -34,7 +34,7 @@ jobs: # Let's start from a clean slate (unload the EESSI module) module --force purge - check_disallowed_env_prefix EESSI_ + check_disallowed_env_prefix EESSI_ EESSI_MODULE_STICKY check_disallowed_env_prefix EASYBUILD_ # Load the EESSI module