Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Clean amalgamation ws and skip failing test (#7678)
Browse files Browse the repository at this point in the history
* Clean amalgamation ws and skip failing test

* Undo skipping the failing test_ce_loss
  • Loading branch information
sandeep-krishnamurthy authored and madjam committed Sep 5, 2017
1 parent f39e3ed commit da7c5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ try {
},
'Amalgamation MIN': {
node('mxnetlinux') {
ws('workspace/amalgamation') {
ws('workspace/amalgamationmin') {
init_git()
make('cpu', '-C amalgamation/ clean')
make('cpu', '-C amalgamation/ USE_BLAS=openblas MIN=1')
Expand Down

0 comments on commit da7c5bc

Please sign in to comment.