mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Reactivate everything
This commit is contained in:
parent
ee4e6b3540
commit
916452f790
4 changed files with 78 additions and 78 deletions
|
|
@ -9,6 +9,6 @@ pr: none
|
||||||
jobs:
|
jobs:
|
||||||
# Any addition here should be reflected in the advanced and release pipelines.
|
# Any addition here should be reflected in the advanced and release pipelines.
|
||||||
# It is advised to declare all jobs here as templates to improve maintainability.
|
# It is advised to declare all jobs here as templates to improve maintainability.
|
||||||
# - template: templates/jobs/standard-tests-jobs.yml
|
- template: templates/jobs/standard-tests-jobs.yml
|
||||||
- template: templates/jobs/extended-tests-jobs.yml
|
- template: templates/jobs/extended-tests-jobs.yml
|
||||||
# - template: templates/jobs/packaging-jobs.yml
|
- template: templates/jobs/packaging-jobs.yml
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ stages:
|
||||||
- template: templates/jobs/standard-tests-jobs.yml
|
- template: templates/jobs/standard-tests-jobs.yml
|
||||||
- template: templates/jobs/extended-tests-jobs.yml
|
- template: templates/jobs/extended-tests-jobs.yml
|
||||||
- template: templates/jobs/packaging-jobs.yml
|
- template: templates/jobs/packaging-jobs.yml
|
||||||
# - stage: Deploy
|
- stage: Deploy
|
||||||
# jobs:
|
jobs:
|
||||||
# - template: templates/jobs/deployment-jobs.yml
|
- template: templates/jobs/deployment-jobs.yml
|
||||||
- template: templates/stages/notify-failure-stage.yml
|
- template: templates/stages/notify-failure-stage.yml
|
||||||
|
|
|
||||||
|
|
@ -6,78 +6,78 @@ jobs:
|
||||||
- group: certbot-common
|
- group: certbot-common
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# linux-py36:
|
linux-py36:
|
||||||
# PYTHON_VERSION: 3.6
|
PYTHON_VERSION: 3.6
|
||||||
# TOXENV: py36
|
TOXENV: py36
|
||||||
# linux-py37:
|
linux-py37:
|
||||||
# PYTHON_VERSION: 3.7
|
PYTHON_VERSION: 3.7
|
||||||
# TOXENV: py37
|
TOXENV: py37
|
||||||
# linux-py37-nopin:
|
linux-py37-nopin:
|
||||||
# PYTHON_VERSION: 3.7
|
PYTHON_VERSION: 3.7
|
||||||
# TOXENV: py37
|
TOXENV: py37
|
||||||
# CERTBOT_NO_PIN: 1
|
CERTBOT_NO_PIN: 1
|
||||||
# linux-boulder-v1-integration-certbot:
|
linux-boulder-v1-integration-certbot:
|
||||||
# TOXENV: integration-certbot-oldest
|
TOXENV: integration-certbot-oldest
|
||||||
# ACME_SERVER: boulder-v1
|
ACME_SERVER: boulder-v1
|
||||||
# linux-boulder-v2-integration-certbot:
|
linux-boulder-v2-integration-certbot:
|
||||||
# TOXENV: integration-certbot-oldest
|
TOXENV: integration-certbot-oldest
|
||||||
# ACME_SERVER: boulder-v2
|
ACME_SERVER: boulder-v2
|
||||||
# linux-boulder-v1-integration-nginx:
|
linux-boulder-v1-integration-nginx:
|
||||||
# TOXENV: integration-nginx-oldest
|
TOXENV: integration-nginx-oldest
|
||||||
# ACME_SERVER: boulder-v1
|
ACME_SERVER: boulder-v1
|
||||||
# linux-boulder-v2-integration-nginx:
|
linux-boulder-v2-integration-nginx:
|
||||||
# TOXENV: integration-nginx-oldest
|
TOXENV: integration-nginx-oldest
|
||||||
# ACME_SERVER: boulder-v2
|
ACME_SERVER: boulder-v2
|
||||||
# linux-boulder-v1-py27-integration:
|
linux-boulder-v1-py27-integration:
|
||||||
# PYTHON_VERSION: 2.7
|
PYTHON_VERSION: 2.7
|
||||||
# TOXENV: integration
|
TOXENV: integration
|
||||||
# ACME_SERVER: boulder-v1
|
ACME_SERVER: boulder-v1
|
||||||
# linux-boulder-v2-py27-integration:
|
linux-boulder-v2-py27-integration:
|
||||||
# PYTHON_VERSION: 2.7
|
PYTHON_VERSION: 2.7
|
||||||
# TOXENV: integration
|
TOXENV: integration
|
||||||
# ACME_SERVER: boulder-v2
|
ACME_SERVER: boulder-v2
|
||||||
# linux-boulder-v1-py35-integration:
|
linux-boulder-v1-py35-integration:
|
||||||
# PYTHON_VERSION: 3.5
|
PYTHON_VERSION: 3.5
|
||||||
# TOXENV: integration
|
TOXENV: integration
|
||||||
# ACME_SERVER: boulder-v1
|
ACME_SERVER: boulder-v1
|
||||||
# linux-boulder-v2-py35-integration:
|
linux-boulder-v2-py35-integration:
|
||||||
# PYTHON_VERSION: 3.5
|
PYTHON_VERSION: 3.5
|
||||||
# TOXENV: integration
|
TOXENV: integration
|
||||||
# ACME_SERVER: boulder-v2
|
ACME_SERVER: boulder-v2
|
||||||
# linux-boulder-v1-py36-integration:
|
linux-boulder-v1-py36-integration:
|
||||||
# PYTHON_VERSION: 3.6
|
PYTHON_VERSION: 3.6
|
||||||
# TOXENV: integration
|
TOXENV: integration
|
||||||
# ACME_SERVER: boulder-v1
|
ACME_SERVER: boulder-v1
|
||||||
# linux-boulder-v2-py36-integration:
|
linux-boulder-v2-py36-integration:
|
||||||
# PYTHON_VERSION: 3.6
|
PYTHON_VERSION: 3.6
|
||||||
# TOXENV: integration
|
TOXENV: integration
|
||||||
# ACME_SERVER: boulder-v2
|
ACME_SERVER: boulder-v2
|
||||||
# linux-boulder-v1-py37-integration:
|
linux-boulder-v1-py37-integration:
|
||||||
# PYTHON_VERSION: 3.7
|
PYTHON_VERSION: 3.7
|
||||||
# TOXENV: integration
|
TOXENV: integration
|
||||||
# ACME_SERVER: boulder-v1
|
ACME_SERVER: boulder-v1
|
||||||
# linux-boulder-v2-py37-integration:
|
linux-boulder-v2-py37-integration:
|
||||||
# PYTHON_VERSION: 3.7
|
PYTHON_VERSION: 3.7
|
||||||
# TOXENV: integration
|
TOXENV: integration
|
||||||
# ACME_SERVER: boulder-v2
|
ACME_SERVER: boulder-v2
|
||||||
# linux-boulder-v1-py38-integration:
|
linux-boulder-v1-py38-integration:
|
||||||
# PYTHON_VERSION: 3.8
|
PYTHON_VERSION: 3.8
|
||||||
# TOXENV: integration
|
TOXENV: integration
|
||||||
# ACME_SERVER: boulder-v1
|
ACME_SERVER: boulder-v1
|
||||||
# linux-boulder-v2-py38-integration:
|
linux-boulder-v2-py38-integration:
|
||||||
# PYTHON_VERSION: 3.8
|
PYTHON_VERSION: 3.8
|
||||||
# TOXENV: integration
|
TOXENV: integration
|
||||||
# ACME_SERVER: boulder-v2
|
ACME_SERVER: boulder-v2
|
||||||
# nginx-compat:
|
nginx-compat:
|
||||||
# TOXENV: nginx_compat
|
TOXENV: nginx_compat
|
||||||
# le-auto-jessie:
|
le-auto-jessie:
|
||||||
# TOXENV: le_auto_jessie
|
TOXENV: le_auto_jessie
|
||||||
# le-auto-centos6:
|
le-auto-centos6:
|
||||||
# TOXENV: le_auto_centos6
|
TOXENV: le_auto_centos6
|
||||||
# le-auto-oraclelinux6:
|
le-auto-oraclelinux6:
|
||||||
# TOXENV: le_auto_oraclelinux6
|
TOXENV: le_auto_oraclelinux6
|
||||||
# dev:
|
dev:
|
||||||
# TOXENV: docker_dev
|
TOXENV: docker_dev
|
||||||
farmtest-apache2:
|
farmtest-apache2:
|
||||||
PYTHON_VERSION: 3.7
|
PYTHON_VERSION: 3.7
|
||||||
TOXENV: azure-test-farm-apache2
|
TOXENV: azure-test-farm-apache2
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ steps:
|
||||||
secureFile: azure-test-farm.pem
|
secureFile: azure-test-farm.pem
|
||||||
condition: contains(variables['TOXENV'], 'test-farm')
|
condition: contains(variables['TOXENV'], 'test-farm')
|
||||||
- bash: |
|
- bash: |
|
||||||
cp $(testFarmPem.secureFilePath) tests/letstest/azure-test-farm.pem
|
ln -s $(testFarmPem.secureFilePath) tests/letstest/azure-test-farm.pem
|
||||||
condition: contains(variables['TOXENV'], 'test-farm')
|
condition: contains(variables['TOXENV'], 'test-farm')
|
||||||
- bash: |
|
- bash: |
|
||||||
if [[ "${TOXENV}" == *"oldest"* ]]; then
|
if [[ "${TOXENV}" == *"oldest"* ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue