summaryrefslogtreecommitdiffstats
path: root/ansible_collections/amazon/aws/CI.md
blob: 9b6c7859089742e277d528be587cfc286e233c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# CI

## AWS Collections

GitHub Actions are used to run the Continuous Integration for amazon.aws collection. The workflows used for the CI can be found [here](https://github.com/ansible-collections/amazon.aws/tree/stable-8/.github/workflows). These workflows include jobs to run the unit tests, integration tests, sanity tests, linters, changelog check and doc related checks. The following table lists the python and ansible versions against which these jobs are run.

| Jobs | Description | Python Versions | Ansible Versions |
| ------ |-------| ------ | -----------|
| changelog |Checks for the presence of Changelog fragments | 3.9 | devel |
| Linters | Runs `black` and `flake8` on plugins and tests | 3.9 | devel |
| Sanity | Runs ansible sanity checks | 3.8, 3.9, 3.10, 3.11 | Stable-2.12, 2.13, 2.14 (not on py 3.11), Stable-2.15+ (not on 3.8) |
| Unit tests | Executes the unit test cases | 3.9, 3.10 | Stable-2.12+ |
| Integration tests | Executes the integration test suites| <TBA> | <TBA> |