GitLab CI Bazel Integration

Hi there,

Not sure if there is a better place to put this feature request (couldn’t find a good place in the main GitLab CI group), but I’m wondering if there have been any discussions about adding real support for Bazel in GitLab CI.

Bazel is a build tool from Google for highly cached/ parallel builds. Most people using it either run their own build server or use something like BuildKite.

We have found great success using Bazel, and have used a caching approach as suggested here, but would love to know if there is anyone else in the community with different approaches. Uploading/ unzipping the cache is often quite long, and isn’t great for parallel builds.

Thanks!
Austin