pulumi-awsx icon indicating copy to clipboard operation
pulumi-awsx copied to clipboard

IPAM tests cannot be run concurrently

Open corymhall opened this issue 5 months ago • 2 comments

What happened?

It looks like we have a limit of 1 ipam existing at a time, which means that we can only run that test with a concurrency of 1 across all workflow runs.

* creating IPAM: operation error EC2: CreateIpam, https response error StatusCode: 400, RequestID: 6fbeea5e-d315-4d99-bde7-9f8a2dac7574, api error ResourceLimitExceeded: You've reached the limit for ipams. You have created 1 ipams and you are limited to 1.
*

We could:

  • Run this test in a separate job with a concurrency of 1 across all workflow runs
  • Run this workflow only during the main workflow after PRs have been merged

Example

N/A

Output of pulumi about

N/A

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

corymhall avatar Sep 17 '24 12:09 corymhall