tests: cleaning up resourcemanager, enabling spanner

- gcp_spanner_instance works, enabling for CI.
- gcp_resourcemanager_project is running into quota issues for
  listing the API to verify state. Adding a to-do as well as
  removing some people-specific names.
This commit is contained in:
Yusuke Tsutsumi 2022-10-09 06:07:25 +00:00
commit cfbc4d8be5
6 changed files with 14 additions and 9 deletions

View file

@ -71,6 +71,11 @@
assert:
that:
- result.changed == true
# TODO(@toumorokoshi): investigate if the pause helps
# prevent quota issues.
# - name: Pause for 1 minute to keep from hitting quota limit
# ansible.builtin.pause:
# minutes: 1
- name: verify that service was deleted
google.cloud.gcp_serviceusage_service_info:
project: "{{ gcp_project }}"