ci: fix leftover to allow tests running in nightly

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Anastasiya Semenkevich 2024-02-13 09:43:33 +03:00 committed by Jakub Sokołowski
parent 46c69cf0a8
commit 0a0466a7a3
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 3 additions and 3 deletions

View File

@ -55,8 +55,8 @@ pipeline {
} } }
}
}
stage('Tests') {
stage('Linux/E2E/new') { steps { script {
stage('E2E') {
steps { script {
linux_e2e = build(
job: 'status-desktop/systems/linux/x86_64/tests-e2e-new',
parameters: jenkins.mapToParams([
@ -65,7 +65,7 @@ pipeline {
TEST_SCOPE_FLAG: utils.isReleaseBuild() ? '-m=critical' : '',
]),
)
} } }
} }
}
stage('Publish') {
when { expression { params.PUBLISH } }