Skip to content

Commit d2410a1

Browse files
change uSUT tag to sut-stable
1 parent 70c48fe commit d2410a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ class JdbcJobDefinition {
1010
}
1111

1212
pipeline {
13-
// TODO Please migrate this to C7 as sfc-dev2 servers do not support c6 nodes
14-
agent { label 'regular-memory-node' }
13+
agent { label 'regular-memory-node-snowos' }
1514
options { timestamps() }
1615
environment {
1716
COMMIT_SHA_LONG = sh(returnStdout: true, script: "echo \$(git rev-parse " + "HEAD)").trim()
@@ -32,7 +31,7 @@ pipeline {
3231
}
3332

3433
timestamps {
35-
node('regular-memory-node') {
34+
node('regular-memory-node-snowos') {
3635
stage('checkout') {
3736
scmInfo = checkout scm
3837
println("${scmInfo}")
@@ -66,7 +65,8 @@ timestamps {
6665
string(name: 'parent_build_number', value: env.BUILD_NUMBER),
6766
string(name: 'timeout_value', value: '420'),
6867
string(name: 'PR_Key', value: scmInfo.GIT_BRANCH.substring(3)),
69-
string(name: 'svn_revision', value: 'temptest-deployed')
68+
string(name: 'svn_revision', value: 'sut-stable'),
69+
string(name: 'node_label', value: 'regular-memory-node-snowos-snowos')
7070
]]
7171
}
7272

0 commit comments

Comments
 (0)