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-10-05 19:12:08 +0300
committerBrad Warren <bmw@eff.org>2021-10-05 19:12:08 +0300
commit4bf31b224dd83b3ddada348a0fd2cf3ed15203d4 (patch)
tree16b948171770ce24635804f04743de4a9519831f
parent065df4c9a70330b99c162aaf789c54aa8c43b596 (diff)
test 3.10test-3.10
-rw-r--r--.azure-pipelines/templates/jobs/standard-tests-jobs.yml64
-rw-r--r--.azure-pipelines/templates/stages/test-and-package-stage.yml2
2 files changed, 6 insertions, 60 deletions
diff --git a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml
index f21be20f0..f49e04de3 100644
--- a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml
+++ b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml
@@ -4,66 +4,14 @@ jobs:
PYTHON_VERSION: 3.9
strategy:
matrix:
- macos-py36:
+ macos-py310:
IMAGE_NAME: macOS-10.15
- PYTHON_VERSION: 3.6
- TOXENV: py36
- macos-py39:
- IMAGE_NAME: macOS-10.15
- PYTHON_VERSION: 3.9
- TOXENV: py39
- windows-py36:
- IMAGE_NAME: vs2017-win2016
- PYTHON_VERSION: 3.6
- TOXENV: py36-win
- windows-py39-cover:
- IMAGE_NAME: vs2017-win2016
- PYTHON_VERSION: 3.9
- TOXENV: py39-cover-win
- windows-integration-certbot:
- IMAGE_NAME: vs2017-win2016
- PYTHON_VERSION: 3.9
- 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-posix
- linux-py39-mypy:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.9
- TOXENV: mypy-posix
- 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
- apacheconftest:
- IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.6
- TOXENV: apacheconftest-with-pebble
- nginxroundtrip:
+ PYTHON_VERSION: 3.10
+ TOXENV: py310
+ linux-py310-cover:
IMAGE_NAME: ubuntu-18.04
- PYTHON_VERSION: 3.6
- TOXENV: nginxroundtrip
+ PYTHON_VERSION: 3.10
+ TOXENV: py310-cover
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