From 7fb637e0d5fc5c0b084750974da5c17def8bf599 Mon Sep 17 00:00:00 2001 From: Theofilos Manitaras Date: Wed, 1 Jul 2020 10:33:18 +0200 Subject: [PATCH] Use eb 3.1-dev0 recipe as template for deployment --- JenkinsfileDeploy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JenkinsfileDeploy b/JenkinsfileDeploy index e7ff999468..cf5e99f671 100644 --- a/JenkinsfileDeploy +++ b/JenkinsfileDeploy @@ -1,8 +1,8 @@ def tag = env.TAG_NAME def version = tag.substring(1) // Remove the first character of the tag which is 'v' -def machines = '[dom daint TSAtds]' // To be included in the PR title +def machines = '[dom daint tsa]' // To be included in the PR title def reviewersPR = 'teojgo,vkarak' // The Github usernames requested for review -def ebTemplate = '3.0-dev6' // The eb recipe of ReFrame to use as template +def ebTemplate = '3.1-dev0' // The eb recipe of ReFrame to use as template stage('Deploy Tests') { node('daint') {