| 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 - internal snapshot", | 10 "V8 Linux64 - internal snapshot", |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 "os:Ubuntu-12.04", | 222 "os:Ubuntu-12.04", |
| 223 "--tag", | 223 "--tag", |
| 224 "project:v8", | 224 "project:v8", |
| 225 "--tag", | 225 "--tag", |
| 226 "purpose:CI", | 226 "purpose:CI", |
| 227 "--tag", | 227 "--tag", |
| 228 "purpose:post-commit", | 228 "purpose:post-commit", |
| 229 "--tag", | 229 "--tag", |
| 230 "slavename:TestSlavename", | 230 "slavename:TestSlavename", |
| 231 "--tag", | 231 "--tag", |
| 232 "stepname:Check", | 232 "stepname:Check on Ubuntu-12.04", |
| 233 "--idempotent", | 233 "--idempotent", |
| 234 "[dummy hash for bot_default]", | 234 "[dummy hash for bot_default]", |
| 235 "--", | 235 "--", |
| 236 "--progress=verbose", | 236 "--progress=verbose", |
| 237 "--mode", | 237 "--mode", |
| 238 "Release", | 238 "Release", |
| 239 "--arch", | 239 "--arch", |
| 240 "x64", | 240 "x64", |
| 241 "--outdir", | 241 "--outdir", |
| 242 "out", | 242 "out", |
| 243 "--buildbot", | 243 "--buildbot", |
| 244 "--timeout=200", | 244 "--timeout=200", |
| 245 "--random-seed=-976563914", | 245 "--random-seed=-976563914", |
| 246 "bot_default", | 246 "bot_default", |
| 247 "--exhaustive-variants", | 247 "--exhaustive-variants", |
| 248 "--rerun-failures-count=2", | 248 "--rerun-failures-count=2", |
| 249 "--swarming", | 249 "--swarming", |
| 250 "--json-test-results", | 250 "--json-test-results", |
| 251 "${ISOLATED_OUTDIR}/output.json" | 251 "${ISOLATED_OUTDIR}/output.json" |
| 252 ], | 252 ], |
| 253 "cwd": "[SLAVE_BUILD]", | 253 "cwd": "[SLAVE_BUILD]", |
| 254 "name": "[trigger] Check", | 254 "name": "[trigger] Check on Ubuntu-12.04", |
| 255 "~followup_annotations": [ | 255 "~followup_annotations": [ |
| 256 "@@@STEP_LOG_LINE@json.output@{@@@", | 256 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 257 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux64 - internal snapshot/571\", @@@", | 257 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux64 - internal snapshot/571\", @@@", |
| 258 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 258 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
64 - internal snapshot/571\": {@@@", | 259 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
64 - internal snapshot/571\": {@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 260 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 261 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 262 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ }@@@", | 263 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 264 "@@@STEP_LOG_LINE@json.output@ }@@@", | 264 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 307 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 308 "@@@STEP_LOG_END@durations@@@" | 308 "@@@STEP_LOG_END@durations@@@" |
| 309 ] | 309 ] |
| 310 }, | 310 }, |
| 311 { | 311 { |
| 312 "name": "$result", | 312 "name": "$result", |
| 313 "recipe_result": null, | 313 "recipe_result": null, |
| 314 "status_code": 0 | 314 "status_code": 0 |
| 315 } | 315 } |
| 316 ] | 316 ] |
| OLD | NEW |