From 3d2feca630fc4247344ef46ab246f0bb1938e592 Mon Sep 17 00:00:00 2001 From: dmarting Date: Fri, 25 Aug 2017 15:23:27 +0200 Subject: Shard docker-tests This divide the docker tests in 2 parts (with the current build file it is 6 per jobs) and each configuration can now be run on different worker. Issue bazelbuild/continuous-integration#98 PiperOrigin-RevId: 166469254 --- scripts/ci/bazel-docker-tests.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'scripts/ci') diff --git a/scripts/ci/bazel-docker-tests.json b/scripts/ci/bazel-docker-tests.json index cc427aa209..bec4b0be3c 100644 --- a/scripts/ci/bazel-docker-tests.json +++ b/scripts/ci/bazel-docker-tests.json @@ -2,11 +2,22 @@ { "node": "docker", "variation": "", + "shard": "1", "parameters": { "targets": [], "tests": [ - "//tools/cpp/...", - "filter(\"^//src/test/docker\", //src/test/...)" + "filter(ubuntu, //src/test/docker/...)" + ] + } + }, + { + "node": "docker", + "variation": "", + "shard": "2", + "parameters": { + "targets": [], + "tests": [ + "//src/test/docker/... - filter(ubuntu, //src/test/docker/...)" ] } } -- cgit v1.2.3