Sign in
skia
/
buildbot
/
aa61950bfba5fe2cc5afe029c0ec5b3adc6ed001
/
.
/
compute_engine_scripts
/
bugchomper
/
vm_delete_instance.sh
blob: c0a4a41b16d134728d4b78b3faba394b4f33eccb [
file
]
#!/bin/bash
#
# Deletes the compute instance for skia-bugchomper.
#
set
-
x
source vm_config
.
sh
gcloud compute instances delete \
--
project
=
$PROJECT_ID \
--
delete
-
disks
"boot"
\
--
zone
=
$ZONE \
$INSTANCE_NAME