aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/bazel-tests.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/bazel-tests.json')
-rw-r--r--scripts/ci/bazel-tests.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/ci/bazel-tests.json b/scripts/ci/bazel-tests.json
index 076136a276..08233a37ec 100644
--- a/scripts/ci/bazel-tests.json
+++ b/scripts/ci/bazel-tests.json
@@ -22,10 +22,11 @@
],
"tests": [
"//scripts/...",
- "filter(\"^(?!//src/test/docker).*$\", //src/test/...)",
+ "//src/test/...",
"//third_party/ijar/...",
"//tools/android/..."
],
+ "test_tag_filters": ["-docker"],
"targets": []
}
}, {
@@ -71,11 +72,11 @@
"build_opts": ["--define IPHONE_SDK=1"],
"tests": [
"//scripts/...",
- "filter(\"^(?!//src/test/docker).*$\", //src/test/...)",
+ "//src/test/...",
"//third_party/ijar/...",
- "//tools/android/...",
- "//src/test/shell/bazel:cpp_darwin_integration_test"
+ "//tools/android/..."
],
+ "test_tag_filters": ["-docker"],
"targets": []
}
}, {