mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Focus on sdist farm test
This commit is contained in:
parent
e2377f129e
commit
6f2eac1fd8
2 changed files with 76 additions and 76 deletions
|
|
@ -6,80 +6,80 @@ jobs:
|
|||
- group: certbot-common
|
||||
strategy:
|
||||
matrix:
|
||||
linux-py36:
|
||||
PYTHON_VERSION: 3.6
|
||||
TOXENV: py36
|
||||
linux-py37:
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: py37
|
||||
linux-py37-nopin:
|
||||
PYTHON_VERSION: 3.7
|
||||
TOXENV: py37
|
||||
CERTBOT_NO_PIN: 1
|
||||
linux-boulder-v1-integration-certbot-oldest:
|
||||
TOXENV: integration-certbot-oldest
|
||||
ACME_SERVER: boulder-v1
|
||||
linux-boulder-v2-integration-certbot-oldest:
|
||||
TOXENV: integration-certbot-oldest
|
||||
ACME_SERVER: boulder-v2
|
||||
linux-boulder-v1-integration-nginx-oldest:
|
||||
TOXENV: integration-nginx-oldest
|
||||
ACME_SERVER: boulder-v1
|
||||
linux-boulder-v2-integration-nginx-oldest:
|
||||
TOXENV: integration-nginx-oldest
|
||||
ACME_SERVER: boulder-v2
|
||||
linux-boulder-v1-py27-integration:
|
||||
PYTHON_VERSION: 2.7
|
||||
TOXENV: integration
|
||||
ACME_SERVER: boulder-v1
|
||||
linux-boulder-v2-py27-integration:
|
||||
PYTHON_VERSION: 2.7
|
||||
TOXENV: integration
|
||||
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
|
||||
nginx-compat:
|
||||
TOXENV: nginx_compat
|
||||
le-auto-centos6:
|
||||
TOXENV: le_auto_centos6
|
||||
le-auto-oraclelinux6:
|
||||
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
|
||||
# linux-py36:
|
||||
# PYTHON_VERSION: 3.6
|
||||
# TOXENV: py36
|
||||
# linux-py37:
|
||||
# PYTHON_VERSION: 3.7
|
||||
# TOXENV: py37
|
||||
# linux-py37-nopin:
|
||||
# PYTHON_VERSION: 3.7
|
||||
# TOXENV: py37
|
||||
# CERTBOT_NO_PIN: 1
|
||||
# linux-boulder-v1-integration-certbot-oldest:
|
||||
# TOXENV: integration-certbot-oldest
|
||||
# ACME_SERVER: boulder-v1
|
||||
# linux-boulder-v2-integration-certbot-oldest:
|
||||
# TOXENV: integration-certbot-oldest
|
||||
# ACME_SERVER: boulder-v2
|
||||
# linux-boulder-v1-integration-nginx-oldest:
|
||||
# TOXENV: integration-nginx-oldest
|
||||
# ACME_SERVER: boulder-v1
|
||||
# linux-boulder-v2-integration-nginx-oldest:
|
||||
# TOXENV: integration-nginx-oldest
|
||||
# ACME_SERVER: boulder-v2
|
||||
# linux-boulder-v1-py27-integration:
|
||||
# PYTHON_VERSION: 2.7
|
||||
# TOXENV: integration
|
||||
# ACME_SERVER: boulder-v1
|
||||
# linux-boulder-v2-py27-integration:
|
||||
# PYTHON_VERSION: 2.7
|
||||
# TOXENV: integration
|
||||
# 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
|
||||
# nginx-compat:
|
||||
# TOXENV: nginx_compat
|
||||
# le-auto-centos6:
|
||||
# TOXENV: le_auto_centos6
|
||||
# le-auto-oraclelinux6:
|
||||
# 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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
stages:
|
||||
- stage: TestAndPackage
|
||||
jobs:
|
||||
- template: ../jobs/standard-tests-jobs.yml
|
||||
#- template: ../jobs/standard-tests-jobs.yml
|
||||
- template: ../jobs/extended-tests-jobs.yml
|
||||
- template: ../jobs/packaging-jobs.yml
|
||||
#- template: ../jobs/packaging-jobs.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue