From e8dea319709d7d9ec8163cd65e6a336b15d09113 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Wed, 24 Jan 2018 06:36:49 -0800 Subject: 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 --- scripts/ci/bazel-slow-tests.json | 23 +---------------------- scripts/ij.bazelproject | 1 - 2 files changed, 1 insertion(+), 23 deletions(-) (limited to 'scripts') 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,25 +1,4 @@ [ - { - "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"}, @@ -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/... -- cgit v1.2.3