| 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.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 { | 172 { |
| 173 "cmd": [ | 173 "cmd": [ |
| 174 "python", | 174 "python", |
| 175 "-u", | 175 "-u", |
| 176 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 176 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 177 "--version" | 177 "--version" |
| 178 ], | 178 ], |
| 179 "name": "swarming.py --version", | 179 "name": "swarming.py --version", |
| 180 "stdout": "/path/to/tmp/", | 180 "stdout": "/path/to/tmp/", |
| 181 "~followup_annotations": [ | 181 "~followup_annotations": [ |
| 182 "@@@STEP_TEXT@0.8.6@@@" | 182 "@@@STEP_TEXT@0.4.10@@@" |
| 183 ] | 183 ] |
| 184 }, | 184 }, |
| 185 { | 185 { |
| 186 "cmd": [ | 186 "cmd": [ |
| 187 "python", | 187 "python", |
| 188 "-u", | 188 "-u", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 189 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 190 "runhooks" | 190 "runhooks" |
| 191 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]/src", | 192 "cwd": "[SLAVE_BUILD]/src", |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 "--temp-root-dir", | 415 "--temp-root-dir", |
| 416 "[TMP_BASE]", | 416 "[TMP_BASE]", |
| 417 "--merged-test-output", | 417 "--merged-test-output", |
| 418 "/path/to/tmp/json", | 418 "/path/to/tmp/json", |
| 419 "--", | 419 "--", |
| 420 "collect", | 420 "collect", |
| 421 "--swarming", | 421 "--swarming", |
| 422 "https://chromium-swarm.appspot.com", | 422 "https://chromium-swarm.appspot.com", |
| 423 "--decorate", | 423 "--decorate", |
| 424 "--print-status-updates", | 424 "--print-status-updates", |
| 425 "--json", | 425 "--shards", |
| 426 "{\"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\"}}}" | 426 "1", |
| 427 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" |
| 427 ], | 428 ], |
| 428 "env": { | 429 "env": { |
| 429 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 430 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 430 }, | 431 }, |
| 431 "name": "browser_tests on Ubuntu-12.04", | 432 "name": "browser_tests on Ubuntu-12.04", |
| 432 "~followup_annotations": [ | 433 "~followup_annotations": [ |
| 433 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 434 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 434 ] | 435 ] |
| 435 }, | 436 }, |
| 436 { | 437 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 457 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 458 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 458 }, | 459 }, |
| 459 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" | 460 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]" |
| 460 }, | 461 }, |
| 461 { | 462 { |
| 462 "name": "$result", | 463 "name": "$result", |
| 463 "recipe_result": null, | 464 "recipe_result": null, |
| 464 "status_code": 0 | 465 "status_code": 0 |
| 465 } | 466 } |
| 466 ] | 467 ] |
| OLD | NEW |