Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.4.0] Replace "checking cached actions" message when no action is r…
…unning. (#23357) While we delay the execution phase progress until we execution real actions (see unknown commit), with Skymeld we could still see the following scenario: - Bazel completes the analysis for the first top-level target - Bazel starts execution for the first top-level target, still analyzing other top-level targets - Bazel completes execution for the first top-level target, still running analysis for other top-level targets Prior to this CL, we would have reported something like `[42 / 42] checking cached actions` until we continue with execution (after the next top-level target finishes analysis). Now, we do report `[42 / 42] no actions running`. RELNOTES: Improve progress message in case there are no actions in flight, and display explicitly "no actions running" in that case. PiperOrigin-RevId: 661205481 Change-Id: Ieaf77090ecf3d4979330fcd8229a92afc98c7557 Commit b215cb8 Co-authored-by: Googler <twerth@google.com>
- Loading branch information