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:03:15 +01:00
parent 6418fcd6c6
commit 2fab5ca720
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 && !desktop-e2e-old"
label "${params.AGENT} && x86_64 && qt-5.15.2"
}
parameters {