aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2018-01-24 06:36:49 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-24 06:38:46 -0800
commite8dea319709d7d9ec8163cd65e6a336b15d09113 (patch)
treef8539b4ca15228582169b9030c51382a4963e2a8 /scripts
parent2e76741c620e01c914d38d6a5469e5e3122ab03f (diff)
Remove Bazel's Docker tests.
We'll just replace them with either native support for running tests inside Docker containers on CI or with VMs running the operating system. This gets rid of the "let's download 8 GB of Docker images" step when running `bazel build //...`. RELNOTES: None. Closes #4506. PiperOrigin-RevId: 183078052
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/...