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
MINOR: ignore result of "missing build scan" (#20659)
Always mark the result of "missing build scan" as successful, not as
failing, for 4.0 and 4.1.
Two reasons causing missing build scan:
- 4.0 does not have the KAFKA-18748 patches.
- The JDK version used by `ci-complete` is inconsistent with other
active branches, causing the build report task to fail.
The real solution will be in
[KAFKA-19768](https://issues.apache.org/jira/browse/KAFKA-19768).
Reviewers: David Arthur <[email protected]>, Chia-Ping Tsai
<[email protected]>
0 commit comments