| 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 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 { | 161 { |
| 162 "cmd": [ | 162 "cmd": [ |
| 163 "python", | 163 "python", |
| 164 "-u", | 164 "-u", |
| 165 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 165 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 166 "--version" | 166 "--version" |
| 167 ], | 167 ], |
| 168 "name": "swarming.py --version", | 168 "name": "swarming.py --version", |
| 169 "stdout": "/path/to/tmp/", | 169 "stdout": "/path/to/tmp/", |
| 170 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 171 "@@@STEP_TEXT@0.8.6@@@" | 171 "@@@STEP_TEXT@0.4.10@@@" |
| 172 ] | 172 ] |
| 173 }, | 173 }, |
| 174 { | 174 { |
| 175 "cmd": [ | 175 "cmd": [ |
| 176 "python", | 176 "python", |
| 177 "-u", | 177 "-u", |
| 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 179 "runhooks" | 179 "runhooks" |
| 180 ], | 180 ], |
| 181 "cwd": "[SLAVE_BUILD]/src", | 181 "cwd": "[SLAVE_BUILD]/src", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 "--temp-root-dir", | 404 "--temp-root-dir", |
| 405 "[TMP_BASE]", | 405 "[TMP_BASE]", |
| 406 "--merged-test-output", | 406 "--merged-test-output", |
| 407 "/path/to/tmp/json", | 407 "/path/to/tmp/json", |
| 408 "--", | 408 "--", |
| 409 "collect", | 409 "collect", |
| 410 "--swarming", | 410 "--swarming", |
| 411 "https://chromium-swarm.appspot.com", | 411 "https://chromium-swarm.appspot.com", |
| 412 "--decorate", | 412 "--decorate", |
| 413 "--print-status-updates", | 413 "--print-status-updates", |
| 414 "--json", | 414 "--shards", |
| 415 "{\"base_task_name\": \"browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/
571\", \"tasks\": {\"browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571\": {\
"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swar
m.appspot.com/user/task/10000\"}}}" | 415 "1", |
| 416 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" |
| 416 ], | 417 ], |
| 417 "env": { | 418 "env": { |
| 418 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 419 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 419 }, | 420 }, |
| 420 "name": "browser_tests on Ubuntu-12.04", | 421 "name": "browser_tests on Ubuntu-12.04", |
| 421 "~followup_annotations": [ | 422 "~followup_annotations": [ |
| 422 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 423 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 423 ] | 424 ] |
| 424 }, | 425 }, |
| 425 { | 426 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 447 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 447 }, | 448 }, |
| 448 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" | 449 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" |
| 449 }, | 450 }, |
| 450 { | 451 { |
| 451 "name": "$result", | 452 "name": "$result", |
| 452 "recipe_result": null, | 453 "recipe_result": null, |
| 453 "status_code": 0 | 454 "status_code": 0 |
| 454 } | 455 } |
| 455 ] | 456 ] |
| OLD | NEW |