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 - builder", | 10 "V8 Linux64 - 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/Release/benchmarks.isolated.gen.json", | 158 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", |
159 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 159 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
160 "[SLAVE_BUILD]/v8/out/Release/check-static-initializers.isolated.gen.json"
, | 160 "[SLAVE_BUILD]/v8/out/Release/check-static-initializers.isolated.gen.json"
, |
(...skipping 18 matching lines...) Expand all Loading... |
179 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 179 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
180 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
181 "@@@STEP_LOG_LINE@json.output@}@@@", | 181 "@@@STEP_LOG_LINE@json.output@}@@@", |
182 "@@@STEP_LOG_END@json.output@@@" | 182 "@@@STEP_LOG_END@json.output@@@" |
183 ] | 183 ] |
184 }, | 184 }, |
185 { | 185 { |
186 "cmd": [ | 186 "cmd": [ |
187 "python", | 187 "python", |
188 "-u", | 188 "-u", |
189 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 189 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
190 "--", | 190 "--", |
191 "[DEPOT_TOOLS]/gsutil.py", | 191 "[DEPOT_TOOLS]/gsutil.py", |
192 "----", | 192 "----", |
193 "cp", | 193 "cp", |
194 "-a", | 194 "-a", |
195 "public-read", | 195 "public-read", |
196 "{\"benchmarks\": \"[dummy hash for benchmarks]\", \"bot_default\": \"[dum
my hash for bot_default]\", \"check-static-initializers\": \"[dummy hash for che
ck-static-initializers]\", \"ignition\": \"[dummy hash for ignition]\", \"mjsuni
t\": \"[dummy hash for mjsunit]\", \"mozilla\": \"[dummy hash for mozilla]\", \"
optimize_for_size\": \"[dummy hash for optimize_for_size]\", \"simdjs\": \"[dumm
y hash for simdjs]\", \"test262\": \"[dummy hash for test262]\"}", | 196 "{\"benchmarks\": \"[dummy hash for benchmarks]\", \"bot_default\": \"[dum
my hash for bot_default]\", \"check-static-initializers\": \"[dummy hash for che
ck-static-initializers]\", \"ignition\": \"[dummy hash for ignition]\", \"mjsuni
t\": \"[dummy hash for mjsunit]\", \"mozilla\": \"[dummy hash for mozilla]\", \"
optimize_for_size\": \"[dummy hash for optimize_for_size]\", \"simdjs\": \"[dumm
y hash for simdjs]\", \"test262\": \"[dummy hash for test262]\"}", |
197 "gs://chromium-v8/v8-linux64-rel/full-build-linux_f2cbea7e89a45f46819777bb
78a1f5bd0241f64c.json" | 197 "gs://chromium-v8/v8-linux64-rel/full-build-linux_f2cbea7e89a45f46819777bb
78a1f5bd0241f64c.json" |
198 ], | 198 ], |
199 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 "~followup_annotations": [ | 309 "~followup_annotations": [ |
310 "@@@STEP_TEXT@v8_trigger_proxy@@@" | 310 "@@@STEP_TEXT@v8_trigger_proxy@@@" |
311 ] | 311 ] |
312 }, | 312 }, |
313 { | 313 { |
314 "name": "$result", | 314 "name": "$result", |
315 "recipe_result": null, | 315 "recipe_result": null, |
316 "status_code": 0 | 316 "status_code": 0 |
317 } | 317 } |
318 ] | 318 ] |
OLD | NEW |