From e09cbcb0d64469d3e9fd461c7a1a02dffa98a032 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Fri, 26 Jun 2020 21:14:46 +0200 Subject: [PATCH] Reconfigure variables in extended jobs --- .../templates/jobs/extended-tests-jobs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: