mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Default syscall_test shard_count to 5.
PiperOrigin-RevId: 228243120 Change-Id: I2726d580f4f9fad0ecc6a912e0e576ed9e08ce72
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# syscall_test is a macro that will create targets to run the given test target
|
||||
# on the host (native) and runsc.
|
||||
def syscall_test(test, shard_count = 1, size = "small"):
|
||||
def syscall_test(test, shard_count = 5, size = "small"):
|
||||
_syscall_test(test, shard_count, size, "native")
|
||||
_syscall_test(test, shard_count, size, "kvm")
|
||||
_syscall_test(test, shard_count, size, "ptrace")
|
||||
|
||||
Reference in New Issue
Block a user