From 6e54edf001386ee98841d55221c14182b02fbd78 Mon Sep 17 00:00:00 2001 From: Richard Top Date: Wed, 22 May 2024 18:36:01 +0000 Subject: [PATCH 1/3] {2023.06}[gompi/2023a] BLAST+ V2.14.1 --- .../pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml b/easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml index 739bb57f63..fecdbf39bf 100644 --- a/easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml +++ b/easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml @@ -37,3 +37,4 @@ easyconfigs: - cuDNN-8.9.2.26-CUDA-12.1.1.eb - OSU-Micro-Benchmarks-7.2-gompi-2023a-CUDA-12.1.1.eb - ABySS-2.3.7-foss-2023a.eb + - BLAST+-2.14.1-gompi-2023a.eb From d0b1981f81a57daa6f153b210deb62257806fa7b Mon Sep 17 00:00:00 2001 From: Richard Top Date: Mon, 10 Jun 2024 16:38:02 +0000 Subject: [PATCH 2/3] applying new changes to easyconfig --- .../pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml b/easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml index 9206b433f7..006d757274 100644 --- a/easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml +++ b/easystacks/pilot.nessi.no/2023.06/eessi-2023.06-eb-4.9.1-2023a.yml @@ -80,4 +80,4 @@ easyconfigs: - tqdm-4.66.1-GCCcore-12.3.0.eb - BLAST+-2.14.1-gompi-2023a.eb: options: - from-pr: 20751 + from-pr: 20784 From a97cbd78c36217362a14111c15077c92f9df5ec3 Mon Sep 17 00:00:00 2001 From: Richard Top Date: Tue, 11 Jun 2024 12:46:25 +0000 Subject: [PATCH 3/3] Fix emoticon for failing test step --- bot/check-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/check-test.sh b/bot/check-test.sh index f045b9500a..3b16e5c415 100755 --- a/bot/check-test.sh +++ b/bot/check-test.sh @@ -101,7 +101,7 @@ elif [[ ${ERROR} -eq 1 ]]; then reason="EESSI test suite was not run, test step itself failed to execute." status="FAILURE" else - summary=":grin: FAILURE" + summary=":cry: FAILURE" reason="Failed for unknown reason" status="FAILURE" fi