Compare commits

...

2 commits

Author SHA1 Message Date
Hideki Saito
b6485d5c4f
Merge a9be71c6f6 into b39ee97ccc 2025-12-05 12:46:31 +09:00
Hideki Saito
a9be71c6f6
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 03:46:07 +00:00
2 changed files with 12 additions and 4 deletions

View file

@ -252,10 +252,8 @@ stages:
parameters:
testFormat: 2.16/{0}/1
targets:
- name: RHEL 8.8
test: rhel/8.8
- name: RHEL 9.2
test: rhel/9.2
- name: RHEL 9.6
test: rhel/9.6
## 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