Update ansible versions for sanity test
* Update ci-test.yml * Update README.md * Update full-integration-test.yml
This commit is contained in:
parent
56b5f1983a
commit
1e8743ae06
2
.github/workflows/ci-test.yml
vendored
2
.github/workflows/ci-test.yml
vendored
@ -15,9 +15,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ansible:
|
ansible:
|
||||||
|
- stable-2.9
|
||||||
- stable-2.10
|
- stable-2.10
|
||||||
- stable-2.11
|
- stable-2.11
|
||||||
- stable-2.12
|
- stable-2.12
|
||||||
|
- stable-2.13
|
||||||
- devel
|
- devel
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
1
.github/workflows/full-integration-test.yml
vendored
1
.github/workflows/full-integration-test.yml
vendored
@ -2,6 +2,7 @@ name: Full Integration Test
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 0'
|
- cron: '0 0 * * 0'
|
||||||
|
workflow_dispatch:
|
||||||
env:
|
env:
|
||||||
NAMESPACE: grafana
|
NAMESPACE: grafana
|
||||||
COLLECTION_NAME: grafana
|
COLLECTION_NAME: grafana
|
||||||
|
10
README.md
10
README.md
@ -89,6 +89,16 @@ and work on it there.
|
|||||||
|
|
||||||
We use `ansible-test` for sanity.
|
We use `ansible-test` for sanity.
|
||||||
|
|
||||||
|
## Releasing, Versioning and Deprecation
|
||||||
|
|
||||||
|
This collection follows [Semantic Versioning](https://semver.org/). More details on versioning can be found [in the Ansible docs](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections.html#collection-versions).
|
||||||
|
|
||||||
|
We plan to regularly release new minor or bugfix versions once new features or bugfixes have been implemented.
|
||||||
|
|
||||||
|
Releasing the current major version happens from the `main` branch.
|
||||||
|
|
||||||
|
We currently are not planning any deprecations or new major releases. The current landscape includes minor version updates for Module's documentation in 1.0.2.
|
||||||
|
|
||||||
## Code of Conduct
|
## Code of Conduct
|
||||||
This collection follows the Ansible project's [Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html). Please read and familiarize yourself with this doc
|
This collection follows the Ansible project's [Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html). Please read and familiarize yourself with this doc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user