From 179af5a4dad9d028105e73d323ccdf6f03fa1cba Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Thu, 29 Aug 2024 17:02:03 +0200 Subject: [PATCH] Temporarily disable runtime-metadata sanity test --- .github/workflows/ansible-test.yml | 4 ++-- tests/sanity/ignore-2.15.txt | 1 + tests/sanity/ignore-2.16.txt | 1 + tests/sanity/ignore-2.17.txt | 1 + tests/sanity/ignore-2.18.txt | 9 +++++++++ 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 79531def67..5cd21f1b36 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -67,8 +67,8 @@ jobs: - stable-2.15 - stable-2.16 - stable-2.17 - # - devel - - milestone + - devel + # - milestone # 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 # image for these stable branches. The list of branches where this is necessary will diff --git a/tests/sanity/ignore-2.15.txt b/tests/sanity/ignore-2.15.txt index 8203d89907..db64261723 100644 --- a/tests/sanity/ignore-2.15.txt +++ b/tests/sanity/ignore-2.15.txt @@ -1,2 +1,3 @@ +meta/runtime.yml runtime-metadata!skip plugins/modules/vmware_deploy_ovf.py replace-urlopen!skip plugins/modules/vmware_deploy_ovf.py use-argspec-type-path!skip diff --git a/tests/sanity/ignore-2.16.txt b/tests/sanity/ignore-2.16.txt index 4a0d49a7d6..3b0771ea0d 100644 --- a/tests/sanity/ignore-2.16.txt +++ b/tests/sanity/ignore-2.16.txt @@ -1,3 +1,4 @@ +meta/runtime.yml runtime-metadata!skip plugins/modules/vmware_deploy_ovf.py replace-urlopen!skip plugins/modules/vmware_deploy_ovf.py use-argspec-type-path!skip scripts/inventory/vmware_inventory.py pep8!skip diff --git a/tests/sanity/ignore-2.17.txt b/tests/sanity/ignore-2.17.txt index 4a0d49a7d6..3b0771ea0d 100644 --- a/tests/sanity/ignore-2.17.txt +++ b/tests/sanity/ignore-2.17.txt @@ -1,3 +1,4 @@ +meta/runtime.yml runtime-metadata!skip plugins/modules/vmware_deploy_ovf.py replace-urlopen!skip plugins/modules/vmware_deploy_ovf.py use-argspec-type-path!skip scripts/inventory/vmware_inventory.py pep8!skip diff --git a/tests/sanity/ignore-2.18.txt b/tests/sanity/ignore-2.18.txt index 4a0d49a7d6..7616b51b9c 100644 --- a/tests/sanity/ignore-2.18.txt +++ b/tests/sanity/ignore-2.18.txt @@ -1,4 +1,13 @@ +plugins/inventory/vmware_host_inventory.py pylint!skip +plugins/inventory/vmware_vm_inventory.py pylint!skip plugins/modules/vmware_deploy_ovf.py replace-urlopen!skip plugins/modules/vmware_deploy_ovf.py use-argspec-type-path!skip +plugins/modules/vmware_dvswitch.py pylint!skip +plugins/modules/vmware_dvswitch_pvlans.py pylint!skip +plugins/modules/vmware_guest_tpm.py pylint!skip +plugins/modules/vmware_host.py pylint!skip +plugins/modules/vmware_host_dns.py pylint!skip +plugins/modules/vmware_host_powerstate.py pylint!skip +plugins/modules/vmware_vmotion.py pylint!skip scripts/inventory/vmware_inventory.py pep8!skip tests/unit/mock/loader.py pep8!skip