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

Side by Side 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, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Downloading SKPs 1 Downloading SKPs
2 ================ 2 ================
3 3
4 ### Contents ### 4 ### Contents ###
5 5
6 * [Overview](#overview) 6 * [Overview](#overview)
7 * [How to download SKPs](#download_skps) 7 * [How to download SKPs](#download_skps)
8 + [Buildbot SKPs (for Googlers)](#buildbot_skps_googler) 8 + [Buildbot SKPs (for Googlers)](#buildbot_skps_googler)
9 + [Buildbot SKPs (for trusted partners)](#buildbot_skps_partners) 9 + [Buildbot SKPs (for trusted partners)](#buildbot_skps_partners)
10 + [Cluster Telemetry SKPs (for Googlers)](#ct_skps_googler) 10 + [Cluster Telemetry SKPs (for Googlers)](#ct_skps_googler)
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 ### Cluster Telemetry SKPs (for Googlers) 54 ### Cluster Telemetry SKPs (for Googlers)
55 55
56 The following will work only if you have a google.com account. 56 The following will work only if you have a google.com account.
57 57
58 * Download the gsutil tool https://developers.google.com/cloud/sdk/#Quick_Start. 58 * Download the gsutil tool https://developers.google.com/cloud/sdk/#Quick_Start.
59 * Authenticate using your google.com credentials “gcloud auth login” 59 * Authenticate using your google.com credentials “gcloud auth login”
60 * Look at the SKP Repository list [here](https://ct.skia.org/lua_script/) for al l available SKPs. 60 * Look at the SKP Repository list [here](https://ct.skia.org/lua_script/) for al l available SKPs.
61 * Run in your terminal: 61 * Run in your terminal:
62 62
63 $ SKP\_DEST=...<br/> 63 $ SKP\_DEST=...<br/>
64 $ REPO\_TYPE=... (Either All, Mobile10k, 10k, Dummy1k)<br/> 64 $ REPO\_TYPE=... (Either All, 100k, Mobile10k, 10k, Dummy1k)<br/>
65 $ CHROMIUM\_BUILD=... (Eg: 57259e0-05dcb4c)<br/> 65 $ CHROMIUM\_BUILD=... (Eg: fad657e-276e633)<br/>
66 $ SLAVE\_NUM=... (There are 100 available slaves)<br/> 66 $ gsutil -m cp gs://cluster-telemetry/swarming/skps/${REPO\_TYPE}/${CHROMIUM \_BUILD}/{1..10}/*.skp ${SKP\_DEST}
67 $ gsutil -m cp gs://cluster-telemetry/skps/${REPO\_TYPE}/${CHROMIUM\_BUILD}/ slave${SLAVE\_NUM}/*.skp ${SKP\_DEST} 67
68 * Substitute the 1 and 10 above with the start and end ranks of the SKPs you wan t to copy locally.
69 * If you are trying to find a particular SKP. Look for it in the CSV [here](http s://pantheon.corp.google.com/m/cloudstorage/b/cluster-telemetry/o/csv/top-1m.csv ) and then use that rank in the copy command.
OLDNEW
« 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