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

Recently Buildkite added a "failing" status, which lets the UI turn red before the tests have all finished running. https://buildkite.com/changelog/160-failing-builds-fast This would be great for all Bazel runs under Buildkite....

new-project

Docker image, `gcr.io/bazel-public/bazel:5.2.0` (created by `bazel/oci/Dockerfile` based on #1290) was supposed to be compatible with previously released images in `marketplace.gcr.io/google/bazel`, but it seems not compatible. `gcr.io/bazel-public/bazel:5.2.0` runs as [non-root user](https://github.com/bazelbuild/continuous-integration/blob/master/bazel/oci/Dockerfile#L20)...

Hi folks, I was wondering if we could setup code search to support the like of rules_go, rules_rust and rules_docker etc... These repos are primarily written in go/rust which are...

FR
P2

We are consistently seeing `No space left on device` (which file exactly hits the error varies between builds, which is expected) in our Ubuntu 20.04 builds of LLVM. We know...

Many rule sets have quite different behavior given difference in host architecture, it would be great if bazel CI provided some M1 mac instances so rules could verify they work...

The Windows Swift installer requires elevated privileges (it will augment the WinSDK and MSVC toolset with modulemaps). The builder user does not have the permissions to perform the elevation and...

rules_apple tests started failing without any changes there between this successful build https://buildkite.com/bazel/rules-apple-darwin/builds/4659 on 10/20 and this failing build https://buildkite.com/bazel/rules-apple-darwin/builds/4664 on 10/22 This type of test failure: ``` The test...

The Jetpack compose example inside of rules_kotlin now [requires Android 31](https://buildkite.com/bazel/rules-kotlin-kotlin/builds/2443#fed0df94-c226-456f-8c32-09b5d201d6fb/234-258), which provides Android resources that [aren't available on API 30](https://buildkite.com/bazel/rules-kotlin-kotlin/builds/2441#eade85a5-3945-4432-8046-19e2f95ba830/234-276). The PR that's reliant on this new SDK version...

This is a strange and undocumented feature. It means you can't easily split sections of the yaml up by logical grouping. Instead, it expects sections to be by file system...