Skip to content
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

Cloud: Fix flaky stack creation #1033

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

julienduchesne
Copy link
Member

When creating lots of cloud stacks, the API can sometimes return timeouts
However, the stack may still be creating in the background Instead of failing immediately, the stack create method can instead try to read the stack before failing

@github-actions
Copy link

In order to lower resource usage and have a faster runtime, PRs will not run Cloud tests automatically. To do so, a Grafana Labs employee must promote the Drone build.

For maintainers, it's better to run only the Cloud tests you need, rather than all of them. You can do so by setting the following parameter when promoting:

TESTARGS='-run=<testname>'

When creating lots of cloud stacks, the API can sometimes return timeouts
However, the stack may still be creating in the background
Instead of failing immediately, the stack create method can instead try to read the stack before failing
@julienduchesne julienduchesne merged commit aa32d25 into master Sep 12, 2023
4 checks passed
@julienduchesne julienduchesne deleted the julienduchesne/fix-stack-creation branch September 12, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants