Branch: refs/heads/gh-readonly-queue/master/pr-7112-4c3406dcb7532a40c27b01ca073cca0025fefd2c
Home:
https://github.com/google/syzkaller
Commit: 629ff21a2358bd38f4dbede12a995fb52356ed72
https://github.com/google/syzkaller/commit/629ff21a2358bd38f4dbede12a995fb52356ed72
Author: Pimyn Girgis <
pi...@google.com>
Date: 2026-04-23 (Thu, 23 Apr 2026)
Changed paths:
M vm/gce/gce.go
Log Message:
-----------
vm/gce: attempt vm creation before deletion
When creating a GCE VM, we first attempt to delete it in case it already exists. This only occurs if the manager crashed
before managing to delete its resources. We create and delete a lot of instances everyday, and our managers rarely
crash. This results in an unnecessary deletion call that results in an error.
Assume an optimistic path where the manager succeeds, and attempt creation first. If creation fails, delete then create
again.
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications