mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
Merge "CI: Make node labels job-specific" into 13
This commit is contained in:
@@ -57,7 +57,7 @@ pipeline {
|
|||||||
|
|
||||||
agent {
|
agent {
|
||||||
/* All of the stages need to be performed on a docker host */
|
/* All of the stages need to be performed on a docker host */
|
||||||
label "swdev-docker"
|
label "asterisk-gate"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ pipeline {
|
|||||||
|
|
||||||
agent {
|
agent {
|
||||||
/* All of the stages need to be performed on a docker host */
|
/* All of the stages need to be performed on a docker host */
|
||||||
label "swdev-docker"
|
label "asterisk-daily"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ pipeline {
|
|||||||
|
|
||||||
agent {
|
agent {
|
||||||
/* All of the stages need to be performed on a docker host */
|
/* All of the stages need to be performed on a docker host */
|
||||||
label "swdev-docker"
|
label "asterisk-ref-debug"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
/* All of the stages need to be performed on a docker host */
|
/* All of the stages need to be performed on a docker host */
|
||||||
label "swdev-docker"
|
label "asterisk-check"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
Reference in New Issue
Block a user