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

Unified Diff: site/dev/testing/skps.md

Issue 2103443003: Update documentation on how to download CT SKPs (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Fix Created 4 years, 6 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/testing/skps.md
diff --git a/site/dev/testing/skps.md b/site/dev/testing/skps.md
index 1fa4fc626f405b009d11bd0edb316238c84f17fe..63afb67a7eb8c39a35efb3577c40f07af6069011 100644
--- a/site/dev/testing/skps.md
+++ b/site/dev/testing/skps.md
@@ -61,7 +61,9 @@ The following will work only if you have a google.com account.
* Run in your terminal:
$ SKP\_DEST=...<br/>
- $ REPO\_TYPE=... (Either All, Mobile10k, 10k, Dummy1k)<br/>
- $ CHROMIUM\_BUILD=... (Eg: 57259e0-05dcb4c)<br/>
- $ SLAVE\_NUM=... (There are 100 available slaves)<br/>
- $ gsutil -m cp gs://cluster-telemetry/skps/${REPO\_TYPE}/${CHROMIUM\_BUILD}/slave${SLAVE\_NUM}/*.skp ${SKP\_DEST}
+ $ REPO\_TYPE=... (Either All, 100k, Mobile10k, 10k, Dummy1k)<br/>
+ $ CHROMIUM\_BUILD=... (Eg: fad657e-276e633)<br/>
+ $ gsutil -m cp gs://cluster-telemetry/swarming/skps/${REPO\_TYPE}/${CHROMIUM\_BUILD}/{1..10}/*.skp ${SKP\_DEST}
+
+* Substitute the 1 and 10 above with the start and end ranks of the SKPs you want to copy locally.
+* If you are trying to find a particular SKP. Look for it in the CSV [here](https://pantheon.corp.google.com/m/cloudstorage/b/cluster-telemetry/o/csv/top-1m.csv) and then use that rank in the copy command.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698