From ca2d122ea11ff557991309141cf4f2e6e5f77683 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Fri, 16 Sep 2022 14:35:19 +0200 Subject: [PATCH 1/2] Disable `//python/tests/toolchains:python_3_8_10_x86_64-apple-darwin_test` --- .bazelci/presubmit.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 1cc121a4e7..c13298a5dc 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -5,10 +5,13 @@ buildifier: warnings: "all" all_targets: &all_targets build_targets: + - "--" - "..." # As a regression test for #225, check that wheel targets still build when # their package path is qualified with the repo name. - "@rules_python//examples/wheel/..." + # Disabled due to https://github.com/bazelbuild/rules_python/issues/827 + - "-//python/tests/toolchains:python_3_8_10_x86_64-apple-darwin_test" # We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests. skip_use_bazel_version_for_test: true test_targets: @@ -37,4 +40,4 @@ platforms: # The dependencies needed for this test are not cross-platform: https://github.com/bazelbuild/rules_python/issues/260 - "-//tests:pip_repository_entry_points_example" test_flags: - - "--test_tag_filters=-fix-windows" \ No newline at end of file + - "--test_tag_filters=-fix-windows" From cf0344e45cdfa5d565fbb173ca9edbd3d662bf89 Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Fri, 16 Sep 2022 14:39:39 +0200 Subject: [PATCH 2/2] Update presubmit.yml --- .bazelci/presubmit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index c13298a5dc..666654998b 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -5,17 +5,17 @@ buildifier: warnings: "all" all_targets: &all_targets build_targets: - - "--" - "..." # As a regression test for #225, check that wheel targets still build when # their package path is qualified with the repo name. - "@rules_python//examples/wheel/..." - # Disabled due to https://github.com/bazelbuild/rules_python/issues/827 - - "-//python/tests/toolchains:python_3_8_10_x86_64-apple-darwin_test" # We control Bazel version in integration tests, so we don't need USE_BAZEL_VERSION for tests. skip_use_bazel_version_for_test: true test_targets: + - "--" - "..." + # Disabled due to https://github.com/bazelbuild/rules_python/issues/827 + - "-//python/tests/toolchains:python_3_8_10_x86_64-apple-darwin_test" platforms: ubuntu1804: <<: *all_targets