diff --git a/ci/Jenkinsfile.e2e b/ci/Jenkinsfile.e2e index 4a20458717..1230f95219 100644 --- a/ci/Jenkinsfile.e2e +++ b/ci/Jenkinsfile.e2e @@ -4,7 +4,9 @@ library 'status-jenkins-lib@v1.6.3' def isPRBuild = utils.isPRBuild() pipeline { - agent { label 'linux' } + agent { + label 'linux && x86_64 && qt-5.14.2' + } parameters { booleanParam( diff --git a/ci/Jenkinsfile.macos b/ci/Jenkinsfile.macos index 2a5c86e4f2..b2f614b161 100644 --- a/ci/Jenkinsfile.macos +++ b/ci/Jenkinsfile.macos @@ -5,7 +5,7 @@ def isPRBuild = utils.isPRBuild() pipeline { agent { - label 'macos && x86_64' + label 'macos && x86_64 && qt-5.14.2' } parameters {