mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Split oldest tests
This commit is contained in:
parent
6a41063a5b
commit
04cda0e761
1 changed files with 5 additions and 2 deletions
|
|
@ -22,9 +22,12 @@ jobs:
|
|||
IMAGE_NAME: vs2017-win2016
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: integration-certbot
|
||||
linux-oldest-tests:
|
||||
linux-oldest-tests-1:
|
||||
IMAGE_NAME: ubuntu-18.04
|
||||
TOXENV: py27-{acme,apache,apache-v2,certbot,dns,nginx}-oldest
|
||||
TOXENV: py27-{acme,apache,apache-v2,certbot}-oldest
|
||||
linux-oldest-tests-2:
|
||||
IMAGE_NAME: ubuntu-18.04
|
||||
TOXENV: py27-{dns,nginx}-oldest
|
||||
linux-py27:
|
||||
IMAGE_NAME: ubuntu-18.04
|
||||
PYTHON_VERSION: 2.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue