aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/Makefile
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-01-21 11:47:46 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-01-22 13:17:53 +0000
commitb8b5b35706290e7fcf6570ab2cf74df9ac310a2f (patch)
treee03ac9c2fb513535ae228909b94865a588d43148 /syz-cluster/Makefile
parentbcfe9f01a8a33c831b83e95cb3b9bd85a07f023c (diff)
syz-cluster: add a boot test
Run a smoke test on the base kernel build and report back the results.
Diffstat (limited to 'syz-cluster/Makefile')
-rw-r--r--syz-cluster/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/syz-cluster/Makefile b/syz-cluster/Makefile
index a248a4af4..c58b168bb 100644
--- a/syz-cluster/Makefile
+++ b/syz-cluster/Makefile
@@ -37,6 +37,10 @@ build-build-step-dev:
eval $$(minikube docker-env);\
docker build -t build-step-local -f ./workflow/build-step/Dockerfile ../
+build-boot-step-dev:
+ eval $$(minikube docker-env);\
+ docker build -t boot-step-local -f ./workflow/boot-step/Dockerfile ../
+
build-go-tests-dev:
eval $$(minikube docker-env);\
docker build -t go-tests-local -f Dockerfile.go-tests ../