mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-26 06:21:15 +00:00
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
2
test/e2e/ci/Jenkinsfile
vendored
2
test/e2e/ci/Jenkinsfile
vendored
@ -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…
x
Reference in New Issue
Block a user