| 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.mac", | 8 "chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac10.9 Tests", | 10 "Mac10.9 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 "--temp-root-dir", | 406 "--temp-root-dir", |
| 407 "[TMP_BASE]", | 407 "[TMP_BASE]", |
| 408 "--merged-test-output", | 408 "--merged-test-output", |
| 409 "/path/to/tmp/json", | 409 "/path/to/tmp/json", |
| 410 "--", | 410 "--", |
| 411 "collect", | 411 "collect", |
| 412 "--swarming", | 412 "--swarming", |
| 413 "https://chromium-swarm.appspot.com", | 413 "https://chromium-swarm.appspot.com", |
| 414 "--decorate", | 414 "--decorate", |
| 415 "--print-status-updates", | 415 "--print-status-updates", |
| 416 "--json", | 416 "--shards", |
| 417 "{\"base_task_name\": \"browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests/57
1\", \"tasks\": {\"browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests/571\": {\"sha
rd_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromium-swarm.ap
pspot.com/user/task/10000\"}}}" | 417 "1", |
| 418 "browser_tests/Mac-10.9/ffffffffff/Mac10.9 Tests/571" |
| 418 ], | 419 ], |
| 419 "env": { | 420 "env": { |
| 420 "FORCE_MAC_TOOLCHAIN": "1", | 421 "FORCE_MAC_TOOLCHAIN": "1", |
| 421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 422 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 422 }, | 423 }, |
| 423 "name": "browser_tests on Mac-10.9", | 424 "name": "browser_tests on Mac-10.9", |
| 424 "~followup_annotations": [ | 425 "~followup_annotations": [ |
| 425 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 426 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 426 ] | 427 ] |
| 427 }, | 428 }, |
| (...skipping 22 matching lines...) Expand all Loading... |
| 450 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 451 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 451 }, | 452 }, |
| 452 "name": "Upload to test-results [browser_tests on Mac-10.9]" | 453 "name": "Upload to test-results [browser_tests on Mac-10.9]" |
| 453 }, | 454 }, |
| 454 { | 455 { |
| 455 "name": "$result", | 456 "name": "$result", |
| 456 "recipe_result": null, | 457 "recipe_result": null, |
| 457 "status_code": 0 | 458 "status_code": 0 |
| 458 } | 459 } |
| 459 ] | 460 ] |
| OLD | NEW |