Merge "CI: Make node labels job-specific" into 13

This commit is contained in:
Friendly Automation
2019-08-07 11:19:22 -05:00
committed by Gerrit Code Review
4 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ pipeline {
agent {
/* All of the stages need to be performed on a docker host */
label "swdev-docker"
label "asterisk-gate"
}
stages {

View File

@@ -29,7 +29,7 @@ pipeline {
agent {
/* All of the stages need to be performed on a docker host */
label "swdev-docker"
label "asterisk-daily"
}
stages {

View File

@@ -29,7 +29,7 @@ pipeline {
agent {
/* All of the stages need to be performed on a docker host */
label "swdev-docker"
label "asterisk-ref-debug"
}
stages {

View File

@@ -59,7 +59,7 @@ pipeline {
}
agent {
/* All of the stages need to be performed on a docker host */
label "swdev-docker"
label "asterisk-check"
}
stages {