aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/testing
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-07-22 08:31:07 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-22 08:31:07 -0700
commit1543487fc642b443283ace3fa37e6597cd89061f (patch)
tree0f1780a685770b0fc9e98b3b46ca444b440bc18c /site/dev/testing
parentd01a8f470f43b50feb26cc73db89809e292feee2 (diff)
Change SKPs to new asset management format
Diffstat (limited to 'site/dev/testing')
-rw-r--r--site/dev/testing/skps.md13
1 files changed, 4 insertions, 9 deletions
diff --git a/site/dev/testing/skps.md b/site/dev/testing/skps.md
index 63afb67a7e..716f1c68d8 100644
--- a/site/dev/testing/skps.md
+++ b/site/dev/testing/skps.md
@@ -31,16 +31,11 @@ How to download SKPs
The following will work only if you have a google.com account.
-All buildbot SKP files created by the RecreateSKPs bot are available in the Google Storage bucket gs://chromium-skia-gm, they can be copied over to your local directory like this:
+All buildbot SKP files created by the RecreateSKPs bot are available via the asset management scripts:
-* Download the gsutil tool https://developers.google.com/cloud/sdk/#Quick_Start.
-* Authenticate using your google.com credentials “gcloud auth login”
-* Get the current SKP version from https://skia.googlesource.com/skia/+/master/SKP_VERSION.
-* Run in your terminal:
-
- $ SKP\_VERSION=...<br/>
- $ SKP\_DEST=...<br/>
- $ gsutil -m cp gs://chromium-skia-gm/playback\_${SKP\_VERSION}/skps/*.skp ${SKP\_DEST}
+ $ download_from_google_storage -s infra/bots/tools/luci-go/${PLATFORM}/cipd.sha1 --bucket chromium-luci
+ $ infra/bots/tools/luci-go/${PLATFORM}/cipd auth-login
+ $ infra/bots/assets/skp/download.py -t ${TARGET_DIR}
<a name="buildbot_skps_partners"></a>