You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use .bazelci/build_bazel_binaries.yml for downstream pipelines (#1526)
In downstream pipelines, we need to build and upload Bazel binaries at
HEAD before testing downstream projects with it. Previously, we were
generating the "Build Bazel" steps for each supported platform from the
postsubmit.yml config. This was broken by
bazelbuild/bazel@3f93e7b,
because now there are multiple jobs for the same platform. See
https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/2815
This PR switches all downstream pipelines to use
build_bazel_binaries.yml config, which has the minimal steps for each
platform and builds both bazel and bazel_nojdk binaries.
0 commit comments