aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ci/bazel-slow-tests.json23
-rw-r--r--scripts/ij.bazelproject1
2 files changed, 1 insertions, 23 deletions
diff --git a/scripts/ci/bazel-slow-tests.json b/scripts/ci/bazel-slow-tests.json
index 43f6a469a1..9e648ad873 100644
--- a/scripts/ci/bazel-slow-tests.json
+++ b/scripts/ci/bazel-slow-tests.json
@@ -1,26 +1,5 @@
[
{
- "node": "docker",
- "configurations": [
- {
- "shard": 1,
- "parameters": {"test_tag_filters": ["shard-1"]}
- },
- {
- "shard": 2,
- "parameters": {"test_tag_filters": ["shard-2"]}
- },
- {
- "shard": 3,
- "parameters": {"test_tag_filters": ["shard-3"]}
- }
- ],
- "parameters": {
- "targets": [],
- "tests": ["//src/test/docker/..."]
- }
- },
- {
"configurations": [
{"node": "linux-x86_64"},
{"node": "ubuntu_16.04-x86_64"},
@@ -32,7 +11,7 @@
"parameters": {
"targets": [],
"tests": ["//src/test/..."],
- "test_tag_filters": ["-docker", "+slow"]
+ "test_tag_filters": ["+slow"]
}
}
]
diff --git a/scripts/ij.bazelproject b/scripts/ij.bazelproject
index e90868242d..4cdd223ef1 100644
--- a/scripts/ij.bazelproject
+++ b/scripts/ij.bazelproject
@@ -18,5 +18,4 @@ targets:
//src/java_tools/junitrunner/javatests/...
//src/java_tools/singlejar:SingleJar
//src/test/...
- -//src/test/docker/...
//src/tools/remote/...