aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci/syz-ci.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2024-01-17 14:54:33 +0100
committerAleksandr Nogikh <nogikh@google.com>2024-01-17 14:05:36 +0000
commit915053c78aa2a0bd5050388203940fad27112b23 (patch)
tree092840d685f4dba0e0b0860bd12f2f4b00c7d28f /syz-ci/syz-ci.go
parentb4056f6cfcfee54a6aecd7322518a95d941bbdc0 (diff)
syz-ci: add a missing json name in the manager config
Diffstat (limited to 'syz-ci/syz-ci.go')
-rw-r--r--syz-ci/syz-ci.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-ci/syz-ci.go b/syz-ci/syz-ci.go
index ae6ff0f87..7ec88c53e 100644
--- a/syz-ci/syz-ci.go
+++ b/syz-ci/syz-ci.go
@@ -204,7 +204,7 @@ type ManagerConfig struct {
// If the kernel's commit is older than MaxKernelLagDays days,
// fuzzing won't be started on this instance.
// By default it's 30 days.
- MaxKernelLagDays int
+ MaxKernelLagDays int `json:"max_kernel_lag_days"`
managercfg *mgrconfig.Config
}