From 048e3f22d8e073a5b47b0a4bc2704d7eccd04abd Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 6 Mar 2026 11:56:10 +0000 Subject: dashboard/app: remember syz-agent names For now, use a dashboard client name. In a prod deployment, that would be a persistent name of the machine where the syz-agent is hosted. This information be used later for restarting the aborted jobs. --- dashboard/dashapi/ai.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi') diff --git a/dashboard/dashapi/ai.go b/dashboard/dashapi/ai.go index dfa410402..a0ac7739c 100644 --- a/dashboard/dashapi/ai.go +++ b/dashboard/dashapi/ai.go @@ -9,6 +9,7 @@ import ( ) type AIJobPollReq struct { + AgentName string CodeRevision string // git commit of the syz-agent server Workflows []AIWorkflow } -- cgit mrf-deployment