Skip to content

Commit 1d7116b

Browse files
author
Theofilos Manitaras
committed
Use daint node in pipeline stages
1 parent a5a2ecc commit 1d7116b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JenkinsfileDeploy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def reviewersPR = 'teojgo,vkarak' // The Github usernames requested for review
55
def ebTemplate = '3.0-dev5' // The eb recipe of ReFrame to use as template
66

77
stage('Deploy Tests') {
8-
node('dom') {
8+
node('daint') {
99
dir('private_tests') {
1010
sh(returnStatus: true,
1111
script: """#!/bin/bash -l
@@ -22,7 +22,7 @@ stage('Deploy Tests') {
2222
}
2323

2424
stage('Production PR') {
25-
node('dom') {
25+
node('daint') {
2626
dir('production_repo') {
2727
sh(returnStatus: true,
2828
script: """#!/bin/bash -l

0 commit comments

Comments
 (0)