Conversation
|
This is an automated comment for commit b9fafb5 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page Successful checks
|
|
Okay, sounds like a plan. |
ead94a0 to
0237702
Compare
fc59dc6 to
5486ad5
Compare
|
@Felixoid This PR updates a submodule and CI jobs BuilderDebDebug and BuilderBinDarwinAarch64 fail for a reason that I don't understand. Do you know what is going wrong there? |
|
The output is a bit confusing, yes. It basically says, that the build already failed once in https://s3.amazonaws.com/clickhouse-builds/PRs/56059/85c158894126a840f65b46ebe07f979e8c091193/package_debug/build_log.log Since you are here, can you add https://github.com/ClickHouse/ClickHouse/blob/master/tests/ci/build_check.py#L354-L358 to https://github.com/ClickHouse/ClickHouse/blob/master/tests/ci/build_check.py#L169, please? It will help to avoid confusing |
|
See the report https://s3.amazonaws.com/clickhouse-test-reports/56059/85c158894126a840f65b46ebe07f979e8c091193/clickhouse_build_check/report.html, all failed tasks have sparse checkout. I think you need to adjust the sparse configuration for the submodule |
|
Okay, thanks, I did as you said. |
Since a bit of extra stuff accumulated in this PR and we jump 5 versions, do you mind approving so we can make a "checkpoint"? Of course, I'd batch multiple updates in a future PR again. |
| echo '/*' > $FILES_TO_CHECKOUT | ||
| echo '!/test/*' >> $FILES_TO_CHECKOUT | ||
| echo '/test/build/*' >> $FILES_TO_CHECKOUT | ||
| echo '/test/core/tsi/alts/fake_handshaker/*' >> $FILES_TO_CHECKOUT |
There was a problem hiding this comment.
Why do we need these files (both test/build and test/core)? Are they needed for the build to succeed?
There was a problem hiding this comment.
Yes, gRPC moved some files around with the result that we now need to check them out (even if it looks silly).
See #55916
Changelog category (leave one):