Skip to content

Commit

Permalink
Changed Jenkinsfile for RCPTT tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Dec 22, 2023
1 parent 68bbdd4 commit 6cbc531
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ pipeline {

stages {
stage ('Nightly') {
agent {
label 'migration'
}
when {
allOf {
not {
Expand Down Expand Up @@ -53,6 +56,9 @@ pipeline {
}
}
stage ('Tag') {
agent {
label 'migration'
}
when {
allOf {
not {
Expand Down Expand Up @@ -84,6 +90,9 @@ pipeline {
}
}
stage ('PR Verify') {
agent {
label 'migration'
}
when {
branch 'PR-*'
}
Expand Down

0 comments on commit 6cbc531

Please sign in to comment.