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:
Jakub Sokołowski 2023-11-13 10:29:47 +01:00 committed by GitHub
parent 1dd73a0f92
commit d44a4b9968
1 changed files with 1 additions and 1 deletions

View File

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