mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
The sudo environments take longer to allocate (#3578)
One more tiny tweak, placing the slower sudo environments back up the list. I expect this should save us another 10-20 seconds. - there's about a 50 second delay in starting apacheconftest, so move it back up the priority queue of jobs to start
This commit is contained in:
committed by
Brad Warren
parent
bde1d9fdb1
commit
3ae6c90a6a
+3
-3
@@ -60,15 +60,15 @@ matrix:
|
|||||||
services: docker
|
services: docker
|
||||||
before_install:
|
before_install:
|
||||||
addons:
|
addons:
|
||||||
|
- python: "2.7"
|
||||||
|
env: TOXENV=apacheconftest
|
||||||
|
sudo: required
|
||||||
- python: "3.3"
|
- python: "3.3"
|
||||||
env: TOXENV=py33
|
env: TOXENV=py33
|
||||||
- python: "3.4"
|
- python: "3.4"
|
||||||
env: TOXENV=py34
|
env: TOXENV=py34
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- python: "2.7"
|
|
||||||
env: TOXENV=apacheconftest
|
|
||||||
sudo: required
|
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: TOXENV=nginxroundtrip
|
env: TOXENV=nginxroundtrip
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user