Skip to content
Snippets Groups Projects
Commit 6d174e4e authored by Friendly Automation's avatar Friendly Automation Committed by Gerrit Code Review
Browse files

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

parents a57b59c9 1a051fcf
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment