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:
parent
35edc2acfd
commit
4fb35c36b4
|
@ -4,7 +4,9 @@ library 'status-jenkins-lib@v1.6.3'
|
||||||
def isPRBuild = utils.isPRBuild()
|
def isPRBuild = utils.isPRBuild()
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent {
|
||||||
|
label 'linux && x86_64 && qt-5.14.2'
|
||||||
|
}
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
booleanParam(
|
booleanParam(
|
||||||
|
|
|
@ -5,7 +5,7 @@ def isPRBuild = utils.isPRBuild()
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
label 'macos && x86_64'
|
label 'macos && x86_64 && qt-5.14.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
|
|
Loading…
Reference in New Issue