Skip to content

Commit

Permalink
Disable temporary sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Sep 11, 2024
1 parent 68f536e commit 7e578b8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ def run(params) {
}
}

stage('Sanity check') {
def nodesHandler = getNodesHandler()
sh "./terracumber-cli ${common_params} --logfile ${resultdirbuild}/testsuite.log --runstep cucumber --cucumber-cmd 'unset ${nodesHandler.envVariableListToDisable}; cd /root/spacewalk/testsuite; ${env.exports} rake cucumber:build_validation_sanity_check'"
}
// stage('Sanity check') {
// def nodesHandler = getNodesHandler()
// sh "./terracumber-cli ${common_params} --logfile ${resultdirbuild}/testsuite.log --runstep cucumber --cucumber-cmd 'unset ${nodesHandler.envVariableListToDisable}; 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 7e578b8

Please sign in to comment.