Skip to content

Commit

Permalink
Merge pull request ansible-collections#2140 from mariolenz/ignore_run…
Browse files Browse the repository at this point in the history
…time-metadata-sanity

Temporarily disable runtime-metadata sanity test
  • Loading branch information
mariolenz authored Aug 29, 2024
2 parents aea4bec + 179af5a commit a18cd10
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/sanity/ignore-2.15.txt
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions tests/sanity/ignore-2.16.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/sanity/ignore-2.17.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions tests/sanity/ignore-2.18.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a18cd10

Please sign in to comment.