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

Commit

Permalink
Update .local.jenkins.lin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 27, 2021
1 parent 6aadec4 commit 524883d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .local.jenkins.lin.yml
Expand Up @@ -29,10 +29,10 @@ script:
- { CMD: "$PYINT -u setup.py unittests -e \".*code_style.*\"", NAME: "UT_STYLE", SCHEDULER: "H H(1-2) 24 * *" }
- { CMD: "$PYINT -u setup.py unittests -e \".*cartopy.*\"", NAME: "UT_MAP", SCHEDULER: "H H(1-2) 24 * *", TIMEOUT: 7200 }
- { CMD: "$PYINT -u setup.py unittests -e \".*(http).*\"", NAME: "UT_HTTP", SCHEDULER: "H H(1-2) 24 * *" }
- { CMD: "$PYINT -u setup.py unittests -e .*LONG.* -g \".*((internet)|(cvxopt)|(notebook_eleves)|(cartopy)).*\"", NAME: "UT_LONG", TIMEOUT: 3600, SCHEDULER: "H H(1-2) 24 * *" }
- { CMD: "$PYINT -u setup.py unittests -e .*LONG.* -g \".*((internet)|(cvxopt)|(notebook_eleves)|(cartopy)).*\"", NAME: "UT_LONG", TIMEOUT: 4800, SCHEDULER: "H H(1-2) 24 * *" }
- { CMD: "$PYINT -u setup.py unittests -e .*SKIP.* -g \".*((theano)|(keras)|(deep)|(scraping)|(pythonnet)|(huge)|(web)|(ete3)|(cvxopt)|(students)|(cartopy)).*\"", NAME: "UT_SKIP", SCHEDULER: "H H(1-2) 24 * *" }
- { CMD: "$PYINT -u setup.py unittests -e .*_1A_.* -g \".*((SKIP)|(theano)|(keras)|(scraping)|(ete3)|(cvxopt)|(cartopy)).*\"", NAME: "UT_1A", SCHEDULER: "H H(1-2) 24 * *" }
- { CMD: "$PYINT -u setup.py unittests -e .*_2A_.* -g \".*((SKIP)|(theano)|(keras)|(scraping)|(ete3)|(cvxopt)|(cartopy)).*\"", NAME: "UT_2A", TIMEOUT: 3600, SCHEDULER: "H H(1-2) 24 * *" }
- { CMD: "$PYINT -u setup.py unittests -e .*_2A_.* -g \".*((SKIP)|(theano)|(keras)|(scraping)|(ete3)|(cvxopt)|(cartopy)|(dask)).*\"", NAME: "UT_2A", TIMEOUT: 4800, SCHEDULER: "H H(1-2) 24 * *" }
- { CMD: "$PYINT -u setup.py unittests -e .*_EX_.* -g \".*((SKIP)|(theano)|(keras)|(scraping)|(ete3)|(cvxopt)|(cartopy)).*\"", NAME: "UT_EX", TIMEOUT: 3600, SCHEDULER: "H H(1-2) 24 * *" }
- { CMD: "$PYINT -u setup.py unittests -e .*_GUI_.* -g \".*((SKIP)|(theano)|(keras)|(scraping)|(ete3)|(cvxopt)|(cartopy)).*\"", NAME: "UT_GUI", TIMEOUT: 2400, SCHEDULER: "H H(1-2) 24 * *" }
- { CMD: "$PYINT -u setup.py unittests -e .*scraping.* -g \".*((SKIP)|(theano)|(keras)|(ete3)|(cvxopt)).*\"", NAME: "UT_SCRAPING", TIMEOUT: 3600, SCHEDULER: "H H(1-2) 24 * *" }
Expand Down

0 comments on commit 524883d

Please sign in to comment.