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 "chromium.perf", | 8 "chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "Android arm64 Builder", | 10 "Android arm64 Builder", |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "name": "generate_build_files" | 164 "name": "generate_build_files" |
165 }, | 165 }, |
166 { | 166 { |
167 "cmd": [ | 167 "cmd": [ |
168 "python", | 168 "python", |
169 "-u", | 169 "-u", |
170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
171 "--show-path", | 171 "--show-path", |
172 "python", | 172 "python", |
173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 174 "--gsutil-py-path", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
174 "--ninja-path", | 176 "--ninja-path", |
175 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
176 "--target", | 178 "--target", |
177 "Release", | 179 "Release", |
178 "--src-dir", | 180 "--src-dir", |
179 "[SLAVE_BUILD]/src", | 181 "[SLAVE_BUILD]/src", |
180 "--goma-cache-dir", | 182 "--goma-cache-dir", |
181 "[GOMA_CACHE]", | 183 "[GOMA_CACHE]", |
182 "--build-tool", | 184 "--build-tool", |
183 "ninja", | 185 "ninja", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 "~followup_annotations": [ | 240 "~followup_annotations": [ |
239 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" | 241 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/a
ndroid_perf_rel_arm64/full-build-linux_267739.zip@@@" |
240 ] | 242 ] |
241 }, | 243 }, |
242 { | 244 { |
243 "name": "$result", | 245 "name": "$result", |
244 "recipe_result": null, | 246 "recipe_result": null, |
245 "status_code": 0 | 247 "status_code": 0 |
246 } | 248 } |
247 ] | 249 ] |
OLD | NEW |