Files
ansible-collections-openstack/galaxy.yml.in
Sagi Shnaidman bcdf749938 Improve ansible-test sanity for collection
Check only things we build into collection.
Ignore sanity files from full CI jobs.
Add queens to gate because it's voting.
Add files to ignoring when building collection.
Remove non-required lines from ignorign sanity files.

Change-Id: I0dde756efa133cf75b67d072af78a1f8307ce932
2020-05-13 13:31:29 +03:00

28 lines
649 B
YAML

namespace: openstack
name: cloud
readme: README.md
authors: Openstack
description: Openstack Ansible modules
license: GPL-3.0-or-later
license_file: COPYING
tags:
- cloud
- openstack
dependencies: {}
repository: https://opendev.org/openstack/ansible-collections-openstack.git
documentation: https://docs.openstack.org/ansible-collections-openstack
homepage: https://opendev.org
issues: https://review.opendev.org/q/project:openstack/ansible-collections-openstack
build_ignore:
- "*.tar.gz"
- build_artifact/
- ci/
- galaxy.yml.in
- setup.cfg
- test-requirements.txt
- tests/
- tools/
- tox.ini
- .zuul.yaml
- .pytest_cache