mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Variables
This commit is contained in:
parent
beccf72bad
commit
b1813935be
1 changed files with 5 additions and 7 deletions
|
|
@ -1,13 +1,11 @@
|
|||
jobs:
|
||||
- job: x_test
|
||||
variables:
|
||||
- name: IMAGE_NAME
|
||||
value: ubuntu-18.04
|
||||
# - ${{ if contains(variables['TOXENV'], 'test-farm') }}:
|
||||
- group: certbot-common
|
||||
# - ${{ if contains(variables['TOXENV'], 'integration') }}:
|
||||
- name: PYTEST_ADDOPTS
|
||||
value: --numprocesses 4
|
||||
IMAGE_NAME: ubuntu-18.04
|
||||
FARMTEST_SECURE_KEY: key
|
||||
FARMTEST_SECURE_IV: iv
|
||||
${{ if contains(variables['TOXENV'], 'integration') }}:
|
||||
PYTEST_ADDOPTS: --numprocesses 4
|
||||
strategy:
|
||||
matrix:
|
||||
linux-py36:
|
||||
|
|
|
|||
Loading…
Reference in a new issue