Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 2, 2019
1 parent fff3e9d commit a04cf22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .local.jenkins.lin.yml
Expand Up @@ -19,10 +19,11 @@ before_script:
- set KERAS_BACKEND=tensorflow

script:
- { CMD: "$PYINT -u setup.py unittests -g \".*MODULE.*\"", NAME: "UT" }
- { CMD: "$PYINT -u setup.py unittests -g \".*((MODULE)|(201711_torch)).*\"", NAME: "UT" }
- { CMD: "$PYINT -u setup.py unittests -e \".*((keras)).*\"", NAME: "UT_KERAS", TIMEOUT: 7200 }
- { CMD: "$PYINT -u setup.py unittests -e \".*((deep)).*\"", NAME: "UT_DEEP2", TIMEOUT: 7200 }
- { CMD: "$PYINT -u setup.py unittests -e \".*MODULE.*\"", NAME: "UT_MODULE" }
- { CMD: "$PYINT -u setup.py unittests -e \".*201711_torch.*\"", NAME: "UT_TORCH", TIMEOUT: 2400 }

after_script:
- $PYINT -u setup.py bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion .local.jenkins.win.yml
Expand Up @@ -17,7 +17,7 @@ before_script:
- python -u setup.py build_ext --inplace
- set KERAS_BACKEND=tensorflow
script:
- { CMD: "python -u setup.py unittests -g .*MODULE.*", NAME: "UT" }
- { CMD: "python -u setup.py unittests -g .*MODULE.*", NAME: "UT", TIMEOUT: 2400 }
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests -e \".*((keras)).*\"", NAME: "UT_KERAS", TIMEOUT: 7200 }
- { CMD: "python -X faulthandler -X showrefcount -u setup.py unittests -e \".*((deep)).*\"", NAME: "UT_DEEP2", TIMEOUT: 7200 }
- { CMD: "python -X faulthandler -u setup.py unittests -e .*MODULE.*", NAME: "UT_MODULE" }
Expand Down

0 comments on commit a04cf22

Please sign in to comment.