DCD-224: Switch to using marketplace version feed, and add test for another corner-case.

This commit is contained in:
Steve Smith
2019-04-18 12:13:05 +10:00
parent b7f3fb5434
commit 7342b7f039
6 changed files with 87 additions and 6 deletions

View File

@@ -0,0 +1,28 @@
---
dependency:
name: galaxy
driver:
name: docker
lint:
name: yamllint
platforms:
- name: amazon_linux2
image: amazonlinux:2
- name: ubuntu_lts
image: ubuntu:bionic
provisioner:
name: ansible
options:
skip-tags: runtime_pkg
lint:
name: ansible-lint
inventory:
links:
group_vars: ../../../../group_vars/
verifier:
name: testinfra
additional_files_or_dirs:
- ../../resources/tests/test_*.py
lint:
name: flake8
enabled: false