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

Sometimes downstream / main branch jobs go red on their daily crons, it would be useful if an issue was automatically filed in this case so it could be triaged...

It would be nice to polish our Bazel CI and turn it into a reusable CI setup following our best practices that other people could use to run a similar...

FR
P3

Not sure which repo this belongs on, but it affects CI https://buildkite.com/bazel/rules-swift-swift/builds/2892#f81e439f-881f-4b1e-b0cb-733f6a85928d ``` % USE_BAZEL_VERSION=last_green bazelisk version 2021/10/26 14:05:23 Using unreleased version at commit c37bd0d027629bf0e3418208bb5ef9f6c4507f54 2021/10/26 14:05:23 Downloading https://storage.googleapis.com/bazel-builds/artifacts/macos/c37bd0d027629bf0e3418208bb5ef9f6c4507f54/bazel... 2021/10/26...

tests_rules_scala tests are failing on Ubuntu 18.04 because of missing xmllint binary https://buildkite.com/bazel/rules-scala-scala/builds/3289#85c0e9c5-257a-4f7a-941e-3fddc5c2befc

Looks like the FreeBSD GCE images found a new maintainer, as the old and broken ones have been deleted and new ones have been uploaded. I'll try them out soon...

FR
P2

I noticed that we're uploading lots of duplicated test logs recently: ![image](https://user-images.githubusercontent.com/504652/138172278-55bedaa5-080c-40d2-b369-0b6ca1a3bbd8.png) (see https://buildkite.com/bazel/bazel-bazel/builds/17632#7c9700cb-3191-435d-8c17-1d7bba66d668) @coeuvre Could you investigate?

P1

I had to cancel https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2193 after 13 hours (!). The culprit was [rules_nodejs (rbe_ubuntu1604)](https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2193#73a307c3-5c1e-43c0-a737-c2a0cd6ed940): The first task timed out after 8 hours, the second one had been running for 5.5...

TL;DR: Allow variable substitution in task `name` so that something like this works: ``` common: &common name: "{bazel}_{platform}" lts: &lts bazel: latest rolling: &rolling bazel: rolling ubuntu: &ubuntu platform: ubuntu1804

FR

Hi, I'm helping out as a maintainer of bazelbuild/rules_go, and I am requesting access to BuildKite so that I can do things like re-run builds which have suspected spurious failures....

There are a number of downstream projects failing with Bazel@HEAD, and culprit finder is no help. Perhaps some infrastructure change? Error occurs while downloading repository dependencies, and is of the...