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>2020-11-17 22:52:13 +0300
committerBrad Warren <bmw@eff.org>2020-11-18 02:46:38 +0300
commitd7094299db6cdcda779d84a806ffd515547bd254 (patch)
tree3c801fcb00f0e432f0058c6f7a6b85aa67017f7a
parent7536a8d7688216ecaa775279cac8ad1e6b521f52 (diff)
No heavy tests.test-py39
-rw-r--r--.azure-pipelines/templates/jobs/extended-tests-jobs.yml15
-rw-r--r--.azure-pipelines/templates/stages/test-and-package-stage.yml1
2 files changed, 0 insertions, 16 deletions
diff --git a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml
index f835078c8..b97a3c519 100644
--- a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml
+++ b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml
@@ -83,21 +83,6 @@ jobs:
TOXENV: le_auto_oraclelinux6
docker-dev:
TOXENV: docker_dev
- 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:
diff --git a/.azure-pipelines/templates/stages/test-and-package-stage.yml b/.azure-pipelines/templates/stages/test-and-package-stage.yml
index 26010644d..81aa168ec 100644
--- a/.azure-pipelines/templates/stages/test-and-package-stage.yml
+++ b/.azure-pipelines/templates/stages/test-and-package-stage.yml
@@ -3,4 +3,3 @@ stages:
jobs:
- template: ../jobs/standard-tests-jobs.yml
- template: ../jobs/extended-tests-jobs.yml
- - template: ../jobs/packaging-jobs.yml