From d8d27c0ff2e7fbac015ef811dca9f9c200141a7b Mon Sep 17 00:00:00 2001 From: Yuan Tian Date: Wed, 16 Apr 2025 05:54:52 +0000 Subject: [PATCH] check bazel ci failure for original module --- .bazelci/presubmit.yml | 18 +++++++++--------- browsers/BUILD.bazel | 6 ------ 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 0d2235f2..1d60f5ad 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -2,25 +2,25 @@ platforms: ubuntu2204: build_targets: - - "//..." + - "..." test_flags: - - "--test_tag_filters=-noci,-external,-native,-sauce" + - "--test_tag_filters=-noci,-sauce" test_targets: - - "//..." + - "..." macos: build_targets: - - "//..." + - "..." test_flags: - - "--test_tag_filters=-noci,-sauce,-external,-native" + - "--test_tag_filters=-noci,-sauce" test_targets: - - "//..." + - "..." windows: build_flags: - "--enable_runfiles" build_targets: - - "//..." + - "..." test_flags: - - "--test_tag_filters=-noci,-sauce,-external,-native" + - "--test_tag_filters=-noci,-sauce" - "--enable_runfiles" test_targets: - - "//..." + - "..." diff --git a/browsers/BUILD.bazel b/browsers/BUILD.bazel index f8d5a280..a3639136 100644 --- a/browsers/BUILD.bazel +++ b/browsers/BUILD.bazel @@ -50,9 +50,6 @@ browser( browser( name = "chromium-local", metadata = "chromium-local.json", - required_tags = [ - "native", - ], deps = [ "//go/wsl", "//third_party/chromedriver", @@ -67,9 +64,6 @@ browser( "//conditions:default": None, }), metadata = "firefox-local.json", - required_tags = [ - "native", - ], deps = select({ "//common/conditions:windows_x64": [], "//conditions:default": [