-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few improvements to bazel ci scripts (#2076)
`aggregate_incompatible_flags_test_result.py`: - Stripped out timestamps added by BuildKite in job log. - Added support for collecting incompatible flag test result for https://buildkite.com/bazel/bcr-bazel-compatibility-test `bazelci.py`: - Added support for overriding Bazel version in task config before task expansion. - Support `concurrency` and `concurrency_group` to limit CI resource usage. - Avoid hitting 429 Too Many Requests error while fetching a large number of buildkite job logs.
- Loading branch information
1 parent
7fe019f
commit 2d33fc6
Showing
2 changed files
with
137 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters