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
This should completely mitigate #100 and #112, we display the archived
output only if it is different, cf. `plugin.ml`:
if Some (out ^ err) = s.archived
then should_display_archived := false
It also makes the saving work for the AWS and Local-docker backends.
I can view a job's logs soon after it has completed, but they usually disappear.
Sometimes the job in question will have an empty dir in
/coclo/_cocloroot/logs/logs/job
. For the job I'm currently looking at, there is no dir at all.The text was updated successfully, but these errors were encountered: