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