| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTMac tester", | 10 "ClangToTMac tester", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 { | 107 { |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 111 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", |
| 112 "--version" | 112 "--version" |
| 113 ], | 113 ], |
| 114 "name": "swarming.py --version", | 114 "name": "swarming.py --version", |
| 115 "stdout": "/path/to/tmp/", | 115 "stdout": "/path/to/tmp/", |
| 116 "~followup_annotations": [ | 116 "~followup_annotations": [ |
| 117 "@@@STEP_TEXT@0.8.6@@@" | 117 "@@@STEP_TEXT@0.4.10@@@" |
| 118 ] | 118 ] |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "cmd": [ | 121 "cmd": [ |
| 122 "python", | 122 "python", |
| 123 "-u", | 123 "-u", |
| 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 124 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 125 "runhooks" | 125 "runhooks" |
| 126 ], | 126 ], |
| 127 "cwd": "[SLAVE_BUILD]/src", | 127 "cwd": "[SLAVE_BUILD]/src", |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 "--temp-root-dir", | 348 "--temp-root-dir", |
| 349 "[TMP_BASE]", | 349 "[TMP_BASE]", |
| 350 "--merged-test-output", | 350 "--merged-test-output", |
| 351 "/path/to/tmp/json", | 351 "/path/to/tmp/json", |
| 352 "--", | 352 "--", |
| 353 "collect", | 353 "collect", |
| 354 "--swarming", | 354 "--swarming", |
| 355 "https://chromium-swarm.appspot.com", | 355 "https://chromium-swarm.appspot.com", |
| 356 "--decorate", | 356 "--decorate", |
| 357 "--print-status-updates", | 357 "--print-status-updates", |
| 358 "--json", | 358 "--shards", |
| 359 "{\"base_task_name\": \"browser_tests/Mac-10.9/ffffffffff/ClangToTMac test
er/571\", \"tasks\": {\"browser_tests/Mac-10.9/ffffffffff/ClangToTMac tester/571
\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https://chromiu
m-swarm.appspot.com/user/task/10000\"}}}" | 359 "1", |
| 360 "browser_tests/Mac-10.9/ffffffffff/ClangToTMac tester/571" |
| 360 ], | 361 ], |
| 361 "env": { | 362 "env": { |
| 362 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 363 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 363 }, | 364 }, |
| 364 "name": "browser_tests on Mac-10.9", | 365 "name": "browser_tests on Mac-10.9", |
| 365 "~followup_annotations": [ | 366 "~followup_annotations": [ |
| 366 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 367 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 367 ] | 368 ] |
| 368 }, | 369 }, |
| 369 { | 370 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 390 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 391 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 391 }, | 392 }, |
| 392 "name": "Upload to test-results [browser_tests on Mac-10.9]" | 393 "name": "Upload to test-results [browser_tests on Mac-10.9]" |
| 393 }, | 394 }, |
| 394 { | 395 { |
| 395 "name": "$result", | 396 "name": "$result", |
| 396 "recipe_result": null, | 397 "recipe_result": null, |
| 397 "status_code": 0 | 398 "status_code": 0 |
| 398 } | 399 } |
| 399 ] | 400 ] |
| OLD | NEW |