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
- Split caching into separate restore/save, which allows us to save
the ccache even for jobs with failed tests, not only when all tests
succeed. This makes subsequent builds, that we do on the same branch
while attempting to fix failures, go faster by using the cache.
- Rearrange the step order so we save cache before tests run. This
allows us to terminate a CI run because we are seeing tests fail,
but still have the cache saved to speed up subsequent runs.
Signed-off-by: Larry Gritz <[email protected]>
0 commit comments