OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.dart.fyi", | 8 "client.dart.fyi", |
9 "--builder", | 9 "--builder", |
10 "v8-linux-release", | 10 "v8-linux-release", |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 ] | 106 ] |
107 }, | 107 }, |
108 { | 108 { |
109 "cmd": [ | 109 "cmd": [ |
110 "python", | 110 "python", |
111 "-u", | 111 "-u", |
112 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 112 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
113 "--show-path", | 113 "--show-path", |
114 "python", | 114 "python", |
115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 116 "--gsutil-py-path", |
| 117 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
116 "--ninja-path", | 118 "--ninja-path", |
117 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 119 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
118 "--target", | 120 "--target", |
119 "Release", | 121 "Release", |
120 "--src-dir", | 122 "--src-dir", |
121 "[SLAVE_BUILD]/v8", | 123 "[SLAVE_BUILD]/v8", |
122 "--goma-cache-dir", | 124 "--goma-cache-dir", |
123 "[GOMA_CACHE]", | 125 "[GOMA_CACHE]", |
124 "--build-tool", | 126 "--build-tool", |
125 "ninja", | 127 "ninja", |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 ], | 162 ], |
161 "cwd": "[SLAVE_BUILD]", | 163 "cwd": "[SLAVE_BUILD]", |
162 "name": "package build" | 164 "name": "package build" |
163 }, | 165 }, |
164 { | 166 { |
165 "name": "$result", | 167 "name": "$result", |
166 "recipe_result": null, | 168 "recipe_result": null, |
167 "status_code": 0 | 169 "status_code": 0 |
168 } | 170 } |
169 ] | 171 ] |
OLD | NEW |