Compare commits

...

2 commits

Author SHA1 Message Date
Hideki Saito
659798b2f6
Merge 421f386500 into b39ee97ccc 2025-12-05 13:13:36 +09:00
Hideki Saito
421f386500
Update CI tests
* Update AZP CI matrix
* Add ignore file for Ansible Core 2.21

Signed-off-by: Hideki Saito <saito@fgrep.org>
2025-12-05 04:13:12 +00:00
2 changed files with 14 additions and 6 deletions

View file

@ -240,8 +240,8 @@ stages:
parameters: parameters:
testFormat: 2.17/{0}/1 testFormat: 2.17/{0}/1
targets: targets:
- name: RHEL 9.3 - name: RHEL 10.0
test: rhel/9.3 test: rhel/10.0
- name: FreeBSD 13.5 - name: FreeBSD 13.5
test: freebsd/13.5 test: freebsd/13.5
- stage: Remote_2_16 - stage: Remote_2_16
@ -252,10 +252,8 @@ stages:
parameters: parameters:
testFormat: 2.16/{0}/1 testFormat: 2.16/{0}/1
targets: targets:
- name: RHEL 8.8 - name: RHEL 9.6
test: rhel/8.8 test: rhel/9.6
- name: RHEL 9.2
test: rhel/9.2
## Finally ## Finally

View file

@ -0,0 +1,10 @@
tests/utils/shippable/timing.py shebang
plugins/action/synchronize.py pylint:ansible-bad-import-from
plugins/callback/cgroup_perf_recap.py pylint:ansible-bad-import-from
plugins/modules/mount.py pylint:ansible-bad-import-from
plugins/modules/sysctl.py pylint:ansible-bad-import-from
plugins/shell/csh.py pylint:ansible-bad-import-from
plugins/shell/fish.py pylint:ansible-bad-import-from
tests/unit/mock/procenv.py pylint:ansible-bad-import-from
tests/unit/mock/yaml_helper.py pylint:ansible-bad-import-from
tests/unit/modules/conftest.py pylint:ansible-bad-import-from