mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #1311 from dubb-b/develop
Adding changes for kitchen pytest params and the drone build.
This commit is contained in:
commit
eefc121562
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -118,4 +118,4 @@ suites:
|
|||
verifier:
|
||||
name: shell
|
||||
remote_exec: false
|
||||
command: pytest -v tests/integration/
|
||||
command: pytest --cache-clear -v tests/integration/
|
||||
|
|
Loading…
Add table
Reference in a new issue