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-04-12 23:07:38 +0300
committerBrad Warren <bmw@eff.org>2021-04-12 23:07:38 +0300
commit73c41472a7a9ec91ed9be043aaf05dab27bc5718 (patch)
treef6fafc89754f5160bc0f587cc81089feee975dca
parentb4808062d4d904eb44147f136860b6243cf601e2 (diff)
test macos onlytest-fix-homebrew
-rw-r--r--.azure-pipelines/templates/jobs/standard-tests-jobs.yml55
-rw-r--r--.azure-pipelines/templates/stages/test-and-package-stage.yml2
2 files changed, 0 insertions, 57 deletions
diff --git a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml
index 62f22b223..3423d0358 100644
--- a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml
+++ b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml
@@ -12,61 +12,6 @@ jobs:
IMAGE_NAME: macOS-10.15
PYTHON_VERSION: 3.9
TOXENV: py39
- windows-py36:
- IMAGE_NAME: vs2017-win2016
- PYTHON_VERSION: 3.6
- TOXENV: py36
- windows-py38-cover:
- IMAGE_NAME: vs2017-win2016
- PYTHON_VERSION: 3.8
- TOXENV: py38-cover
- windows-integration-certbot:
- IMAGE_NAME: vs2017-win2016
- PYTHON_VERSION: 3.8
- TOXENV: integration-certbot
- linux-oldest-tests-1:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.6
- TOXENV: '{acme,apache,apache-v2,certbot}-oldest'
- linux-oldest-tests-2:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.6
- TOXENV: '{dns,nginx}-oldest'
- linux-py36:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.6
- TOXENV: py36
- linux-py39-cover:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.9
- TOXENV: py39-cover
- linux-py39-lint:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.9
- TOXENV: lint
- linux-py39-mypy:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.9
- TOXENV: mypy
- linux-integration:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.8
- TOXENV: integration
- ACME_SERVER: pebble
- apache-compat:
- IMAGE_NAME: ubuntu-18.04
- TOXENV: apache_compat
- le-modification:
- IMAGE_NAME: ubuntu-18.04
- TOXENV: modification
- apacheconftest:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.6
- TOXENV: apacheconftest-with-pebble
- nginxroundtrip:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.6
- TOXENV: nginxroundtrip
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..bb9685444 100644
--- a/.azure-pipelines/templates/stages/test-and-package-stage.yml
+++ b/.azure-pipelines/templates/stages/test-and-package-stage.yml
@@ -2,5 +2,3 @@ stages:
- stage: TestAndPackage
jobs:
- template: ../jobs/standard-tests-jobs.yml
- - template: ../jobs/extended-tests-jobs.yml
- - template: ../jobs/packaging-jobs.yml