summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2019-02-11 12:42:20 -0800
committerShentubot <shentubot@google.com>2019-02-11 12:43:38 -0800
commitecce96bab56de3aedd7d5cf47a6981f0f56acba1 (patch)
tree67dc95abad53f0fbda9a4865a21457f034472cb5 /test/syscalls/BUILD
parentefe5e737d7da48e6f99a1d9a53fe04b6d21b7511 (diff)
gvisor: Run syscall tests in kokoro on the rbe cluster
PiperOrigin-RevId: 233458853 Change-Id: I92c734b8075aa31e040fe7b4770bcf608e271e7a
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r--test/syscalls/BUILD34
1 files changed, 17 insertions, 17 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index a5abf8013..ca69f3309 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -9,7 +9,7 @@ syscall_test(test = "//test/syscalls/linux:accept_bind_stream_test")
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:accept_bind_test",
)
@@ -107,7 +107,7 @@ syscall_test(test = "//test/syscalls/linux:fsync_test")
syscall_test(
size = "medium",
- shard_count = 20,
+ shard_count = 5,
test = "//test/syscalls/linux:futex_test",
)
@@ -162,7 +162,7 @@ syscall_test(
syscall_test(
size = "medium",
- shard_count = 10,
+ shard_count = 5,
test = "//test/syscalls/linux:mmap_test",
)
@@ -296,7 +296,7 @@ syscall_test(
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_abstract_test",
)
@@ -307,7 +307,7 @@ syscall_test(
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_domain_test",
)
@@ -318,7 +318,7 @@ syscall_test(
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_filesystem_test",
)
@@ -329,7 +329,7 @@ syscall_test(
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_ip_tcp_generic_loopback_test",
)
@@ -340,13 +340,13 @@ syscall_test(
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_ip_tcp_loopback_test",
)
syscall_test(
size = "medium",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_ip_tcp_udp_generic_loopback_test",
)
@@ -357,7 +357,7 @@ syscall_test(
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_ip_udp_loopback_test",
)
@@ -397,7 +397,7 @@ syscall_test(
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_unix_abstract_test",
)
@@ -414,13 +414,13 @@ syscall_test(
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_unix_filesystem_test",
)
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_unix_pair_test",
)
@@ -452,13 +452,13 @@ syscall_test(
syscall_test(
size = "medium",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_unix_unbound_seqpacket_test",
)
syscall_test(
size = "large",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:socket_unix_unbound_stream_test",
)
@@ -484,7 +484,7 @@ syscall_test(test = "//test/syscalls/linux:sysret_test")
syscall_test(
size = "medium",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:tcp_socket_test",
)
@@ -504,7 +504,7 @@ syscall_test(test = "//test/syscalls/linux:udp_bind_test")
syscall_test(
size = "medium",
- shard_count = 50,
+ shard_count = 10,
test = "//test/syscalls/linux:udp_socket_test",
)