chore(ci): remove obsolete desktop-e2e-old CI label
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6418fcd6c6
commit
2fab5ca720
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue