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-05-12 02:00:02 +0300
committerBrad Warren <bmw@eff.org>2021-05-12 03:03:08 +0300
commit57030f6e4e3cf24394e26ead87ab95a3db70d6c9 (patch)
treead10b0a09a3134164d37b6845032095e4aca4acc
parent412cd737fdb7964bee44dc97faf8aa46305ff5c3 (diff)
test farm tests onlytest-remove-old-apache-tests
-rw-r--r--.azure-pipelines/templates/jobs/extended-tests-jobs.yml74
-rw-r--r--.azure-pipelines/templates/stages/test-and-package-stage.yml2
2 files changed, 0 insertions, 76 deletions
diff --git a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml
index c8cbe7fb3..02b4cffb3 100644
--- a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml
+++ b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml
@@ -8,86 +8,12 @@ jobs:
- group: certbot-common
strategy:
matrix:
- linux-py36:
- PYTHON_VERSION: 3.6
- TOXENV: py36
- linux-py37:
- PYTHON_VERSION: 3.7
- TOXENV: py37
- linux-py38:
- PYTHON_VERSION: 3.8
- TOXENV: py38
- linux-py37-nopin:
- PYTHON_VERSION: 3.7
- TOXENV: py37
- CERTBOT_NO_PIN: 1
- linux-external-mock:
- TOXENV: external-mock
- linux-boulder-v1-integration-certbot-oldest:
- PYTHON_VERSION: 3.6
- TOXENV: integration-certbot-oldest
- ACME_SERVER: boulder-v1
- linux-boulder-v2-integration-certbot-oldest:
- PYTHON_VERSION: 3.6
- TOXENV: integration-certbot-oldest
- ACME_SERVER: boulder-v2
- linux-boulder-v1-integration-nginx-oldest:
- PYTHON_VERSION: 3.6
- TOXENV: integration-nginx-oldest
- ACME_SERVER: boulder-v1
- linux-boulder-v2-integration-nginx-oldest:
- PYTHON_VERSION: 3.6
- TOXENV: integration-nginx-oldest
- ACME_SERVER: boulder-v2
- linux-boulder-v1-py36-integration:
- PYTHON_VERSION: 3.6
- TOXENV: integration
- ACME_SERVER: boulder-v1
- linux-boulder-v2-py36-integration:
- PYTHON_VERSION: 3.6
- TOXENV: integration
- ACME_SERVER: boulder-v2
- linux-boulder-v1-py37-integration:
- PYTHON_VERSION: 3.7
- TOXENV: integration
- ACME_SERVER: boulder-v1
- linux-boulder-v2-py37-integration:
- PYTHON_VERSION: 3.7
- TOXENV: integration
- ACME_SERVER: boulder-v2
- linux-boulder-v1-py38-integration:
- PYTHON_VERSION: 3.8
- TOXENV: integration
- ACME_SERVER: boulder-v1
- linux-boulder-v2-py38-integration:
- PYTHON_VERSION: 3.8
- TOXENV: integration
- ACME_SERVER: boulder-v2
- linux-boulder-v1-py39-integration:
- PYTHON_VERSION: 3.9
- TOXENV: integration
- ACME_SERVER: boulder-v1
- linux-boulder-v2-py39-integration:
- PYTHON_VERSION: 3.9
- TOXENV: integration
- ACME_SERVER: boulder-v2
- nginx-compat:
- TOXENV: nginx_compat
- linux-integration-rfc2136:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.8
- TOXENV: integration-dns-rfc2136
- 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-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..f5a10478f 100644
--- a/.azure-pipelines/templates/stages/test-and-package-stage.yml
+++ b/.azure-pipelines/templates/stages/test-and-package-stage.yml
@@ -1,6 +1,4 @@
stages:
- stage: TestAndPackage
jobs:
- - template: ../jobs/standard-tests-jobs.yml
- template: ../jobs/extended-tests-jobs.yml
- - template: ../jobs/packaging-jobs.yml