Commit 832c7d6
authored
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]>1 parent 727aae9 commit 832c7d6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments