buildkite / agent-stack-k8s

Spin up an autoscaling stack of Buildkite Agents on Kubernetes
MIT License
80 stars 31 forks source link

Reduce MaxInFlight integration test flakes #376

Closed DrJosh9000 closed 1 month ago

DrJosh9000 commented 1 month ago

The MaxInFlightUnlimited integration test is flaky. This PR doesn't make it completely unflaky (I have ideas but it adds significant complication), but should reduce the chances of flakiness. While here, I tidied up some nits I had with the style, and made MaxInFlightLimited consistent with those changes.