Skip to content

Commit ae99c1f

Browse files
meteorcloudycopybara-github
authored andcommitted
Disable bzlmod_query_test for RBE build
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
1 parent 81b4b91 commit ae99c1f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.bazelci/postsubmit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ tasks:
405405
- "-//src/test/py/bazel:bazel_overrides_test"
406406
- "-//src/test/py/bazel:bazel_repo_mapping_test"
407407
- "-//src/test/py/bazel:bazel_yanked_versions_test"
408+
- "-//src/test/py/bazel:bzlmod_query_test"
408409
- "-//src/test/shell/bazel:verify_workspace"
409410
# https://github.com/bazelbuild/bazel/issues/18776
410411
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"

.bazelci/presubmit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ tasks:
466466
- "-//src/test/py/bazel:bazel_overrides_test"
467467
- "-//src/test/py/bazel:bazel_repo_mapping_test"
468468
- "-//src/test/py/bazel:bazel_yanked_versions_test"
469+
- "-//src/test/py/bazel:bzlmod_query_test"
469470
- "-//src/test/shell/bazel:verify_workspace"
470471
# Flaky on rbe_ubuntu1804
471472
# https://github.com/bazelbuild/continuous-integration/issues/1631

0 commit comments

Comments
 (0)