Skip to content

Commit

Permalink
Disable bzlmod_query_test for RBE build
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

RELNOTES: None
PiperOrigin-RevId: 566895027
Change-Id: Icf5a243d22b0ae64c9c64e038feee69eefdcfc19
  • Loading branch information
meteorcloudy authored and copybara-github committed Sep 20, 2023
1 parent 81b4b91 commit ae99c1f
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 @@ -405,6 +405,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"
# https://github.com/bazelbuild/bazel/issues/18776
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
Expand Down
1 change: 1 addition & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,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"
# Flaky on rbe_ubuntu1804
# https://github.com/bazelbuild/continuous-integration/issues/1631
Expand Down

0 comments on commit ae99c1f

Please sign in to comment.