Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2021-03-17 00:54:09 +0300
committerBrad Warren <bmw@eff.org>2021-03-17 00:54:09 +0300
commit962fc0fe0d109eefbfdbb3812cb478139577d9a2 (patch)
tree17a15b38ebc3b62a498512a73d58fdadc92caf31
parentefc9225d12f82ad0837338a1431dac4ff291d242 (diff)
add other test farm teststest-update-test-farm-reqs
-rw-r--r--.azure-pipelines/templates/jobs/extended-tests-jobs.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml
index 74e0532ad..c48d2125e 100644
--- a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml
+++ b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml
@@ -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: