From b78d158a4ba567d417a44c9d48429b53d2576c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 10 Nov 2023 18:12:37 +0100 Subject: [PATCH] fix(ci): run old e2e on dediated hosts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For debugging possible delays caused by old and new e2e jobs running on the same CI host. Related to: https://github.com/status-im/desktop-qa-automation/pull/298 Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.tests-e2e | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index ed4a6c315e..5bc860c0a7 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -6,7 +6,8 @@ def isPRBuild = utils.isPRBuild() pipeline { agent { - label 'linux && x86_64 && qt-5.15.2' + /* Temporary desktop-e2e-old label to debug delays. */ + label 'linux && x86_64 && qt-5.15.2 && desktop-e2e-old' } parameters {