mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Use internal tmpfs in test runner, even when running with overlay.
PiperOrigin-RevId: 317377571
This commit is contained in:
committed by
gVisor bot
parent
8655fb7248
commit
f0feada89c
@@ -195,7 +195,7 @@ def syscall_test(
|
||||
shard_count = shard_count,
|
||||
size = size,
|
||||
platform = default_platform,
|
||||
use_tmpfs = False, # overlay is adding a writable tmpfs on top of root.
|
||||
use_tmpfs = use_tmpfs,
|
||||
add_uds_tree = add_uds_tree,
|
||||
tags = platforms[default_platform] + tags,
|
||||
overlay = True,
|
||||
|
||||
Reference in New Issue
Block a user