mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Run docker-tests with default flags.
A previous change mistakenly started running docker-tests with --overlay=none.
Fixes 1b7a4e2a05 ("Prepare to make root overlay the default.")
PiperOrigin-RevId: 605769213
This commit is contained in:
@@ -322,7 +322,7 @@ portforward-tests: load-basic_redis load-basic_nginx $(RUNTIME_BIN)
|
||||
INTEGRATION_TARGETS := //test/image:image_test //test/e2e:integration_test
|
||||
|
||||
docker-tests: load-basic $(RUNTIME_BIN)
|
||||
@$(call install_runtime,$(RUNTIME),--overlay2=none)
|
||||
@$(call install_runtime,$(RUNTIME),) # Clear flags.
|
||||
@$(call install_runtime,$(RUNTIME)-fdlimit,--fdlimit=2000) # Used by TestRlimitNoFile.
|
||||
@$(call install_runtime,$(RUNTIME)-dcache,--fdlimit=2000 --dcache=100) # Used by TestDentryCacheLimit.
|
||||
@$(call install_runtime,$(RUNTIME)-host-uds,--host-uds=all) # Used by TestHostSocketConnect.
|
||||
|
||||
Reference in New Issue
Block a user