network/.github/workflows
Rich Megginson 9ee0e98b77 Create separate github actions for various checks; get rid of monolithic tox.yml
There are now separate github actions for the various tests, instead of all of
them being done as part of the tox tests in tox.yml - ansible-lint,
ansible-test, etc.

Use the officially supported github actions e.g. for ansible-lint, ansible-test,
rather than using our own from `tox-lsr` and trying to keep up with the latest
changes.  Developers will still be able to use `tox-lsr` on their local
development environments to run these tests in the same way that they are run in
github actions, so that errors found when submitting PRs can be reproduced and
corrected locally without too many github UI roundtrips.

Using separate github actions, and especially the official github actions which
generally have support for in-line comments, should help greatly with
readability and troubleshooting test results.

Python tests are removed from roles that do not use python.

Python tests are now done by python-unit-tests.yml which also does the black,
flake8, and pylint tests.

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2023-01-31 08:59:53 -07:00
..
ansible-lint.yml Create separate github actions for various checks; get rid of monolithic tox.yml 2023-01-31 08:59:53 -07:00
ansible-managed-var-comment.yml Create separate github actions for various checks; get rid of monolithic tox.yml 2023-01-31 08:59:53 -07:00
ansible-plugin-scan.yml Create separate github actions for various checks; get rid of monolithic tox.yml 2023-01-31 08:59:53 -07:00
ansible-test.yml Create separate github actions for various checks; get rid of monolithic tox.yml 2023-01-31 08:59:53 -07:00
changelog_to_tag.yml Create separate github actions for various checks; get rid of monolithic tox.yml 2023-01-31 08:59:53 -07:00
codeql.yml Create separate github actions for various checks; get rid of monolithic tox.yml 2023-01-31 08:59:53 -07:00
integration.yml GitHub CI: Trigger on main branch 2022-03-11 15:55:25 +01:00
markdownlint.yml Add markdownlint GitHub Action 2021-04-07 18:06:31 +02:00
python-unit-test.yml Create separate github actions for various checks; get rid of monolithic tox.yml 2023-01-31 08:59:53 -07:00
shellcheck.yml Create separate github actions for various checks; get rid of monolithic tox.yml 2023-01-31 08:59:53 -07:00
weekly_ci.yml Create separate github actions for various checks; get rid of monolithic tox.yml 2023-01-31 08:59:53 -07:00
woke.yml Add check for non-inclusive language 2023-01-19 15:13:35 -07:00