From 229575fe8f1a4757017ec05cf745d868fb09f4b1 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:34:47 -0400 Subject: [PATCH] Add sanity test ignores for ansible-core 2.22 (#1102) (#1105) The `devel` and `milestone` branches for ansible-core have been bumped to `2.22.0.dev0` as the `stable-2.21` branch was created. Testing against `devel` and `milestone` now uses 2.22, which requires creation of the `tests/sanity/ignore-2.22.txt` file in all maintained collection branches. # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch ignore-2.22 # Changes to be committed: # new file: tests/sanity/ignore-2.22.txt # (cherry picked from commit 58f8f2e6e96d176745384e0a1df8a56f3268af86) Co-authored-by: Yuriy Novostavskiy --- tests/sanity/ignore-2.22.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/sanity/ignore-2.22.txt diff --git a/tests/sanity/ignore-2.22.txt b/tests/sanity/ignore-2.22.txt new file mode 100644 index 00000000..932e7ef4 --- /dev/null +++ b/tests/sanity/ignore-2.22.txt @@ -0,0 +1,35 @@ +plugins/module_utils/client/discovery.py import-3.11!skip +plugins/module_utils/client/discovery.py import-3.12!skip +plugins/module_utils/client/discovery.py import-3.13!skip +plugins/module_utils/client/discovery.py import-3.14!skip +plugins/module_utils/client/resource.py import-3.11!skip +plugins/module_utils/client/resource.py import-3.12!skip +plugins/module_utils/client/resource.py import-3.13!skip +plugins/module_utils/client/resource.py import-3.14!skip +plugins/module_utils/k8sdynamicclient.py import-3.11!skip +plugins/module_utils/k8sdynamicclient.py import-3.12!skip +plugins/module_utils/k8sdynamicclient.py import-3.13!skip +plugins/module_utils/k8sdynamicclient.py import-3.14!skip +plugins/module_utils/version.py pylint!skip +plugins/modules/k8s.py validate-modules:parameter-type-not-in-doc +plugins/modules/k8s_scale.py validate-modules:parameter-type-not-in-doc +plugins/modules/k8s_service.py validate-modules:parameter-type-not-in-doc +tests/unit/module_utils/fixtures/clusteroperator.yml yamllint!skip +tests/unit/module_utils/fixtures/definitions.yml yamllint!skip +tests/unit/module_utils/fixtures/deployments.yml yamllint!skip +tests/integration/targets/k8s_delete/files/deployments.yaml yamllint!skip +tests/unit/module_utils/fixtures/pods.yml yamllint!skip +tests/integration/targets/helm/files/appversionless-chart-v2/templates/configmap.yaml yamllint!skip +tests/integration/targets/helm/files/appversionless-chart/templates/configmap.yaml yamllint!skip +tests/integration/targets/helm/files/test-chart-v2/templates/configmap.yaml yamllint!skip +tests/integration/targets/helm/files/test-chart/templates/configmap.yaml yamllint!skip +tests/integration/targets/helm_diff/files/test-chart/templates/configmap.yaml yamllint!skip +tests/integration/targets/k8s_scale/files/deployment.yaml yamllint!skip +plugins/modules/k8s.py validate-modules:return-syntax-error +plugins/modules/k8s_scale.py validate-modules:return-syntax-error +plugins/modules/k8s_service.py validate-modules:return-syntax-error +plugins/modules/k8s_taint.py validate-modules:return-syntax-error +tests/integration/targets/helm_diff/files/test-chart-reuse-values/templates/configmap.yaml yamllint!skip +tests/integration/targets/helm_diff/files/test-chart-deployment-time/templates/configmap.yaml yamllint!skip +plugins/modules/helm.py validate-modules:bad-return-value-key +plugins/modules/helm_info.py validate-modules:bad-return-value-key