From d5e2ac23c45bacc9a53cf833b5a02e31ae0237a1 Mon Sep 17 00:00:00 2001 From: Googler Date: Fri, 3 Feb 2023 06:03:55 -0800 Subject: [PATCH] Bazel CI: Disable tests that are failing due to infra upgrades. This change should unblock both pre- and post-submit. Related to #16526, #17407, #17408 and #17409. PiperOrigin-RevId: 506882975 Change-Id: If704c398546265eb22d58906eb28363b30ac00a2 --- .bazelci/postsubmit.yml | 12 ++++++++++++ .bazelci/presubmit.yml | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/.bazelci/postsubmit.yml b/.bazelci/postsubmit.yml index 59f34973b8828d..749d7699ffa020 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -197,6 +197,18 @@ tasks: - "//tools/python/..." # C++ coverage is not supported on macOS yet. - "-//src/test/shell/bazel:bazel_cc_code_coverage_test" + # https://github.com/bazelbuild/bazel/issues/16526 + - "-//src/test/shell/bazel:starlark_repository_test" + # https://github.com/bazelbuild/bazel/issues/17407 + - "-//src/test/shell/bazel/apple:bazel_apple_test" + # https://github.com/bazelbuild/bazel/issues/17408 + - "-//src/test/shell/bazel/apple:bazel_objc_test" + # https://github.com/bazelbuild/bazel/issues/16526#issuecomment-1415858550 + - "-//src/test/py/bazel:runfiles_test" + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test" + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools" + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms" + - "-//tools/python:pywrapper_test" include_json_profile: - build - test diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index c2d29710ef978a..fdaa6f25a91ed3 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -190,6 +190,18 @@ tasks: - "-//src/java_tools/import_deps_checker/..." # C++ coverage is not supported on macOS yet. - "-//src/test/shell/bazel:bazel_cc_code_coverage_test" + # https://github.com/bazelbuild/bazel/issues/16526 + - "-//src/test/shell/bazel:starlark_repository_test" + # https://github.com/bazelbuild/bazel/issues/17407 + - "-//src/test/shell/bazel/apple:bazel_apple_test" + # https://github.com/bazelbuild/bazel/issues/17408 + - "-//src/test/shell/bazel/apple:bazel_objc_test" + # https://github.com/bazelbuild/bazel/issues/16526#issuecomment-1415858550 + - "-//src/test/py/bazel:runfiles_test" + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test" + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_head_android_tools" + - "-//src/test/shell/bazel/android:android_instrumentation_test_integration_test_with_platforms" + - "-//tools/python:pywrapper_test" windows: shards: 4 batch_commands: