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
|
@ -65,7 +65,8 @@ pipeline {
|
||||||
job: 'status-desktop/systems/linux/x86_64/tests-e2e-new',
|
job: 'status-desktop/systems/linux/x86_64/tests-e2e-new',
|
||||||
parameters: jenkins.mapToParams([
|
parameters: jenkins.mapToParams([
|
||||||
BUILD_SOURCE: linux_x86_64.fullProjectName,
|
BUILD_SOURCE: linux_x86_64.fullProjectName,
|
||||||
TESTRAIL_RUN_NAME: utils.pkgFilename()
|
TESTRAIL_RUN_NAME: utils.pkgFilename(),
|
||||||
|
TEST_SCOPE_FLAG: utils.isReleaseBuild() ? '-m=critical' : '',
|
||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
} } }
|
} } }
|
||||||
|
|
Loading…
Reference in New Issue