The refresh-cache
step in the refresh-manifests
job uses previous master
(not newly committed master
with new manifests)
#71
Labels
bug
Something isn't working
In the last successful
refresh-manifests
action, this step (which only runs onubuntu-latest
, see #70) introduces theforc-nightly
version that has been failing onmacos-latest
CI recently (see #64).I would have expected the
refresh-cache
step that follows to have failed, however on closer inspection themacos-latest
fuel-nightly
job that followed fetches everything directly from cache and doesn't rebuild anything despite the new manifests.This indicates that the
refresh-cache
job is likely usingmaster
in the state it was in when the whole workflow began and not the new state ofmaster
that was committed by the precedingrefresh-manifests
job.This explains why we didn't see any CI failure until the next night's refresh-manifests pass where the
refresh-cache
step did fail.It's likely best to address this as a part of #70.
The text was updated successfully, but these errors were encountered: