| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Tests", | 10 "Linux Tests", |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 "--build-number", | 211 "--build-number", |
| 212 "571" | 212 "571" |
| 213 ], | 213 ], |
| 214 "cwd": "[SLAVE_BUILD]", | 214 "cwd": "[SLAVE_BUILD]", |
| 215 "name": "extract build" | 215 "name": "extract build" |
| 216 }, | 216 }, |
| 217 { | 217 { |
| 218 "cmd": [ | 218 "cmd": [ |
| 219 "python", | 219 "python", |
| 220 "-u", | 220 "-u", |
| 221 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 221 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py", |
| 222 "--build-dir", | 222 "--build-dir", |
| 223 "[SLAVE_BUILD]/src/out/Release", | 223 "[SLAVE_BUILD]/src/out/Release", |
| 224 "--output-json", | 224 "--output-json", |
| 225 "/path/to/tmp/json" | 225 "/path/to/tmp/json" |
| 226 ], | 226 ], |
| 227 "cwd": "[SLAVE_BUILD]", | 227 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "find isolated tests", | 228 "name": "find isolated tests", |
| 229 "~followup_annotations": [ | 229 "~followup_annotations": [ |
| 230 "@@@STEP_LOG_LINE@json.output@{@@@", | 230 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 231 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 231 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "@@@STEP_LOG_LINE@json.output@}@@@", | 313 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 314 "@@@STEP_LOG_END@json.output@@@", | 314 "@@@STEP_LOG_END@json.output@@@", |
| 315 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 315 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 316 ] | 316 ] |
| 317 }, | 317 }, |
| 318 { | 318 { |
| 319 "allow_subannotations": true, | 319 "allow_subannotations": true, |
| 320 "cmd": [ | 320 "cmd": [ |
| 321 "python", | 321 "python", |
| 322 "-u", | 322 "-u", |
| 323 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", | 323 "RECIPE_MODULE[build.swarming]/resources/collect_gtest_task.py", |
| 324 "--swarming-client-dir", | 324 "--swarming-client-dir", |
| 325 "[SLAVE_BUILD]/src/tools/swarming_client", | 325 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 326 "--temp-root-dir", | 326 "--temp-root-dir", |
| 327 "[TMP_BASE]", | 327 "[TMP_BASE]", |
| 328 "--merged-test-output", | 328 "--merged-test-output", |
| 329 "/path/to/tmp/json", | 329 "/path/to/tmp/json", |
| 330 "--", | 330 "--", |
| 331 "collect", | 331 "collect", |
| 332 "--swarming", | 332 "--swarming", |
| 333 "https://chromium-swarm.appspot.com", | 333 "https://chromium-swarm.appspot.com", |
| 334 "--decorate", | 334 "--decorate", |
| 335 "--print-status-updates", | 335 "--print-status-updates", |
| 336 "--shards", | 336 "--shards", |
| 337 "1", | 337 "1", |
| 338 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" | 338 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests/571" |
| 339 ], | 339 ], |
| 340 "cwd": "[SLAVE_BUILD]", | 340 "cwd": "[SLAVE_BUILD]", |
| 341 "name": "browser_tests", | 341 "name": "browser_tests", |
| 342 "~followup_annotations": [ | 342 "~followup_annotations": [ |
| 343 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 343 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 344 ] | 344 ] |
| 345 }, | 345 }, |
| 346 { | 346 { |
| 347 "cmd": [ | 347 "cmd": [ |
| 348 "python", | 348 "python", |
| 349 "-u", | 349 "-u", |
| 350 "RECIPE_MODULE[test_results]/resources/upload_gtest_test_results.py", | 350 "RECIPE_MODULE[build.test_results]/resources/upload_gtest_test_results.py"
, |
| 351 "--input-gtest-json", | 351 "--input-gtest-json", |
| 352 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, | 352 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s
warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}"
, |
| 353 "--master-name", | 353 "--master-name", |
| 354 "chromium.linux", | 354 "chromium.linux", |
| 355 "--builder-name", | 355 "--builder-name", |
| 356 "Linux Tests", | 356 "Linux Tests", |
| 357 "--build-number", | 357 "--build-number", |
| 358 "571", | 358 "571", |
| 359 "--test-type", | 359 "--test-type", |
| 360 "browser_tests", | 360 "browser_tests", |
| 361 "--test-results-server", | 361 "--test-results-server", |
| 362 "test-results.appspot.com", | 362 "test-results.appspot.com", |
| 363 "--chrome-revision", | 363 "--chrome-revision", |
| 364 "170242" | 364 "170242" |
| 365 ], | 365 ], |
| 366 "cwd": "[SLAVE_BUILD]", | 366 "cwd": "[SLAVE_BUILD]", |
| 367 "name": "Upload to test-results [browser_tests]" | 367 "name": "Upload to test-results [browser_tests]" |
| 368 }, | 368 }, |
| 369 { | 369 { |
| 370 "name": "$result", | 370 "name": "$result", |
| 371 "recipe_result": null, | 371 "recipe_result": null, |
| 372 "status_code": 0 | 372 "status_code": 0 |
| 373 } | 373 } |
| 374 ] | 374 ] |
| OLD | NEW |