diff --git a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml index 51f3e2173..9f0a3ab9b 100644 --- a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml +++ b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml @@ -80,16 +80,16 @@ jobs: TOXENV: docker_dev farmtest-apache2: PYTHON_VERSION: 3.7 - TOXENV: azure-test-farm-apache2 + TOXENV: test-farm-apache2 farmtest-leauto-upgrades: PYTHON_VERSION: 3.7 - TOXENV: azure-test-farm-leauto-upgrades + TOXENV: test-farm-leauto-upgrades farmtest-certonly-standalone: PYTHON_VERSION: 3.7 - TOXENV: azure-test-farm-certonly-standalone + TOXENV: test-farm-certonly-standalone farmtest-sdists: PYTHON_VERSION: 3.7 - TOXENV: azure-test-farm-sdists + TOXENV: test-farm-sdists pool: vmImage: $(IMAGE_NAME) steps: