chore(ci): remove obsolete desktop-e2e-old CI label

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-12-06 15:02:36 +01:00
parent 6c6967faf2
commit 55f6c64b48
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 2 deletions

View File

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