You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
by prefixing key log lines with ~~~ i have gotten the logs to fold nicely, and buildkite clearly says how long each step of the build took
what i would like next, is for buildkite to grab the average run-time for each step over the last few commits, and then render it in this UI, so it says 1m 10s / 2m 13s, giving you a rough idea of how much longer it will take to finish, and similarly handle the total runtime of the entire script
another optional thing you could then do, is to perform the same checks on everything in the queue, and estimate how long it will take for an agent to become available to run the command
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by prefixing key log lines with
~~~
i have gotten the logs to fold nicely, and buildkite clearly says how long each step of the build tookwhat i would like next, is for buildkite to grab the average run-time for each step over the last few commits, and then render it in this UI, so it says
1m 10s / 2m 13s
, giving you a rough idea of how much longer it will take to finish, and similarly handle the total runtime of the entire scriptanother optional thing you could then do, is to perform the same checks on everything in the queue, and estimate how long it will take for an agent to become available to run the command
The text was updated successfully, but these errors were encountered: