aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/Makefile
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-07-07 17:30:42 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-07-08 13:37:33 +0000
commit5aaeec43d491523efc62ea7c6e325a2333f85ccd (patch)
treef45f1118f4eac1351e7e021cd7f358edbbd25b7e /syz-cluster/Makefile
parent1d59f809b4c9163463e5bd6055d71202025f590b (diff)
syz-cluster: add a send-test-email tool
The tool will be used to test email reporter configuration.
Diffstat (limited to 'syz-cluster/Makefile')
-rw-r--r--syz-cluster/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/syz-cluster/Makefile b/syz-cluster/Makefile
index 0a1461a78..09714d1e4 100644
--- a/syz-cluster/Makefile
+++ b/syz-cluster/Makefile
@@ -29,8 +29,9 @@ $(eval $(call build_image_rules,./workflow/build-step,build-step))
$(eval $(call build_image_rules,./workflow/fuzz-step,fuzz-step))
$(eval $(call build_image_rules,./workflow/boot-step,boot-step))
$(eval $(call build_image_rules,./tools/db-mgmt,db-mgmt))
+$(eval $(call build_image_rules,./tools/send-test-email,send-test-email))
-IMAGES := controller web-dashboard reporter-server series-tracker db-mgmt triage-step build-step boot-step fuzz-step
+IMAGES := controller web-dashboard reporter-server series-tracker db-mgmt triage-step build-step boot-step fuzz-step send-test-email
BUILD_TARGETS := $(addprefix build-, $(IMAGES))
PUSH_TARGETS := $(addprefix push-, $(IMAGES))
@@ -100,6 +101,9 @@ k8s-config-gke: ensure-spanner-database-uri-env ensure-blob-storage-env ensure-w
migrate-job.yaml:
@cat tools/db-mgmt/migrate-job.yaml | sed $(SED_EXPRESSIONS)
+send-test-email-job.yaml:
+ @cat tools/send-test-email/job.yaml | sed $(SED_EXPRESSIONS)
+
fetch-kernels-once.yaml:
@cat kernel-disk/fetch-kernels-once.yaml