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