Skip to content

Commit

Permalink
ci: enable testing
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
  • Loading branch information
Vitor Bandeira committed Aug 15, 2024
1 parent 0970703 commit 318a37e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions jenkins/public_tests_all.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('utils@orfs-v2.1.0') _
@Library('utils@orfs-arm') _

node {

Expand Down Expand Up @@ -39,11 +39,7 @@ node {
}

stage('Run Tests') {
if (env.CHANGE_BRANCH && env.CHANGE_BRANCH.contains('ci-dev')) {
runTests(DOCKER_IMAGE, 'dev');
} else {
runTests(DOCKER_IMAGE, 'pr');
}
runTests(DOCKER_IMAGE, 'dev');
}

stage ('Cleanup and Reporting') {
Expand Down

0 comments on commit 318a37e

Please sign in to comment.