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:
Ayush Ranjan
2024-02-09 17:02:11 -08:00
committed by gVisor bot
parent d8eb29ed6f
commit cd6c646b1a
+1 -1
View File
@@ -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.