Add indicator for which tasks were cache hits in CI #10525
breadadams
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Make it clearer which tasks have been a cache hit when running
turbo X
in CI.Non-goals
No response
Background
Currently in CI once tasks have complete you get the following sort of output
Without expanding all 6 of the collapsibles, you have no idea which 3 were cached.
Proposal
The same icon thats displayed next to tasks that were cache hits in the TUI could be used here. Say that all 3 of the
pkg-a
tasks were cache hits, that would look something like this (ideally with some coloring):Beta Was this translation helpful? Give feedback.
All reactions