Skip to content

Commit

Permalink
Update .local.jenkins.lin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 24, 2021
1 parent 7156915 commit 100d1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .local.jenkins.lin.yml
Expand Up @@ -15,7 +15,7 @@ install:
- $PYINT -m pip freeze

script:
- { CMD: "$PYINT -u setup.py unittests -g \".*((code_style)|(LONG)|(SKIP)|(dummy_app)|(cartopy)).*\"", NAME: "UT" }
- { CMD: "$PYINT -u setup.py unittests -g \".*((code_style)|(LONG)|(SKIP)|(dummy_app)|(cartopy)).*\"", NAME: "UT", TIMEOUT: 3600 }
- { CMD: "$PYINT -u setup.py unittests -e \".*code_style.*\"", NAME: "UT_STYLE", SCHEDULER: "H H(1-2) 23 * *" }
- { CMD: "$PYINT -u setup.py unittests -e \".*dummy_app[a-z_]+?keras.*\"", NAME: "UT_DUMMY_APP_KERAS", SCHEDULER: "H H(1-2) 23 * *" }
- { CMD: "$PYINT -u setup.py unittests -e \".*dummy_app[a-z_]+?torch.*\"", NAME: "UT_DUMMY_APP_TORCH", SCHEDULER: "H H(1-2) 23 * *" }
Expand Down

0 comments on commit 100d1fe

Please sign in to comment.