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.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux64 - gcov coverage", | 10 "V8 Linux64 - gcov coverage", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "name": "lcov zero counters" | 95 "name": "lcov zero counters" |
96 }, | 96 }, |
97 { | 97 { |
98 "cmd": [ | 98 "cmd": [ |
99 "python", | 99 "python", |
100 "-u", | 100 "-u", |
101 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 101 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
102 "--show-path", | 102 "--show-path", |
103 "python", | 103 "python", |
104 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 104 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 105 "--gsutil-py-path", |
| 106 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
105 "--ninja-path", | 107 "--ninja-path", |
106 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 108 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
107 "--target", | 109 "--target", |
108 "Release", | 110 "Release", |
109 "--src-dir", | 111 "--src-dir", |
110 "[SLAVE_BUILD]/v8", | 112 "[SLAVE_BUILD]/v8", |
111 "--goma-cache-dir", | 113 "--goma-cache-dir", |
112 "[GOMA_CACHE]", | 114 "[GOMA_CACHE]", |
113 "--build-tool", | 115 "--build-tool", |
114 "ninja", | 116 "ninja", |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 "~followup_annotations": [ | 231 "~followup_annotations": [ |
230 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" | 232 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" |
231 ] | 233 ] |
232 }, | 234 }, |
233 { | 235 { |
234 "name": "$result", | 236 "name": "$result", |
235 "recipe_result": null, | 237 "recipe_result": null, |
236 "status_code": 0 | 238 "status_code": 0 |
237 } | 239 } |
238 ] | 240 ] |
OLD | NEW |