Simplify config

This commit is contained in:
Adrien Ferrand 2020-06-26 22:05:39 +02:00
parent fd8e13d6e2
commit 53b7093611
3 changed files with 1 additions and 9 deletions

View file

@ -4,9 +4,6 @@ jobs:
- name: IMAGE_NAME
value: ubuntu-18.04
- group: certbot-common
- ${{ if contains(variables['TOXENV'], 'integration') }}:
name: PYTEST_ADDOPTS
value: --numprocesses 4
strategy:
matrix:
linux-py36:

View file

@ -83,8 +83,6 @@ jobs:
dependsOn: snap_build
pool:
vmImage: ubuntu-18.04
variables:
TOXENV: integration-external,apacheconftest-external-with-pebble
steps:
- script: |
sudo apt-get update
@ -100,5 +98,5 @@ jobs:
sudo snap install --dangerous --classic snap/*.snap
displayName: Install Certbot snap
- script: |
python -m tox
python -m tox -e integration-external,apacheconftest-external-with-pebble
displayName: Run tox

View file

@ -1,8 +1,5 @@
jobs:
- job: test
variables:
${{ if contains(variables['TOXENV'], 'integration') }}:
PYTEST_ADDOPTS: --numprocesses 4
strategy:
matrix:
macos-py27: