ci: fix leftover to allow tests running in nightly
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
46c69cf0a8
commit
0a0466a7a3
|
@ -55,8 +55,8 @@ pipeline {
|
||||||
} } }
|
} } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Tests') {
|
stage('E2E') {
|
||||||
stage('Linux/E2E/new') { steps { script {
|
steps { script {
|
||||||
linux_e2e = build(
|
linux_e2e = build(
|
||||||
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([
|
||||||
|
@ -65,7 +65,7 @@ pipeline {
|
||||||
TEST_SCOPE_FLAG: utils.isReleaseBuild() ? '-m=critical' : '',
|
TEST_SCOPE_FLAG: utils.isReleaseBuild() ? '-m=critical' : '',
|
||||||
]),
|
]),
|
||||||
)
|
)
|
||||||
} } }
|
} }
|
||||||
}
|
}
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
when { expression { params.PUBLISH } }
|
when { expression { params.PUBLISH } }
|
||||||
|
|
Loading…
Reference in New Issue