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.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/ci/bazel-slow-tests.json b/scripts/ci/bazel-slow-tests.json
index 02a76e4ee8..943d4647f6 100644
--- a/scripts/ci/bazel-slow-tests.json
+++ b/scripts/ci/bazel-slow-tests.json
@@ -19,5 +19,20 @@
"targets": [],
"tests": ["//src/test/docker/..."]
}
+ },
+ {
+ "configurations": [
+ {"node": "linux-x86_64"},
+ {"node": "ubuntu_16.04-x86_64"},
+ {"node": "darwin-x86_64"}
+ // TODO(aehlig): {"node": "freebsd-11"},
+ // TODO(aehlig): {"node": "freebsd-12"},
+ // TODO(pcloudy): {"node": "windows-x86_64"},
+ ],
+ "parameters": {
+ "targets": [],
+ "tests": ["//src/test/..."]
+ "parameters": {"test_tag_filters": ["-docker", "slow"]}
+ }
}
]