Change information
Commit message:
When multiple actions fail within a target or aspect, the most severe error is reported instead of the first error.
RELNOTES: BuildFinished events in BEP will consistently contain an "infrastructure-caused" detailed exit code when a single target contains both infrastructure-caused and user-caused exit codes in its failed actions.
PiperOrigin-RevId: 923546585
Change-Id: I0ccac11d6c36e451ef03e8997a549d85cca9d76c
Files:
- M src/main/java/com/google/devtools/build/lib/skyframe/CompletionFunction.java
- M src/test/java/com/google/devtools/build/lib/buildeventservice/BUILD
- M src/test/java/com/google/devtools/build/lib/buildeventservice/BazelBuildEventServiceModuleTest.java
- M src/test/java/com/google/devtools/build/lib/buildtool/util/BlazeRuntimeWrapper.java
- M src/test/java/com/google/devtools/build/lib/skyframe/SequencedSkyframeExecutorTest.java
Change size: L
Delta: 5 files changed, 259 insertions(+), 20 deletions(-)
Branch: refs/heads/master