OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux64 - debug builder", | 10 "V8 Linux64 - debug builder", |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 "name": "compile", | 140 "name": "compile", |
141 "~followup_annotations": [ | 141 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
143 "@@@STEP_LOG_END@json.output (invalid)@@@" | 143 "@@@STEP_LOG_END@json.output (invalid)@@@" |
144 ] | 144 ] |
145 }, | 145 }, |
146 { | 146 { |
147 "cmd": [ | 147 "cmd": [ |
148 "python", | 148 "python", |
149 "-u", | 149 "-u", |
150 "RECIPE_MODULE[isolate]/resources/isolate.py", | 150 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
151 "[SLAVE_BUILD]/v8/tools/swarming_client", | 151 "[SLAVE_BUILD]/v8/tools/swarming_client", |
152 "batcharchive", | 152 "batcharchive", |
153 "--dump-json", | 153 "--dump-json", |
154 "/path/to/tmp/json", | 154 "/path/to/tmp/json", |
155 "--isolate-server", | 155 "--isolate-server", |
156 "https://isolateserver.appspot.com", | 156 "https://isolateserver.appspot.com", |
157 "--verbose", | 157 "--verbose", |
158 "[SLAVE_BUILD]/v8/out/Debug/benchmarks.isolated.gen.json", | 158 "[SLAVE_BUILD]/v8/out/Debug/benchmarks.isolated.gen.json", |
159 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", | 159 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", |
160 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", | 160 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", |
(...skipping 14 matching lines...) Expand all Loading... |
175 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 175 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
176 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
177 "@@@STEP_LOG_LINE@json.output@}@@@", | 177 "@@@STEP_LOG_LINE@json.output@}@@@", |
178 "@@@STEP_LOG_END@json.output@@@" | 178 "@@@STEP_LOG_END@json.output@@@" |
179 ] | 179 ] |
180 }, | 180 }, |
181 { | 181 { |
182 "cmd": [ | 182 "cmd": [ |
183 "python", | 183 "python", |
184 "-u", | 184 "-u", |
185 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 185 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
186 "--", | 186 "--", |
187 "[DEPOT_TOOLS]/gsutil.py", | 187 "[DEPOT_TOOLS]/gsutil.py", |
188 "----", | 188 "----", |
189 "cp", | 189 "cp", |
190 "-a", | 190 "-a", |
191 "public-read", | 191 "public-read", |
192 "{\"benchmarks\": \"[dummy hash for benchmarks]\", \"bot_default\": \"[dum
my hash for bot_default]\", \"ignition\": \"[dummy hash for ignition]\", \"mjsun
it\": \"[dummy hash for mjsunit]\", \"mozilla\": \"[dummy hash for mozilla]\", \
"simdjs\": \"[dummy hash for simdjs]\", \"test262\": \"[dummy hash for test262]\
"}", | 192 "{\"benchmarks\": \"[dummy hash for benchmarks]\", \"bot_default\": \"[dum
my hash for bot_default]\", \"ignition\": \"[dummy hash for ignition]\", \"mjsun
it\": \"[dummy hash for mjsunit]\", \"mozilla\": \"[dummy hash for mozilla]\", \
"simdjs\": \"[dummy hash for simdjs]\", \"test262\": \"[dummy hash for test262]\
"}", |
193 "gs://chromium-v8/v8-linux64-dbg/full-build-linux_f2cbea7e89a45f46819777bb
78a1f5bd0241f64c.json" | 193 "gs://chromium-v8/v8-linux64-dbg/full-build-linux_f2cbea7e89a45f46819777bb
78a1f5bd0241f64c.json" |
194 ], | 194 ], |
195 "cwd": "[SLAVE_BUILD]", | 195 "cwd": "[SLAVE_BUILD]", |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
317 "~followup_annotations": [ | 317 "~followup_annotations": [ |
318 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug -
avx2<br />V8 Linux64 - debug - greedy allocator<br />V8 Linux64 - memcheck@@@" | 318 "@@@STEP_TEXT@V8 Fuzzer<br />V8 Linux64 - debug<br />V8 Linux64 - debug -
avx2<br />V8 Linux64 - debug - greedy allocator<br />V8 Linux64 - memcheck@@@" |
319 ] | 319 ] |
320 }, | 320 }, |
321 { | 321 { |
322 "name": "$result", | 322 "name": "$result", |
323 "recipe_result": null, | 323 "recipe_result": null, |
324 "status_code": 0 | 324 "status_code": 0 |
325 } | 325 } |
326 ] | 326 ] |
OLD | NEW |