From b5951a522684a5130bfeaa9d837c75768fd3b2b4 Mon Sep 17 00:00:00 2001 From: Satish Kamath Date: Thu, 20 Jul 2023 17:21:48 +0200 Subject: [PATCH 1/8] This is a rebuild of the ReFrame version to include hpctestlib in the PYTHONPATH. * This pull request must not be merged. --- eessi-2023.06-eb-4.7.2-system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi-2023.06-eb-4.7.2-system.yml b/eessi-2023.06-eb-4.7.2-system.yml index 245271cebf..7d785668c2 100644 --- a/eessi-2023.06-eb-4.7.2-system.yml +++ b/eessi-2023.06-eb-4.7.2-system.yml @@ -1,2 +1,2 @@ easyconfigs: - - ReFrame-4.2.0 + - ReFrame-4.2.0 --rebuild From e5da6875d024600ab6dff1c9c3fcc6a782d83a9d Mon Sep 17 00:00:00 2001 From: Satish Kamath Date: Thu, 20 Jul 2023 17:26:16 +0200 Subject: [PATCH 2/8] Should also include --from-pr. --- eessi-2023.06-eb-4.7.2-system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi-2023.06-eb-4.7.2-system.yml b/eessi-2023.06-eb-4.7.2-system.yml index 7d785668c2..6693638bfa 100644 --- a/eessi-2023.06-eb-4.7.2-system.yml +++ b/eessi-2023.06-eb-4.7.2-system.yml @@ -1,2 +1,2 @@ easyconfigs: - - ReFrame-4.2.0 --rebuild + - ReFrame-4.2.0 ---from-pr=18320 -rebuild From eef33f7fb24d3feb198919e21fa12e94110a81df Mon Sep 17 00:00:00 2001 From: Satish Kamath Date: Thu, 20 Jul 2023 18:17:16 +0200 Subject: [PATCH 3/8] Stupid error in the eb options. --- eessi-2023.06-eb-4.7.2-system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi-2023.06-eb-4.7.2-system.yml b/eessi-2023.06-eb-4.7.2-system.yml index 6693638bfa..da1d7c9692 100644 --- a/eessi-2023.06-eb-4.7.2-system.yml +++ b/eessi-2023.06-eb-4.7.2-system.yml @@ -1,2 +1,2 @@ easyconfigs: - - ReFrame-4.2.0 ---from-pr=18320 -rebuild + - ReFrame-4.2.0 --from-pr=18320 --rebuild From 468a9e2fc153c2acfbfe8573ad919426719f4c85 Mon Sep 17 00:00:00 2001 From: Satish Kamath Date: Fri, 21 Jul 2023 00:08:59 +0200 Subject: [PATCH 4/8] Included options in the correct yml format. --- eessi-2023.06-eb-4.7.2-system.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eessi-2023.06-eb-4.7.2-system.yml b/eessi-2023.06-eb-4.7.2-system.yml index da1d7c9692..ec1b1982cd 100644 --- a/eessi-2023.06-eb-4.7.2-system.yml +++ b/eessi-2023.06-eb-4.7.2-system.yml @@ -1,2 +1,5 @@ easyconfigs: - - ReFrame-4.2.0 --from-pr=18320 --rebuild + - ReFrame-4.2.0 + options: + from-pr: 18320 + rebuild: From d4f5887513a17e60e41192546806a2d8a1c29536 Mon Sep 17 00:00:00 2001 From: Satish Kamath Date: Fri, 21 Jul 2023 00:31:23 +0200 Subject: [PATCH 5/8] Trying this way of specifying the rebuild option without the colon. --- eessi-2023.06-eb-4.7.2-system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi-2023.06-eb-4.7.2-system.yml b/eessi-2023.06-eb-4.7.2-system.yml index ec1b1982cd..ecaa8af088 100644 --- a/eessi-2023.06-eb-4.7.2-system.yml +++ b/eessi-2023.06-eb-4.7.2-system.yml @@ -2,4 +2,4 @@ easyconfigs: - ReFrame-4.2.0 options: from-pr: 18320 - rebuild: + rebuild From 89a825b7ccdb03ca8edf4e189cd7f573705c9cd9 Mon Sep 17 00:00:00 2001 From: Satish Kamath Date: Fri, 21 Jul 2023 15:25:52 +0200 Subject: [PATCH 6/8] Trying this, if this does not work then, rebuild: 1 --- eessi-2023.06-eb-4.7.2-system.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi-2023.06-eb-4.7.2-system.yml b/eessi-2023.06-eb-4.7.2-system.yml index ecaa8af088..1fcda5034b 100644 --- a/eessi-2023.06-eb-4.7.2-system.yml +++ b/eessi-2023.06-eb-4.7.2-system.yml @@ -2,4 +2,4 @@ easyconfigs: - ReFrame-4.2.0 options: from-pr: 18320 - rebuild + rebuild: True From e439db5bba42c0e0cd0be0d81f27bfcb5180e5f2 Mon Sep 17 00:00:00 2001 From: Satish Kamath Date: Fri, 21 Jul 2023 15:48:01 +0200 Subject: [PATCH 7/8] Had made another error in providing a colon in front of the easyconfig file with options. --- eessi-2023.06-eb-4.7.2-system.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eessi-2023.06-eb-4.7.2-system.yml b/eessi-2023.06-eb-4.7.2-system.yml index 1fcda5034b..82d0d19de2 100644 --- a/eessi-2023.06-eb-4.7.2-system.yml +++ b/eessi-2023.06-eb-4.7.2-system.yml @@ -1,5 +1,5 @@ easyconfigs: - - ReFrame-4.2.0 + - ReFrame-4.2.0.eb: options: - from-pr: 18320 + from-pr: 18320 rebuild: True From d0cfab844b83e12aa84eed8b6da2f32347e90e18 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Tue, 5 Sep 2023 18:29:15 +0200 Subject: [PATCH 8/8] remove 'rebuild' option for ReFrame 4.2.0 to avoid that ReFrame is re-installed every time --- eessi-2023.06-eb-4.7.2-system.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/eessi-2023.06-eb-4.7.2-system.yml b/eessi-2023.06-eb-4.7.2-system.yml index 7364c57e18..220fd82e87 100644 --- a/eessi-2023.06-eb-4.7.2-system.yml +++ b/eessi-2023.06-eb-4.7.2-system.yml @@ -2,7 +2,6 @@ easyconfigs: - ReFrame-4.2.0.eb: options: from-pr: 18320 - rebuild: True - EasyBuild-4.8.0.eb: options: from-pr: 18282