[DISCUSS] Removing the Bazel workflow #9410
RongtongJin
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Previously, we introduced the Bazel workflow in our community, which can quickly provide test results, but it also introduced some issues:
The maintenance cost is relatively high. This includes timely updates to configuration files when new packages are introduced. The workflow often fails due to configuration issues, which can be confusing even when there are no actual problems.
Although it can quickly provide test results, multiple workflows run simultaneously, and due to the bucket effect (wooden bucket principle), the final test results still require a long waiting time. Moreover, the test cases in other workflows can cover those in the Bazel workflow.
Therefore, I would like to propose removing this workflow. If you have any suggestions, please feel free to reply below.
Beta Was this translation helpful? Give feedback.
All reactions