diff --git a/tests/CI/gates.jenkinsfile b/tests/CI/gates.jenkinsfile index ca43a60034515fac85c0136021f0f1606481931e..359dbbe258856419dc8c761af6a43e4f0e6ff64d 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 5a37bb9c21f793867f0ff838f32f52b81ca38d15..c91c5e55c550c8ba262c8e34d427240dc1d68730 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 9e20600e094296c5ea565b1d0126fc6af0572367..0d1e522f1a3c175a54aad7cec18f4886c8896ca3 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 c2467d7fb0ef5541b06a9b485efb8ed9c77d6cb8..97d18a865a52fa713f055f0416062ef34e34fc58 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 {