summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/build_defs.bzl
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2019-09-23 17:42:13 -0700
committergVisor bot <gvisor-bot@google.com>2019-09-23 17:43:42 -0700
commitd5b3dd7cb4360a9772c26ddb1a8e8b43d33f9f94 (patch)
tree97b25248dcdd3ee16f3c72713f75ebe5a5f67ace /test/runtimes/build_defs.bzl
parentf2ea8e6b249d729d4616ee219c0472bfff93a575 (diff)
Run all runtime tests in a single container.
This makes them run much faster. Also cleaned up the log reporting. PiperOrigin-RevId: 270799808
Diffstat (limited to 'test/runtimes/build_defs.bzl')
-rw-r--r--test/runtimes/build_defs.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtimes/build_defs.bzl b/test/runtimes/build_defs.bzl
index 19aceb6fb..5e3065342 100644
--- a/test/runtimes/build_defs.bzl
+++ b/test/runtimes/build_defs.bzl
@@ -5,7 +5,7 @@
def runtime_test(
lang,
image,
- shard_count = 20,
+ shard_count = 50,
size = "enormous"):
sh_test(
name = lang + "_test",