Skip to content

Commit

Permalink
Disable sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 12, 2024
1 parent 3984714 commit da0651b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ def run(params) {
}
}

stage('Sanity check') {
sh "./terracumber-cli ${common_params} --logfile ${resultdirbuild}/testsuite.log --runstep cucumber --cucumber-cmd 'cd /root/spacewalk/testsuite; ${env.exports} rake cucumber:build_validation_sanity_check'"
}
// stage('Sanity check') {
// sh "./terracumber-cli ${common_params} --logfile ${resultdirbuild}/testsuite.log --runstep cucumber --cucumber-cmd 'cd /root/spacewalk/testsuite; ${env.exports} rake cucumber:build_validation_sanity_check'"
// }

stage('Run core features') {
if (params.must_run_core && (deployed || !params.must_deploy)) {
Expand Down

0 comments on commit da0651b

Please sign in to comment.