No description
  • Python 65.2%
  • Shell 34.8%
Find a file
jamesmarshall24 b4d4df2c99
update matrix (#46)
Signed-off-by: James <jamarsha@redhat.com>
2023-02-27 17:11:56 -05:00
.github/workflows update matrix (#46) 2023-02-27 17:11:56 -05:00
dockerfiles dockerfiles: use non interactive apt commands 2022-10-17 22:23:11 -04:00
pre Use markupsafe 2.1 for old pip versions (#11) 2022-02-23 18:05:51 -05:00
run test with forks 2021-04-06 16:14:36 -05:00
build-matrix.py Retire ansible 2.9 and ansible-base 2.10 (#30) 2022-09-06 13:04:20 -04:00
entrypoint.sh fix PATH for macos 2020-12-16 23:24:05 -06:00
matrix.yml update matrix (#46) 2023-02-27 17:11:56 -05:00
README.md update wording in readme 2021-09-09 10:54:52 -05:00
update-matrix.sh Initial attempt at github actions, it will break 2020-11-03 15:54:37 -06:00

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.

  • dockerfiles contains basic dockerfiles which install enough pre-reqs to make the scripts in pre work.

  • pre contains scripts that have various ways to install ansible and/or ansible-base and/or ansible-core.

  • run contains a series of tests which get run after a script in pre is executed to install Ansible.

  • matrix.yml describes the test matrix

  • build-matrix.py generates the Github Actions workflow YAML.

Using

To bump versions, update matrix.yml accordingly and run:

./update-matrix.sh