From 9129c2a937e3036f9db23655ed31ed473ad10364 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 078c23321d27d0..50522ba1b49de1 100644 --- a/.bazelci/postsubmit.yml +++ b/.bazelci/postsubmit.yml @@ -209,6 +209,18 @@ tasks: - "-//src/test/shell/bazel:bazel_cc_code_coverage_test" # MacOS does not have cgroups so it can't support hardened sandbox - "-//src/test/shell/integration:bazel_hardened_sandboxed_worker_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 da974e272b3f21..7be473aa14c1b8 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -202,6 +202,18 @@ tasks: - "-//src/test/shell/bazel:bazel_cc_code_coverage_test" # MacOS does not have cgroups so it can't support hardened sandbox - "-//src/test/shell/integration:bazel_hardened_sandboxed_worker_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" macos_arm64: xcode_version: "13.0" shards: 2