OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
7 "config", | 7 "config", |
8 "--spec", | 8 "--spec", |
9 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesour
ce.com/crashpad/crashpad.git'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/cra
shpad.git'}]" |
10 ], | 10 ], |
| 11 "cwd": "[SLAVE_BUILD]", |
11 "env": { | 12 "env": { |
12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
13 }, | 14 }, |
14 "name": "gclient setup" | 15 "name": "gclient setup" |
15 }, | 16 }, |
16 { | 17 { |
17 "cmd": [ | 18 "cmd": [ |
18 "python", | 19 "python", |
19 "-u", | 20 "-u", |
20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
21 "sync", | 22 "sync", |
22 "--nohooks", | 23 "--nohooks", |
23 "--force", | 24 "--force", |
24 "--verbose", | 25 "--verbose", |
25 "--delete_unversioned_trees", | 26 "--delete_unversioned_trees", |
26 "--output-json", | 27 "--output-json", |
27 "/path/to/tmp/json" | 28 "/path/to/tmp/json" |
28 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
29 "env": { | 31 "env": { |
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
31 }, | 33 }, |
32 "name": "gclient sync", | 34 "name": "gclient sync", |
33 "~followup_annotations": [ | 35 "~followup_annotations": [ |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@", |
38 "@@@STEP_LOG_LINE@json.output@ }@@@", | 40 "@@@STEP_LOG_LINE@json.output@ }@@@", |
39 "@@@STEP_LOG_LINE@json.output@ }@@@", | 41 "@@@STEP_LOG_LINE@json.output@ }@@@", |
40 "@@@STEP_LOG_LINE@json.output@}@@@", | 42 "@@@STEP_LOG_LINE@json.output@}@@@", |
41 "@@@STEP_LOG_END@json.output@@@" | 43 "@@@STEP_LOG_END@json.output@@@" |
42 ] | 44 ] |
43 }, | 45 }, |
44 { | 46 { |
45 "cmd": [ | 47 "cmd": [ |
46 "python", | 48 "python", |
47 "-u", | 49 "-u", |
48 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 50 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
49 "runhooks" | 51 "runhooks" |
50 ], | 52 ], |
| 53 "cwd": "[SLAVE_BUILD]", |
51 "env": { | 54 "env": { |
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 55 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
53 }, | 56 }, |
54 "name": "gclient runhooks" | 57 "name": "gclient runhooks" |
55 }, | 58 }, |
56 { | 59 { |
57 "cmd": [ | 60 "cmd": [ |
58 "ninja", | 61 "ninja", |
59 "-C", | 62 "-C", |
60 "[CWD]/crashpad/out/Release" | 63 "[SLAVE_BUILD]/crashpad/out/Release" |
61 ], | 64 ], |
| 65 "cwd": "[SLAVE_BUILD]", |
62 "name": "compile with ninja" | 66 "name": "compile with ninja" |
63 }, | 67 }, |
64 { | 68 { |
65 "cmd": [ | 69 "cmd": [ |
66 "ninja", | 70 "ninja", |
67 "-C", | 71 "-C", |
68 "[CWD]/crashpad/out/Release_x64" | 72 "[SLAVE_BUILD]/crashpad/out/Release_x64" |
69 ], | 73 ], |
| 74 "cwd": "[SLAVE_BUILD]", |
70 "name": "compile with ninja (2)" | 75 "name": "compile with ninja (2)" |
71 }, | 76 }, |
72 { | 77 { |
73 "cmd": [ | 78 "cmd": [ |
74 "python", | 79 "python", |
75 "-u", | 80 "-u", |
76 "[CWD]/crashpad/build/run_tests.py", | 81 "[SLAVE_BUILD]/crashpad/build/run_tests.py", |
77 "Release_x64" | 82 "Release_x64" |
78 ], | 83 ], |
| 84 "cwd": "[SLAVE_BUILD]", |
79 "name": "run tests" | 85 "name": "run tests" |
80 }, | 86 }, |
81 { | 87 { |
82 "name": "$result", | 88 "name": "$result", |
83 "recipe_result": null, | 89 "recipe_result": null, |
84 "status_code": 0 | 90 "status_code": 0 |
85 } | 91 } |
86 ] | 92 ] |
OLD | NEW |