Pull Request Build failure

Hi,

I’ve just submitted a pull request but the automatic build has failed with the message:
ERROR: 500: An error occurred (InstanceLimitExceeded) when calling the RunInstances operation: Your quota allows for 0 more running instance(s). You requested at least 1

It seems to be that this is an error with the server (or at least a quota issue), not my submission. What do I need to do next? Can I get it to re-run the tests? (If so how?).

The ansible bot has assigned my PR with “needs revision” which I guess means the ball is now in my court, but I don’t really know how to proceed.

Thanks in advance for your help,

Johnny :slight_smile:

Johnny,

This was an issue with our test infrastructure. The issue has been resolved. If you provide a link to your PR, I’ll restart CI for your PR.

In the future you can always ask on IRC in ansible-devel for someone there to restart CI if there’s a temporary failure for one of your PRs. Also, rebasing and pushing an updated branch for your PR will trigger CI to run again as well.

  • Matt

Thanks Matt,

That’s all really helpful. My PR (which I forgot to include in the original message) is: https://github.com/ansible/ansible/pull/20688

Johnny :slight_smile: