Skip to content

Commit af97d98

Browse files
coeuvrefweikert
andauthored
[6.1.0] Fix broken CI (bazelbuild#17422)
* Bazel CI: Disable tests that are failing due to infra upgrades. This change should unblock both pre- and post-submit. Related to bazelbuild#16526, bazelbuild#17407, bazelbuild#17408 and bazelbuild#17409. PiperOrigin-RevId: 506882975 Change-Id: If704c398546265eb22d58906eb28363b30ac00a2 * Bazel CI: Disable more tests that are likely failing due to infra updates. Related to bazelbuild#17410 and bazelbuild#17411. PiperOrigin-RevId: 506903607 Change-Id: Ic88de4caea5c14336774e53a9063a6beb260d515 * Disable python_version_test --------- Co-authored-by: Googler <[email protected]>
1 parent e895ff0 commit af97d98

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.bazelci/postsubmit.yml

+17
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,23 @@ tasks:
197197
- "//tools/python/..."
198198
# C++ coverage is not supported on macOS yet.
199199
- "-//src/test/shell/bazel:bazel_cc_code_coverage_test"
200+
# https://github.com/bazelbuild/bazel/issues/16526
201+
- "-//src/test/shell/bazel:starlark_repository_test"
202+
# https://github.com/bazelbuild/bazel/issues/17407
203+
- "-//src/test/shell/bazel/apple:bazel_apple_test"
204+
# https://github.com/bazelbuild/bazel/issues/17408
205+
- "-//src/test/shell/bazel/apple:bazel_objc_test"
206+
# https://github.com/bazelbuild/bazel/issues/16526#issuecomment-1415858550
207+
- "-//src/test/shell/bazel:python_version_test"
208+
- "-//src/test/py/bazel:runfiles_test"
209+
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
210+
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
211+
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
212+
- "-//tools/python:pywrapper_test"
213+
# https://github.com/bazelbuild/bazel/issues/17410
214+
- "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
215+
# https://github.com/bazelbuild/bazel/issues/17411
216+
- "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
200217
include_json_profile:
201218
- build
202219
- test

.bazelci/presubmit.yml

+17
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,23 @@ tasks:
190190
- "-//src/java_tools/import_deps_checker/..."
191191
# C++ coverage is not supported on macOS yet.
192192
- "-//src/test/shell/bazel:bazel_cc_code_coverage_test"
193+
# https://github.com/bazelbuild/bazel/issues/16526
194+
- "-//src/test/shell/bazel:starlark_repository_test"
195+
# https://github.com/bazelbuild/bazel/issues/17407
196+
- "-//src/test/shell/bazel/apple:bazel_apple_test"
197+
# https://github.com/bazelbuild/bazel/issues/17408
198+
- "-//src/test/shell/bazel/apple:bazel_objc_test"
199+
# https://github.com/bazelbuild/bazel/issues/16526#issuecomment-1415858550
200+
- "-//src/test/shell/bazel:python_version_test"
201+
- "-//src/test/py/bazel:runfiles_test"
202+
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test"
203+
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools"
204+
- "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms"
205+
- "-//tools/python:pywrapper_test"
206+
# https://github.com/bazelbuild/bazel/issues/17410
207+
- "-//src/test/java/com/google/devtools/build/lib/platform:SystemMemoryPressureEventTest"
208+
# https://github.com/bazelbuild/bazel/issues/17411
209+
- "-//src/test/java/com/google/devtools/build/lib/blackbox/tests/workspace:PatchApiBlackBoxTest"
193210
windows:
194211
shards: 4
195212
batch_commands:

0 commit comments

Comments
 (0)