buildkite / test-collector-ruby

Buildkite Test Analytics collector for Ruby test frameworks
http://buildkite.com/test-analytics
MIT License
15 stars 26 forks source link

Run tests on a new queue #218

Closed yob closed 4 months ago

yob commented 4 months ago

We're starting to test a new queue, and I'm looking for projects to experiment with. These new agents are quite different, but have docker and bash so I expect things should Just Work.

If there's any surprises, we can safely revert.

The new agents aren't authenticated to ECR, so I've switched to loading ruby docker images from the public ECR gallery. That's our preferred style these days anyway - agents that are authenticated to ECR will transparently use ECR as a cache. We don't need to explicitly use ECR images.

niceking commented 4 months ago

Happy for you to experiment, although we don't do a huge number of builds on this pipeline 😅

Screenshot 2024-05-07 at 12 33 06 PM

I guess that means its low risk - but also might not provide a lot of validation, other than your existing branch? But I'm fine with that if you're fine with that 🤷‍♀️

yob commented 4 months ago

I agree this isn't going to provide a lot of ongoing signal, but even just opening the branch and seeing that yet another pipeline works on the new queue with no changes is great intel. Having come this far, may as well make the new queue the default and maybe we'll get a bit of extra data at some point ❤️