diff --git a/tests/CI/gates.jenkinsfile b/tests/CI/gates.jenkinsfile index bc23781d6f..275610433c 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 ae762f8e82..d9896d115f 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 0e0f49c1bd..3c73d0e89d 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 3961cf538b..e57a532537 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 {