fix(ci): run only critical path of new e2e for releases
The full suite is unstable and causes frequent timeouts currently. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3865c68737
commit
dffa404fec
|
@ -64,8 +64,9 @@ pipeline {
|
|||
linux_e2e = build(
|
||||
job: 'status-desktop/systems/linux/x86_64/tests-e2e-new',
|
||||
parameters: jenkins.mapToParams([
|
||||
BUILD_SOURCE: linux_x86_64.fullProjectName,
|
||||
TESTRAIL_RUN_NAME: utils.pkgFilename()
|
||||
BUILD_SOURCE: linux_x86_64.fullProjectName,
|
||||
TESTRAIL_RUN_NAME: utils.pkgFilename(),
|
||||
TEST_SCOPE_FLAG: utils.isReleaseBuild() ? '-m=critical' : '',
|
||||
]),
|
||||
)
|
||||
} } }
|
||||
|
|
Loading…
Reference in New Issue