From 7ca8bbea5b1d25d89927d7b017d7f7da4ab226a7 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Thu, 4 Jul 2024 00:55:08 +0000 Subject: vm/gvisor: add gvisor presubmit test Download the latest gvisor release and run the syz-manager smoke-test suite. Signed-off-by: Andrei Vagin --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 51f53a032..7d6295913 100644 --- a/Makefile +++ b/Makefile @@ -382,6 +382,9 @@ presubmit_old: descriptions TARGETARCH=mips64le TARGETVMARCH=mips64le $(MAKE) target TARGETARCH=s390x TARGETVMARCH=s390x $(MAKE) target +presubmit_gvisor: host target + ./tools/gvisor-smoke-test.sh + test: descriptions $(GO) test -short -coverprofile=.coverage.txt ./... -- cgit mrf-deployment