From a9be71c6f6a039fd76375bd304c9f57953a81387 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Fri, 5 Dec 2025 01:06:51 +0000 Subject: [PATCH] Update CI tests * Update AZP CI matrix * Add ignore file for Ansible Core 2.21 Signed-off-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 6 ++---- tests/sanity/ignore-2.21.txt | 10 ++++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 tests/sanity/ignore-2.21.txt diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 0bc077e..f4beb79 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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 diff --git a/tests/sanity/ignore-2.21.txt b/tests/sanity/ignore-2.21.txt new file mode 100644 index 0000000..9b5e162 --- /dev/null +++ b/tests/sanity/ignore-2.21.txt @@ -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