Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ all_targets: &all_targets
# 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
Expand All @@ -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"
- "--test_tag_filters=-fix-windows"