-
Notifications
You must be signed in to change notification settings - Fork 3.7k
RBE worker pool migration #327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e19a9c8 to
52f0697
Compare
|
My guess is that the error happens, because the command no longer runs inside the correct container, thus the tool it is trying to run is missing. But I'm not sure yet, why this is the case... looking into it. |
|
I tried in a separate PR to just bump the bazel-toolchains version to 3.4.0 or 3.3.2 and not even that worked (although with a very different error):
They all fail with this error: This is super weird. :/ |
|
Anything I can help to move this PR forward? |
|
@jin Could you help us here? |
|
ในวันที่ พฤ. 6 ส.ค. 2020 23:52 Philipp Wollermann <notifications@github.com>
เขียนว่า:
… @jin <https://github.com/jin> Could you help us here?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#327 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP7VXD4OOLYHJ362G67N6KLR7LNTTANCNFSM4OZCAF2A>
.
|
|
@jin Friendly ping :) |
|
We’re going ahead with the infrastructure change next week. If something breaks for this project - this PR contains the fix and we’re also happy to help. |
|
Just reran the CI pipeline and it looks like all of the tests are failing: Ubuntu, failing in test step of RBE: I remember seeing this problem when the local and remote clang versions don't match, which results in this problem. (Host uses clang 10.0.0, but not the docker image) macOS and Windows: |
|
Possibly due to the outdated baseline of this PR and Bazel on the CI having been upgraded to an incompatible newer version in the meantime? 🤔 @coeuvre Could you rebase this so that we can see the current behavior? |
|
Ping, #367 is still waiting for this fix ;) |
30c02be to
1c2e4d8
Compare
|
Rebased and upgraded bazel toolchain to latest version but still see the same error. Keep the toolchain untouched works. https://buildkite.com/bazel/android-testing/builds/1183 |
|
Looks like the change is minimal, just requires adding the machine type? |
|
Yes. |
|
Thank you for looking into this! |
Bazel is migrating its RBE worker pool from n1 machines to e2. We created a new dedicated worker pool with n1 machines to support nested virtualization. This PR updates BRE config to target that dedicated worker pool.