From e7860578fbaf3cb3df317606e0ee035884ffeff1 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 14 Mar 2022 16:30:29 -0700 Subject: [PATCH] test boulder only --- .../templates/jobs/extended-tests-jobs.yml | 26 ------------------- .../stages/test-and-package-stage.yml | 2 -- 2 files changed, 28 deletions(-) diff --git a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml index c5a1fb628..bf6487445 100644 --- a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml +++ b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml @@ -8,18 +8,6 @@ jobs: - group: certbot-common strategy: matrix: - linux-py38: - PYTHON_VERSION: 3.8 - TOXENV: py38 - linux-py39: - PYTHON_VERSION: 3.9 - TOXENV: py39 - linux-py37-nopin: - PYTHON_VERSION: 3.7 - TOXENV: py37 - CERTBOT_NO_PIN: 1 - linux-external-mock: - TOXENV: external-mock linux-boulder-v2-integration-certbot-oldest: PYTHON_VERSION: 3.7 TOXENV: integration-certbot-oldest @@ -44,20 +32,6 @@ jobs: PYTHON_VERSION: 3.10 TOXENV: integration ACME_SERVER: boulder-v2 - nginx-compat: - TOXENV: nginx_compat - linux-integration-rfc2136: - IMAGE_NAME: ubuntu-18.04 - PYTHON_VERSION: 3.8 - TOXENV: integration-dns-rfc2136 - docker-dev: - TOXENV: docker_dev - le-modification: - IMAGE_NAME: ubuntu-18.04 - TOXENV: modification - farmtest-apache2: - PYTHON_VERSION: 3.8 - TOXENV: test-farm-apache2 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..f5a10478f 100644 --- a/.azure-pipelines/templates/stages/test-and-package-stage.yml +++ b/.azure-pipelines/templates/stages/test-and-package-stage.yml @@ -1,6 +1,4 @@ stages: - stage: TestAndPackage jobs: - - template: ../jobs/standard-tests-jobs.yml - template: ../jobs/extended-tests-jobs.yml - - template: ../jobs/packaging-jobs.yml