diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2019-09-23 17:42:13 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-23 17:43:42 -0700 |
commit | d5b3dd7cb4360a9772c26ddb1a8e8b43d33f9f94 (patch) | |
tree | 97b25248dcdd3ee16f3c72713f75ebe5a5f67ace /test/runtimes/build_defs.bzl | |
parent | f2ea8e6b249d729d4616ee219c0472bfff93a575 (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.bzl | 2 |
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", |