aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/Makefile
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-01-16 18:33:58 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-01-22 13:17:53 +0000
commitf860a27a963cf1411f34b5f14332bbd2b9f41d8b (patch)
treec867e5e30972aecdc8476536ec111df90b0845c4 /syz-cluster/Makefile
parentcc143e38041972ad4dbaff9cfbfd416c29d581b5 (diff)
syz-cluster: remove submit-test
It's not necessary - submit the results from the individual steps instead. Report patched kernel build failures as findings.
Diffstat (limited to 'syz-cluster/Makefile')
-rw-r--r--syz-cluster/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/syz-cluster/Makefile b/syz-cluster/Makefile
index 3fdc07579..a248a4af4 100644
--- a/syz-cluster/Makefile
+++ b/syz-cluster/Makefile
@@ -37,15 +37,11 @@ build-build-step-dev:
eval $$(minikube docker-env);\
docker build -t build-step-local -f ./workflow/build-step/Dockerfile ../
-build-submit-test-dev:
- eval $$(minikube docker-env);\
- docker build -t submit-test-local -f ./workflow/submit-test/Dockerfile ../
-
build-go-tests-dev:
eval $$(minikube docker-env);\
docker build -t go-tests-local -f Dockerfile.go-tests ../
-build-workflow-dev: build-triage-step-dev build-build-step-dev build-submit-test-dev
+build-workflow-dev: build-triage-step-dev build-build-step-dev
all-containers: build-controller-dev build-series-tracker-dev build-db-mgmt-dev build-web-dashboard-dev build-workflow-dev