Merge pull request #1311 from dubb-b/develop

Adding changes for kitchen pytest params and the drone build.
This commit is contained in:
Megan Wilhite 2019-01-30 11:54:34 -05:00 committed by GitHub
commit eefc121562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -166,7 +166,6 @@ steps:
- name: build
image: saltstack/drone-plugin-kitchen
privileged: true
failure: ignore
settings:
target: ubuntu-1604
requirements: tests/requirements.txt
@ -185,7 +184,6 @@ steps:
- name: build
image: saltstack/drone-plugin-kitchen
privileged: true
failure: ignore
settings:
target: ubuntu-1804
requirements: tests/requirements.txt

View file

@ -118,4 +118,4 @@ suites:
verifier:
name: shell
remote_exec: false
command: pytest -v tests/integration/
command: pytest --cache-clear -v tests/integration/