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

Side by Side Diff: site/dev/testing/download.md

Issue 2316113002: docs: Add instructions on how to download isolated intermediaries. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 3 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 | « site/dev/testing/Status.png ('k') | 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
(Empty)
1 Downloading Isolates
2 ====================
3
4 The intermediate and final build products from running tests are all stored in
5 [Isolate](https://github.com/luci/luci-py/blob/master/appengine/isolate/doc/Desi gn.md),
6 and can be downloaded to the desktop for inspection and debugging.
7
8 First install the client:
9
10 git clone https://github.com/luci/client-py.git
11
12 Add the checkout location to your $PATH.
13
14 To download the isolated files for a test first visit
15 the build status page and find the "isolated output" link:
16
17 <img src="Status.png" style="margin-left:30px" width=576 height=271 >
18
19
20 Follow that link to find the hash of the isolated outputs:
21
22
23 <img src="Isolate.png" style="margin-left:30px" width=451 height=301 >
24
25 Then run `isolateserver.py` with --isolated set to that hash:
26
27 $ isolateserver.py \
28 download \
29 --isolate-server=https://isolateserver.appspot.com \
30 --isolated=5b85b7c382ee2a34530e33c7db20a07515ff9481 \
31 --target=./download/
32
OLDNEW
« no previous file with comments | « site/dev/testing/Status.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698