pulumi / pulumi-gcp

A Google Cloud Platform (GCP) Pulumi resource package, providing multi-language access to GCP
Apache License 2.0
183 stars 53 forks source link

[internal] [ci] Quota 'NETWORKS' exceeded #1147

Closed guineveresaenger closed 1 year ago

guineveresaenger commented 1 year ago

Integration tests are failing with

gcp:compute:Network (default-network):
      error: 1 error occurred:
Error waiting to create Network: Error waiting for Creating Network: Quota 'NETWORKS' exceeded.  Limit: 15.0 globally.

We should:

  1. check if we have any hung networks
  2. if we have a cleanup job that correctly removes stale resources

https://github.com/pulumi/pulumi-gcp/actions/runs/5747186019/job/15578259209

guineveresaenger commented 1 year ago

Removing the p1 because a followup run succeeded.

This still needs investigation to avoid in the future.

rquitales commented 1 year ago

See https://github.com/pulumi/pulumi-gcp/issues/1154#issuecomment-1675406865 for details on resolution.