Skip to content

Commit

Permalink
[6.4.0] Disable bzlmod_query_test for RBE build (bazelbuild#19585)
Browse files Browse the repository at this point in the history
Due to an issue on RBE worker (b/217865760), accessing multiple URLs at
the same time may cause timeout.


https://buildkite.com/bazel/google-bazel-presubmit/builds/71669#018aafe9-d1c9-4a95-8741-8062ce5f12e3

Commit
bazelbuild@ae99c1f

RELNOTES: None
PiperOrigin-RevId: 566895027
Change-Id: Icf5a243d22b0ae64c9c64e038feee69eefdcfc19

Co-authored-by: Googler <[email protected]>
  • Loading branch information
iancha1992 and meteorcloudy authored Sep 21, 2023
1 parent 654a04d commit fc43994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bazelci/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ tasks:
- "-//src/test/py/bazel:bazel_overrides_test"
- "-//src/test/py/bazel:bazel_repo_mapping_test"
- "-//src/test/py/bazel:bazel_yanked_versions_test"
- "-//src/test/py/bazel:bzlmod_query_test"
- "-//src/test/shell/bazel:verify_workspace"
include_json_profile:
- build
Expand Down
1 change: 1 addition & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ tasks:
- "-//src/test/py/bazel:bazel_overrides_test"
- "-//src/test/py/bazel:bazel_repo_mapping_test"
- "-//src/test/py/bazel:bazel_yanked_versions_test"
- "-//src/test/py/bazel:bzlmod_query_test"
- "-//src/test/shell/bazel:verify_workspace"
kythe_ubuntu2004:
shell_commands:
Expand Down

0 comments on commit fc43994

Please sign in to comment.