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 6453ff8e3f
commit eb63cde0a0
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

2
ci/Jenkinsfile vendored
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 {