buildkite / agent-stack-k8s

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

Name integration test pipeline after test name #252

Closed triarius closed 8 months ago

triarius commented 8 months ago

The pipeline that each integration test creates will now be named after the test, which makes it earlier to find when debugging. The format is something like: <test name>-<job id>, so tests with the same name from multiple jobs will be time ordered (since job id is time ordered).

I've also cleaned up the integration tests a bit, and fixed a few issues with them.