mirror of
https://github.com/ansible/aut
synced 2026-04-05 19:26:04 +00:00
No description
- Python 65.2%
- Shell 34.8%
|
|
||
|---|---|---|
| .github/workflows | ||
| dockerfiles | ||
| pre | ||
| run | ||
| build-matrix.py | ||
| entrypoint.sh | ||
| matrix.yml | ||
| README.md | ||
| update-matrix.sh | ||
aut
ansible user tests - aka testing user-facing artifacts
This is a series of tests that release engineers can run to test release artifacts and ensure, on a very basic level, that they work as expected in most situations.
-
dockerfilescontains basic dockerfiles which install enough pre-reqs to make the scripts inprework. -
precontains scripts that have various ways to installansibleand/oransible-baseand/oransible-core. -
runcontains a series of tests which get run after a script inpreis executed to install Ansible. -
matrix.ymldescribes the test matrix -
build-matrix.pygenerates the Github Actions workflow YAML.
Using
To bump versions, update matrix.yml accordingly and run:
./update-matrix.sh