Closed Mark-Simulacrum closed 2 months ago
@bors r+
:pushpin: Commit cca4c3f12bbae840be0502c93daad963f5ee7fa1 has been approved by Mark-Simulacrum
It is now in the queue for this repository.
:hourglass: Testing commit cca4c3f12bbae840be0502c93daad963f5ee7fa1 with merge ba776974d8e4af8855b53acff85e16a8a670a1b7...
:broken_heart: Test failed - checks-actions
@bors r+
:pushpin: Commit d9bc6ab21a2353028f8c5a9ff80d7272dfc7328c has been approved by Mark-Simulacrum
It is now in the queue for this repository.
:hourglass: Testing commit d9bc6ab21a2353028f8c5a9ff80d7272dfc7328c with merge 1cbbe329d215951c1607184611aeaa49976ebe6f...
:sunny: Test successful - checks-actions Approved by: Mark-Simulacrum Pushing 1cbbe329d215951c1607184611aeaa49976ebe6f to master...
This moves all pushes of logs to the central server out of the execution of tasks and into the worker function, which ensures that we don't overwrite previous results for the same crate multiple times (when retrying its run). That should hopefully preserve the logs as well throughout the retries.