Closed
Description
Provide a flag (e.g. dvclive.next_step(push=True)
or make_checkpoint(push=True)
or DVC_EXP_AUTO_PUSH=<git_remote_name_or_url|true>
) to push things per-checkpoint.
Helps with resuming a long-running CI job after timeout.
Part of iterative/cml#560.