We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58cfb68 + df59920 commit e1b2877Copy full SHA for e1b2877
JenkinsfileDeploy
@@ -2,7 +2,7 @@ def tag = env.TAG_NAME
2
def version = tag.substring(1) // Remove the first character of the tag which is 'v'
3
def machines = '[dom daint tsa]' // To be included in the PR title
4
def reviewersPR = 'teojgo,vkarak' // The Github usernames requested for review
5
-def ebTemplate = '3.1-dev0' // The eb recipe of ReFrame to use as template
+def ebTemplate = '3.3-dev0' // The eb recipe of ReFrame to use as template
6
7
stage('Deploy Tests') {
8
node('daint') {
0 commit comments