aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/bazel-slow-tests.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/bazel-slow-tests.json')
-rw-r--r--scripts/ci/bazel-slow-tests.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/ci/bazel-slow-tests.json b/scripts/ci/bazel-slow-tests.json
new file mode 100644
index 0000000000..02a76e4ee8
--- /dev/null
+++ b/scripts/ci/bazel-slow-tests.json
@@ -0,0 +1,23 @@
+[
+ {
+ "node": "docker",
+ "configurations": [
+ {
+ "shard": 1,
+ "parameters": {"test_tag_filters": ["docker", "shard-1"]}
+ },
+ {
+ "shard": 2,
+ "parameters": {"test_tag_filters": ["docker", "shard-2"]}
+ },
+ {
+ "shard": 3,
+ "parameters": {"test_tag_filters": ["docker", "shard-3"]}
+ }
+ ],
+ "parameters": {
+ "targets": [],
+ "tests": ["//src/test/docker/..."]
+ }
+ }
+]