From 55f6c64b4888b06734cc61f0adfb0e0d530df8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 6 Dec 2023 15:02:36 +0100 Subject: [PATCH] chore(ci): remove obsolete desktop-e2e-old CI label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.tests-e2e | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index 54fa20798e..daccee3f86 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -6,8 +6,7 @@ def isPRBuild = utils.isPRBuild() pipeline { agent { - /* Temporary desktop-e2e-old label to debug delays. */ - label 'linux && x86_64 && qt-5.15.2 && desktop-e2e-old' + label 'linux && x86_64 && qt-5.15.2' } parameters {