continuous-integration icon indicating copy to clipboard operation
continuous-integration copied to clipboard

Bazel's Continuous Integration Setup

Results 162 continuous-integration issues
Sort by recently updated
recently updated
newest added

This failure https://buildkite.com/bazel/rules-foreign-cc/builds/3456#75a81178-883e-4acb-8548-de5300f827e5 has no artifacts and no output in the log because of the default limit

https://github.com/bazelbuild/rules_gwt has been broken for a long time, because it's apparently unmaintained and an incompatibility with Java >= 9 is not being addressed. We attempted to fix this ourselves (https://github.com/bazelbuild/rules_gwt/pull/38)...

Windows builds for [rules_foreign_cc](https://github.com/bazelbuild/rules_foreign_cc) seem to be having issues on windows. A recent PR (https://github.com/bazelbuild/rules_foreign_cc/pull/757) runs into issues in [this build](https://buildkite.com/bazel/rules-foreign-cc/builds/3407#d2da4c9e-ee60-48f4-bc5e-64160b431ad1): ``` CMake Error at CMakeLists.txt:3 (project): Generator Visual Studio...

Initially noticed on https://github.com/bazelbuild/rules_rust/pull/879#issuecomment-894896993 Did something change about the windows runners recently? As you can see in that comment, build [4029](https://buildkite.com/bazel/rules-rust-rustlang/builds/4029) succeeded but build [4046](https://buildkite.com/bazel/rules-rust-rustlang/builds/4046#73d9f1e8-780c-4833-bb42-85b1c29c1fa8) failed when no changes had...

https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2078#32da5b5f-ca27-48b9-8031-40843c707089 First occurence: 2021-06-10. Looks infra (npm) related. Autosheriff blames infra. It works with Bazel LTS though.

I would have expected `build_flags` to follow the same behavior as a build flag in a `.bazelrc` and be included in test targets. This does not appear to be the...

- Last green: https://buildkite.com/bazel/gerrit/builds/7055 at [79a017f](https://gerrit.googlesource.com/gerrit/+/79a017f7ddb80047232a04a24c83ae37812a3e47) - First red: https://buildkite.com/bazel/gerrit/builds/7056 at [caa7997](https://gerrit.googlesource.com/gerrit/+/caa7997c551462e210054265af4843f7a5816c51) Based on the [log](https://gerrit.googlesource.com/gerrit/+log?s=08325a350ffc6c3264535819456c9f0765fe3229) [2b5fe09](https://gerrit.googlesource.com/gerrit/+/2b5fe095f9431e995b23d3517a052fa7f4c36638) looks like the potential culprit.

Bazel's websites are behind two Google Cloud Load Balancers: - `http-redirector` listening on `130.211.20.222:80`, `130.211.20.222:443` and `130.211.22.235:80` - `bazel-build` listening on `130.211.22.235:443` The `http-redirector` LB forwards all requests to an...

FR
P2

In rules_nodejs we vendor some code into third_party (like some bits from skylib) Thus if I try to enable buildifier on bazel CI it says I have to make changes...

I'm trying to upgrade [rules_foreign_cc](https://github.com/bazelbuild/rules_foreign_cc) to use [bazel-toolchain 5.1.0](https://github.com/bazelbuild/bazel-toolchains/releases/tag/v5.1.0) but do not know how to convert `rbe_autoconfig` to the modern equivalent (or what the modern equivalent is). Can someone provide...