-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Github Action details to CI.md (#1519)
Add Github Action details to CI.md SUMMARY We have the CI jobs from Zuul to GithubActions. This PR adds the documentation related to CI. ISSUE TYPE Docs Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mark Chappell Reviewed-by: Alina Buzachis
- Loading branch information
1 parent
d72b87f
commit c979afc
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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/main/.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> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters