-
Notifications
You must be signed in to change notification settings - Fork 584
Description
After installing newest version of the clusterfuzz on clean GCP project I can see that it does not create any bots (and after creating new fuzzing job it's not being fuzzed, because there's no bot to proceed with it).
I've been testing clusterfuzzwith the version from ~April and it have worked fine.
Right now I see that these are lots of new VMs spawned by clusterfuzz for (presumably) cron purposes:

(15 instances compared to 2 in the version from April)
But there are no clusterfuzz-linux* machines there.
Do you have any clues what has changed in the configuration recently that I should undergo to create bots?
PS. I have instance_count
set to 1 and 2 for clusterfuzz-linux/clusterfuzz-linux-pre
in gce/clusters.yaml
, so I should have some VMs for bots, right?