Skip to content

Commit

Permalink
Remove sanity for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoabreu committed Nov 29, 2018
1 parent 4abbaca commit e8386a7
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -152,25 +152,6 @@ utils.assign_node_labels(utility: 'utility', linux_cpu: 'mxnetlinux-cpu', linux_

utils.main_wrapper(
core_logic: {
stage('Sanity Check') {
parallel 'Lint': {
node(NODE_LINUX_CPU) {
ws('workspace/sanity-lint') {
utils.init_git()
utils.docker_run('ubuntu_cpu', 'sanity_check', false)
}
}
},
'RAT License': {
node(NODE_LINUX_CPU) {
ws('workspace/sanity-rat') {
utils.init_git()
utils.docker_run('ubuntu_rat', 'nightly_test_rat_check', false)
}
}
}
}

stage('Build') {
parallel 'CPU: CentOS 7': {
node(NODE_LINUX_CPU) {
Expand Down

0 comments on commit e8386a7

Please sign in to comment.