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
If --output-snapshot-on-exit is set, tilt ci should output a snapshot when a timeout is reached.
Current Behavior
tilt ci does not emit a snapshot.
Why Do You Want This?
We use tilt snapshot to help developers debug issues on CI systems, since they cannot access the Tilt UI.
Snapshots are useful to being able to debug why a tilt ci run is timing out, for instance, a dependency ordering issue or a service not successfully starting up.
The text was updated successfully, but these errors were encountered:
DerekTBrown
changed the title
[proposal] --output-snapshot-on-exit should work on exit
[proposal] --output-snapshot-on-exit should emit a snapshot on timeout
Nov 26, 2024
Describe the Feature You Want
--output-snapshot-on-exit
is set,tilt ci
should output a snapshot when a timeout is reached.Current Behavior
tilt ci
does not emit a snapshot.Why Do You Want This?
tilt snapshot
to help developers debug issues on CI systems, since they cannot access the Tilt UI.tilt ci
run is timing out, for instance, a dependency ordering issue or a service not successfully starting up.The text was updated successfully, but these errors were encountered: