From 89a3354b3d6cceb1de040f195d9f2843db1991ab Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Fri, 26 Nov 2021 10:58:59 +0100 Subject: [PATCH] Base the CSCS ReFrame deployment on version 3.9.1 --- JenkinsfileDeploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsfileDeploy b/JenkinsfileDeploy index 5e7a5774b7..74c723a874 100644 --- a/JenkinsfileDeploy +++ b/JenkinsfileDeploy @@ -2,7 +2,7 @@ def tag = env.TAG_NAME def version = tag.substring(1) // Remove the first character of the tag which is 'v' def machines = '[dom daint eiger pilatus tsa]' // To be included in the PR title def reviewersPR = 'teojgo,vkarak' // The Github usernames requested for review -def ebTemplate = '3.8.3' // The eb recipe of ReFrame to use as template +def ebTemplate = '3.9.1' // The eb recipe of ReFrame to use as template stage('Deploy Tests') { node('daint') {