Skip to content

Commit

Permalink
chore: remove new e2e tests from release build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jrainville committed Nov 15, 2023
1 parent 2684bc8 commit 4d1fd3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ci/Jenkinsfile.combined
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ pipeline {
stage('Linux/E2E/old') { steps { script {
linux_e2e = jenkins.Build('status-desktop/systems/linux/x86_64/tests-e2e-old')
} } }
stage('Linux/E2E/new') { steps { script {
linux_e2e = build(
job: 'status-desktop/systems/linux/x86_64/tests-e2e-new',
parameters: jenkins.mapToParams([BUILD_SOURCE: linux_x86_64.fullProjectName]),
)
} } }
}
}
stage('Publish') {
Expand Down

0 comments on commit 4d1fd3a

Please sign in to comment.