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

Bazel's Continuous Integration Setup

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

Thank you so much for setting up the CI system for Bazel. It looks to me like the CI has been running for a long time against PRs. Is there...

As mentioned by @vladmos in #943, the integration should likely be updated to use `--mode=check --format=json` rather than parsing stdout/stderr of a buildifier run, that should ensure bugs because out...

Sometimes, people flip incompatible flags, but forget to update the GitHub issue. The release manager then has to go through all flags manually and check their real status. @laurentlb Had...

bazel-remote's scheduled bazelci builds sometimes fail even though an identical build on the PR succeeded earlier. Here are two examples: https://buildkite.com/bazel/bazel-remote-cache/builds/765#24c5f205-547a-42e7-b873-fc8ed5bdfcc5 https://buildkite.com/bazel/bazel-remote-cache/builds/691#59e8a1d9-95b0-416d-8fe9-23016e5ef3f2 The failing step/job is "Try Update Last Green...

If the first step of a pipeline fails (e.g. because the container couldn't be started), the whole pipeline is marked as successful when it shouldn't be. See https://buildkite.com/bazel/bazel-bazel-github-presubmit/builds/5453 as an...

By default, all build output should be available via Buildkite in the "Artifacts" tab. Moreover, users should be able to tell Buildkite to upload output to GCS, too.

FR
P2

Porting Bazel to OpenBSD is underway in https://github.com/bazelbuild/bazel/issues/10250. Ideally, once the port is complete, the continuous integration tests would run for OpenBSD as well, to help ensure that the OpenBSD...

rules_swift/rules_apple got a few issues filed for `--incompatible-*` things, but in starting to look at them a few of them seems to be because of things that the rules in...

Buildifier has the option to automatically [fix](https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md) some incompatible flags. It can be very useful to have the issue opened by the bazel-flag-bot tool link to this so that rule...

For some background, I help with the Bazel build of flatbuffers. I don't check the issue tracker very often. I would like to be either auto-assigned any incompatible change bugs,...