ci: add missing qt labels for build hosts

To avoid mixing builds on upgraded and unupgraded hosts.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-02-01 12:13:45 +01:00
parent 35edc2acfd
commit 4fb35c36b4
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 4 additions and 2 deletions

View File

@ -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(

View File

@ -5,7 +5,7 @@ def isPRBuild = utils.isPRBuild()
pipeline {
agent {
label 'macos && x86_64'
label 'macos && x86_64 && qt-5.14.2'
}
parameters {