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 Arm - builder", | 10 "V8 Arm - builder", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 "name": "compile", | 127 "name": "compile", |
128 "~followup_annotations": [ | 128 "~followup_annotations": [ |
129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 129 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
130 "@@@STEP_LOG_END@json.output (invalid)@@@" | 130 "@@@STEP_LOG_END@json.output (invalid)@@@" |
131 ] | 131 ] |
132 }, | 132 }, |
133 { | 133 { |
134 "cmd": [ | 134 "cmd": [ |
135 "python", | 135 "python", |
136 "-u", | 136 "-u", |
137 "RECIPE_MODULE[isolate]/resources/isolate.py", | 137 "RECIPE_MODULE[build.isolate]/resources/isolate.py", |
138 "[SLAVE_BUILD]/v8/tools/swarming_client", | 138 "[SLAVE_BUILD]/v8/tools/swarming_client", |
139 "batcharchive", | 139 "batcharchive", |
140 "--dump-json", | 140 "--dump-json", |
141 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
142 "--isolate-server", | 142 "--isolate-server", |
143 "https://isolateserver.appspot.com", | 143 "https://isolateserver.appspot.com", |
144 "--verbose", | 144 "--verbose", |
145 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", | 145 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", |
146 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 146 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
147 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | 147 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", |
(...skipping 12 matching lines...) Expand all Loading... |
160 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 160 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
161 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 161 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
162 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
163 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
164 ] | 164 ] |
165 }, | 165 }, |
166 { | 166 { |
167 "cmd": [ | 167 "cmd": [ |
168 "python", | 168 "python", |
169 "-u", | 169 "-u", |
170 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 170 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
171 "--", | 171 "--", |
172 "[DEPOT_TOOLS]/gsutil.py", | 172 "[DEPOT_TOOLS]/gsutil.py", |
173 "----", | 173 "----", |
174 "cp", | 174 "cp", |
175 "-a", | 175 "-a", |
176 "public-read", | 176 "public-read", |
177 "{\"benchmarks\": \"[dummy hash for benchmarks]\", \"bot_default\": \"[dum
my hash for bot_default]\", \"ignition\": \"[dummy hash for ignition]\", \"optim
ize_for_size\": \"[dummy hash for optimize_for_size]\", \"simdjs\": \"[dummy has
h for simdjs]\", \"test262\": \"[dummy hash for test262]\"}", | 177 "{\"benchmarks\": \"[dummy hash for benchmarks]\", \"bot_default\": \"[dum
my hash for bot_default]\", \"ignition\": \"[dummy hash for ignition]\", \"optim
ize_for_size\": \"[dummy hash for optimize_for_size]\", \"simdjs\": \"[dummy has
h for simdjs]\", \"test262\": \"[dummy hash for test262]\"}", |
178 "gs://chromium-v8/v8-arm-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1
f5bd0241f64c.json" | 178 "gs://chromium-v8/v8-arm-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1
f5bd0241f64c.json" |
179 ], | 179 ], |
180 "cwd": "[SLAVE_BUILD]", | 180 "cwd": "[SLAVE_BUILD]", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 "~followup_annotations": [ | 264 "~followup_annotations": [ |
265 "@@@STEP_TEXT@v8_trigger_proxy@@@" | 265 "@@@STEP_TEXT@v8_trigger_proxy@@@" |
266 ] | 266 ] |
267 }, | 267 }, |
268 { | 268 { |
269 "name": "$result", | 269 "name": "$result", |
270 "recipe_result": null, | 270 "recipe_result": null, |
271 "status_code": 0 | 271 "status_code": 0 |
272 } | 272 } |
273 ] | 273 ] |
OLD | NEW |