From 5b580d0a1a632d82176aab9b6a8bb9cd9f40bc89 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 19 Jun 2020 22:07:13 +0200 Subject: [PATCH] Add missing standard jobs --- .../templates/jobs/standard-tests-jobs.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml index 61697263e..beeb63f3d 100644 --- a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml +++ b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml @@ -39,7 +39,7 @@ jobs: linux-py38-cover: IMAGE_NAME: ubuntu-18.04 PYTHON_VERSION: 3.8 - TOXENV: py27-cover + TOXENV: py38-cover linux-py37-lint: IMAGE_NAME: ubuntu-18.04 PYTHON_VERSION: 3.7 @@ -56,6 +56,17 @@ jobs: apache-compat: IMAGE_NAME: ubuntu-18.04 TOXENV: apache_compat + le-auto-xenial: + IMAGE_NAME: ubuntu-18.04 + TOXENV: le_auto_xenial + apacheconftest: + IMAGE_NAME: ubuntu-18.04 + PYTHON_VERSION: 2.7 + TOXENV: apacheconftest-with-pebble + nginxroundtrip: + IMAGE_NAME: ubuntu-18.04 + PYTHON_VERSION: 2.7 + TOXENV: nginxroundtrip pool: vmImage: $(IMAGE_NAME) steps: