Evaluate a bazel build patch in CI #16701
Labels
area/build
enhancement
Feature requests. Not bugs or questions.
stale
stalebot believes this issue/PR has not been touched recently
Title: Evaluate a bazel build patch in CI
Description:
Need a mechanism to test a new bazel feature in the GCP RBE CI pipeline without resorting to rebuilding the envoy-toolchain for the unreleased commit to bazel/master.
In evaluating the proposed patch committed to /bazelbuild/bazel bazelbuild/rules_cc#94 we find ourselves unable to use the commit id for bazelisk in the .bazelversion resource file of the PR fork, without lots of extra noise.
In some cases such patches can be tested locally. But in cases like this, we are testing within the context of RBE collecting build outputs on a component level, so local execution doesn't tell us anything useful.
Note that the test PR #16043 touches .bazelversion and a corresponding fix in rules_cc (the rules_cc fix alone was a no-op.)
The text was updated successfully, but these errors were encountered: