From e50888450cc398a5867c26e6c4e66249c9dccc30 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Wed, 2 Jul 2025 13:59:18 +0200 Subject: [PATCH 1/7] Add pmt as test --- .../accel/nvidia/zen4_h100/eessi-2023.06-eb-4.9.4-2023a-CUDA.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/easystacks/software.eessi.io/2023.06/accel/nvidia/zen4_h100/eessi-2023.06-eb-4.9.4-2023a-CUDA.yml b/easystacks/software.eessi.io/2023.06/accel/nvidia/zen4_h100/eessi-2023.06-eb-4.9.4-2023a-CUDA.yml index 60d82d46ad..a80a49035e 100644 --- a/easystacks/software.eessi.io/2023.06/accel/nvidia/zen4_h100/eessi-2023.06-eb-4.9.4-2023a-CUDA.yml +++ b/easystacks/software.eessi.io/2023.06/accel/nvidia/zen4_h100/eessi-2023.06-eb-4.9.4-2023a-CUDA.yml @@ -2,3 +2,4 @@ easyconfigs: - CUDA-12.1.1.eb: options: accept-eula-for: CUDA + - pmt-1.2.0-GCCcore-12.3.0-CUDA-12.1.1.eb: From ffe79b42699bb483263d477035050f38000a66c4 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Tue, 8 Jul 2025 16:49:39 +0200 Subject: [PATCH 2/7] Testing Alan's feature branch for software layer scripts --- bot/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bot/build.sh b/bot/build.sh index d72ecbdd0c..7f136b4b63 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -3,7 +3,9 @@ # give up as soon as any error occurs set -e -git clone https://github.com/EESSI/software-layer-scripts +#git clone https://github.com/EESSI/software-layer-scripts +# Testing Alan's feature branch +git clone --branch remove_configure_easybuild git@github.com:ocaisa/software-layer-scripts.git # symlink everything, except for: # - common files like LICENSE and README.md From 54819b83ff71e7116e3d9efdc41aa775f1d53a93 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Wed, 9 Jul 2025 11:55:24 +0200 Subject: [PATCH 3/7] Restore original bot/build.sh --- bot/build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bot/build.sh b/bot/build.sh index 7f136b4b63..d72ecbdd0c 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -3,9 +3,7 @@ # give up as soon as any error occurs set -e -#git clone https://github.com/EESSI/software-layer-scripts -# Testing Alan's feature branch -git clone --branch remove_configure_easybuild git@github.com:ocaisa/software-layer-scripts.git +git clone https://github.com/EESSI/software-layer-scripts # symlink everything, except for: # - common files like LICENSE and README.md From 1c6c33c8be6ff0b64acb6c7a786d8f3766072bfb Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Thu, 10 Jul 2025 13:01:19 +0200 Subject: [PATCH 4/7] Use PR #36 to test if that fixes the test issue --- bot/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/build.sh b/bot/build.sh index d72ecbdd0c..2d9f24628e 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -3,7 +3,7 @@ # give up as soon as any error occurs set -e -git clone https://github.com/EESSI/software-layer-scripts +git clone https://github.com/casparl/software-layer-scripts --branch fix_test_accelerator_override # symlink everything, except for: # - common files like LICENSE and README.md From f61266f9d66851ae95942c18adfe3e7ae7b9399c Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Thu, 10 Jul 2025 13:09:49 +0200 Subject: [PATCH 5/7] Fix gh username --- bot/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/build.sh b/bot/build.sh index 2d9f24628e..6f4143ad2a 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -3,7 +3,7 @@ # give up as soon as any error occurs set -e -git clone https://github.com/casparl/software-layer-scripts --branch fix_test_accelerator_override +git clone https://github.com/casparvl/software-layer-scripts --branch fix_test_accelerator_override # symlink everything, except for: # - common files like LICENSE and README.md From 259417709263cc4be7f99a81417e28bea3c1a9d7 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen <33718780+casparvl@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:12:30 +0200 Subject: [PATCH 6/7] Update bot/build.sh --- bot/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/build.sh b/bot/build.sh index 6f4143ad2a..d72ecbdd0c 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -3,7 +3,7 @@ # give up as soon as any error occurs set -e -git clone https://github.com/casparvl/software-layer-scripts --branch fix_test_accelerator_override +git clone https://github.com/EESSI/software-layer-scripts # symlink everything, except for: # - common files like LICENSE and README.md From 2876e5f84387cd4dd0496f0c4f00017738061327 Mon Sep 17 00:00:00 2001 From: Caspar van Leeuwen Date: Wed, 12 Nov 2025 13:18:09 +0100 Subject: [PATCH 7/7] Use feature branch for software-layer-scripts to experiment with the altered test step --- bot/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/build.sh b/bot/build.sh index 2884db8de4..9c920ff277 100755 --- a/bot/build.sh +++ b/bot/build.sh @@ -3,7 +3,7 @@ # give up as soon as any error occurs set -e -git clone https://github.com/EESSI/software-layer-scripts +git clone --single-branch --branch match_partition_name_to_job_cfg https://github.com/casparvl/software-layer-scripts # symlink everything, except for: # - common files like LICENSE and README.md