Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: compute_engine_scripts/perf/vm_delete_instance.sh

Issue 1473383002: Moved Perf to systemd and also move to using tracedb. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: compute_engine_scripts/perf/vm_delete_instance.sh
diff --git a/compute_engine_scripts/perf/vm_delete_instance.sh b/compute_engine_scripts/perf/vm_delete_instance.sh
index 392080d3903c80f1766ffa263c2dd66a95b7afb1..f0171b1e57d4a8c73f64fa308d8efc3aaeed0cb7 100755
--- a/compute_engine_scripts/perf/vm_delete_instance.sh
+++ b/compute_engine_scripts/perf/vm_delete_instance.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Deletes the compute instance for skia-perf.
+# Deletes the compute instance for skia-status.
tfarina 2015/11/26 21:01:17 skia-perf?
#
set -x
@@ -8,7 +8,6 @@ source vm_config.sh
gcloud compute instances delete \
--project=$PROJECT_ID \
- --delete-disks "all" \
+ --delete-disks "boot" \
--zone=$ZONE \
$INSTANCE_NAME
-

Powered by Google App Engine
This is Rietveld 408576698