The waterfall view is a very nice visualization of the various steps that go into a CI pipeline: Waterfall view | Buildkite Documentation
But it only visualizes steps, not the commands that these steps execute.
We can do various tricks to group the log output via Managing log output | Buildkite Documentation, but these don’t show up in the waterfall view.
And turning individual (long running) commands in a shell script into steps, just to get them into the waterfall, quickly becomes unmanageable, as you either need to transfer artifacts between steps, or ensure the steps are all executed on a persistent agent with artifacts implicitly shared.
Has there been any discussion on visualizing the things happening inside a step as well in the waterfall view (somehow)?