From d44a4b99685efd7896ba5e4daea081152d7b2600 Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 13 Nov 2023 10:29:47 +0100 Subject: [PATCH] ci: don't run on agents with desktop-e2e-old label (#298) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- test/e2e/ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/ci/Jenkinsfile b/test/e2e/ci/Jenkinsfile index c5ace1af04..71d9bc794a 100644 --- a/test/e2e/ci/Jenkinsfile +++ b/test/e2e/ci/Jenkinsfile @@ -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 {