mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Merge "CI: Make node labels job-specific" into 13
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user