ci: don't run on agents with desktop-e2e-old label (#298)
A temporary attempt to debug apparent delays possibly caused by running both old and new e2e tests on the same host. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1dd73a0f92
commit
d44a4b9968
|
@ -4,7 +4,7 @@ library 'status-jenkins-lib@v1.8.1'
|
|||
pipeline {
|
||||
|
||||
agent {
|
||||
label "${params.AGENT} && x86_64 && qt-5.15.2"
|
||||
label "${params.AGENT} && x86_64 && qt-5.15.2 && !desktop-e2e-old"
|
||||
}
|
||||
|
||||
parameters {
|
||||
|
|
Loading…
Reference in New Issue