mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
add other test farm tests
This commit is contained in:
parent
83cb78f3ee
commit
b94e3f8ff6
1 changed files with 9 additions and 0 deletions
|
|
@ -8,12 +8,21 @@ jobs:
|
|||
- group: certbot-common
|
||||
strategy:
|
||||
matrix:
|
||||
macos-farmtest-apache2:
|
||||
# We run one of these test farm tests on macOS to help ensure the
|
||||
# tests continue to work on the platform.
|
||||
IMAGE_NAME: macOS-10.15
|
||||
PYTHON_VERSION: 3.8
|
||||
TOXENV: test-farm-apache2
|
||||
farmtest-leauto-upgrades:
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: test-farm-leauto-upgrades
|
||||
farmtest-certonly-standalone:
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: test-farm-certonly-standalone
|
||||
farmtest-sdists:
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: test-farm-sdists
|
||||
pool:
|
||||
vmImage: $(IMAGE_NAME)
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue