diff --git a/tests/CI/gates.jenkinsfile b/tests/CI/gates.jenkinsfile index ca43a60034..359dbbe258 100644 --- a/tests/CI/gates.jenkinsfile +++ b/tests/CI/gates.jenkinsfile @@ -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 { diff --git a/tests/CI/periodics-daily.jenkinsfile b/tests/CI/periodics-daily.jenkinsfile index 5a37bb9c21..c91c5e55c5 100644 --- a/tests/CI/periodics-daily.jenkinsfile +++ b/tests/CI/periodics-daily.jenkinsfile @@ -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 { diff --git a/tests/CI/ref_debug.jenkinsfile b/tests/CI/ref_debug.jenkinsfile index 9e20600e09..0d1e522f1a 100644 --- a/tests/CI/ref_debug.jenkinsfile +++ b/tests/CI/ref_debug.jenkinsfile @@ -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 { diff --git a/tests/CI/unittests.jenkinsfile b/tests/CI/unittests.jenkinsfile index c2467d7fb0..97d18a865a 100644 --- a/tests/CI/unittests.jenkinsfile +++ b/tests/CI/unittests.jenkinsfile @@ -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 {