OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "fetch" | 5 "fetch" |
6 ], | 6 ], |
7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
8 "name": "git fetch" | 8 "name": "git fetch" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 16 matching lines...) Expand all Loading... |
27 "cwd": "[SLAVE_BUILD]/skia", | 27 "cwd": "[SLAVE_BUILD]/skia", |
28 "name": "git clean" | 28 "name": "git clean" |
29 }, | 29 }, |
30 { | 30 { |
31 "cmd": [ | 31 "cmd": [ |
32 "python", | 32 "python", |
33 "-u", | 33 "-u", |
34 "RECIPE_PACKAGE[depot_tools]/gclient.py", | 34 "RECIPE_PACKAGE[depot_tools]/gclient.py", |
35 "config", | 35 "config", |
36 "--spec", | 36 "--spec", |
37 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" | 37 "cache_dir = None\ndeps_os = {'skia': 'all'}\nsolutions = [{'deps_file': '
DEPS', 'managed': True, 'name': 'skia', 'url': 'https://skia.googlesource.com/sk
ia.git'}]" |
38 ], | 38 ], |
39 "cwd": "[SLAVE_BUILD]", | 39 "cwd": "[SLAVE_BUILD]", |
40 "env": { | 40 "env": { |
41 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" | 41 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" |
42 }, | 42 }, |
43 "name": "gclient setup" | 43 "name": "gclient setup" |
44 }, | 44 }, |
45 { | 45 { |
46 "cmd": [ | 46 "cmd": [ |
47 "python", | 47 "python", |
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
472 "~followup_annotations": [ | 472 "~followup_annotations": [ |
473 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_164710_1408633190.json@@@" | 473 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_164710_1408633190.json@@@" |
474 ] | 474 ] |
475 }, | 475 }, |
476 { | 476 { |
477 "name": "$result", | 477 "name": "$result", |
478 "recipe_result": null, | 478 "recipe_result": null, |
479 "status_code": 0 | 479 "status_code": 0 |
480 } | 480 } |
481 ] | 481 ] |
OLD | NEW |