mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Reconfigure variables in extended jobs
This commit is contained in:
parent
90fbdf4186
commit
e09cbcb0d6
1 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue