diff --git a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml index 43d9664f6..47d35453d 100644 --- a/.azure-pipelines/templates/jobs/extended-tests-jobs.yml +++ b/.azure-pipelines/templates/jobs/extended-tests-jobs.yml @@ -1,11 +1,11 @@ jobs: - job: x_test variables: - IMAGE_NAME: ubuntu-18.04 - FARMTEST_SECURE_KEY: key - FARMTEST_SECURE_IV: iv - ${{ if contains(variables['TOXENV'], 'integration') }}: - PYTEST_ADDOPTS: --numprocesses 4 + - name: IMAGE_NAME + value: ubuntu-18.04 + - group: certbot-common + - ${{ if contains(variables['TOXENV'], 'integration') }}: + PYTEST_ADDOPTS: --numprocesses 4 strategy: matrix: linux-py36: