-
Notifications
You must be signed in to change notification settings - Fork 347
[WIP] Remove vmware.vmware_rest from integration tests 1 #2388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
[WIP] Remove vmware.vmware_rest from integration tests 1 #2388
Conversation
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 07s |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 03s |
7215584
to
2d1cdb9
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 21s |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 08s |
35c0e56
to
968a3ba
Compare
Build failed. ❌ ansible-tox-linters POST_FAILURE in 5m 28s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 18s |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 25s |
968a3ba
to
19698f5
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 27s |
19698f5
to
eb88d59
Compare
Build failed. ❌ ansible-tox-linters FAILURE in 5m 20s |
eb88d59
to
80e5a24
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 58s |
80e5a24
to
4eecf59
Compare
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 11s |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 38s |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 15s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 39s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 29s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 31s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 57s |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 25s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 07s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 24s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 5m 37s |
Depends-On: ansible/ansible-zuul-jobs#1905
Depends-On: #2391
SUMMARY
It looks like preparing the environment for the integration tests fails when testing with ansible-core 2.19 (#2378). It looks like
vmware.vmware_rest
isn't compatible with 2.19 (yet). So we should try and prepare the integration tests without modules from this collection.ISSUE TYPE
COMPONENT NAME
several
ADDITIONAL INFORMATION
At the end of the day, I think that the root cause is
cloud.common
which is used byvmware.vmware_rest
: ansible-collections/cloud.common#165https://forum.ansible.com/t/40759
Ansible-core 2.19 Porting Guide