-
Notifications
You must be signed in to change notification settings - Fork 140
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
Add verification job for gerrit@RBE #1072
Comments
What would need to be done to enable Gerrit verification on RBE? |
Change the platform name from But it's a bit hard to test it since the config file is in CI repo: https://github.com/bazelbuild/continuous-integration/blob/master/pipelines/gerrit.yml#L3C3-L3C13 I think it'll be helpful if the Gerrit repo can host this config file. |
Closes bazelbuild#1072. We have seen multiple breakages on RBE platforms and modern C++ toolchains. To prevent potential breakages and/or to detect them earlier we are adding those new platforms to the gerrit pipeline.
Closes bazelbuild#1072. We have seen multiple breakages on RBE platforms and modern C++ toolchains. To prevent potential breakages and/or to detect them earlier we are adding those new platforms to the gerrit pipeline.
Done in #1829 |
It would be great to extend gerrit verification job to run also on RBE (like Bazel itself).
Something like this works for me:
This would help detect Bazel RBE regressions, e.g.: bazelbuild/bazel#12705.
The text was updated successfully, but these errors were encountered: