fix(ci): run old e2e on dediated hosts

For debugging possible delays caused by old and new e2e jobs running
on the same CI host.

Related to:
https://github.com/status-im/desktop-qa-automation/pull/298

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-11-10 18:12:37 +01:00 committed by Anastasiya
parent 8bede5e569
commit b78d158a4b
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ def isPRBuild = utils.isPRBuild()
pipeline {
agent {
label 'linux && x86_64 && qt-5.15.2'
/* Temporary desktop-e2e-old label to debug delays. */
label 'linux && x86_64 && qt-5.15.2 && desktop-e2e-old'
}
parameters {