mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-15 23:37:49 +02:00
Add stable-2.17 to CI; copy 2.17 ignore.txt files to 2.18. (#275)
This commit is contained in:
parent
a3fbe88f2f
commit
8351bff0e9
4 changed files with 12 additions and 1 deletions
6
.github/workflows/ansible-test.yml
vendored
6
.github/workflows/ansible-test.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
||||||
- stable-2.14
|
- stable-2.14
|
||||||
- stable-2.15
|
- stable-2.15
|
||||||
- stable-2.16
|
- stable-2.16
|
||||||
|
- stable-2.17
|
||||||
- devel
|
- devel
|
||||||
# Ansible-test on various stable branches does not yet work well with cgroups v2.
|
# Ansible-test on various stable branches does not yet work well with cgroups v2.
|
||||||
# Since ubuntu-latest now uses Ubuntu 22.04, we need to fall back to the ubuntu-20.04
|
# Since ubuntu-latest now uses Ubuntu 22.04, we need to fall back to the ubuntu-20.04
|
||||||
|
@ -79,6 +80,7 @@ jobs:
|
||||||
- stable-2.14
|
- stable-2.14
|
||||||
- stable-2.15
|
- stable-2.15
|
||||||
- stable-2.16
|
- stable-2.16
|
||||||
|
- stable-2.17
|
||||||
- devel
|
- devel
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -113,6 +115,7 @@ jobs:
|
||||||
python:
|
python:
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
|
- "3.12"
|
||||||
include:
|
include:
|
||||||
# 2.9
|
# 2.9
|
||||||
- ansible: stable-2.9
|
- ansible: stable-2.9
|
||||||
|
@ -142,6 +145,9 @@ jobs:
|
||||||
# 2.16
|
# 2.16
|
||||||
- ansible: stable-2.16
|
- ansible: stable-2.16
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
|
# 2.17
|
||||||
|
- ansible: stable-2.17
|
||||||
|
python: "3.12"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: >-
|
- name: >-
|
||||||
|
|
|
@ -13,7 +13,7 @@ You can find [documentation for the modules and plugins in this collection here]
|
||||||
|
|
||||||
## Tested with Ansible
|
## Tested with Ansible
|
||||||
|
|
||||||
Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, ansible-core 2.14, ansible-core 2.15, and ansible-core 2.16 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.
|
Tested with the current Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, ansible-core 2.14, ansible-core 2.15, ansible-core 2.16, and ansible-core 2.17 releases and the current development version of ansible-core. Ansible versions before 2.9.10 are not supported.
|
||||||
|
|
||||||
## External requirements
|
## External requirements
|
||||||
|
|
||||||
|
|
2
tests/sanity/ignore-2.18.txt
Normal file
2
tests/sanity/ignore-2.18.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
update-docs.py shebang
|
||||||
|
tests/unit/compat/mock.py pylint:use-yield-from # suggested construct does not work with Python 2
|
3
tests/sanity/ignore-2.18.txt.license
Normal file
3
tests/sanity/ignore-2.18.txt.license
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
SPDX-FileCopyrightText: Ansible Project
|
Loading…
Add table
Add a link
Reference in a new issue