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:
parent
8bede5e569
commit
b78d158a4b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue