| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "name": "cleanup_temp" | 8 "name": "cleanup_temp" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 ], | 123 ], |
| 124 "env": { | 124 "env": { |
| 125 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" | 125 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=x64 test_isolation_mode=prepare use_goma=1" |
| 126 }, | 126 }, |
| 127 "name": "gclient runhooks" | 127 "name": "gclient runhooks" |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "cmd": [ | 130 "cmd": [ |
| 131 "python", | 131 "python", |
| 132 "-u", | 132 "-u", |
| 133 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test
s.py", | 133 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 134 "--build-dir", | 134 "--build-dir", |
| 135 "[SLAVE_BUILD]/src/out/Debug", | 135 "[SLAVE_BUILD]/src/out/Debug", |
| 136 "--clean-isolated-files" | 136 "--clean-isolated-files" |
| 137 ], | 137 ], |
| 138 "name": "clean isolated files" | 138 "name": "clean isolated files" |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 154 "[BUILD]/goma", | 154 "[BUILD]/goma", |
| 155 "--", | 155 "--", |
| 156 "chromium_swarm_tests" | 156 "chromium_swarm_tests" |
| 157 ], | 157 ], |
| 158 "name": "compile" | 158 "name": "compile" |
| 159 }, | 159 }, |
| 160 { | 160 { |
| 161 "cmd": [ | 161 "cmd": [ |
| 162 "python", | 162 "python", |
| 163 "-u", | 163 "-u", |
| 164 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad
ata.py", | 164 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py", |
| 165 "--build-dir", | 165 "--build-dir", |
| 166 "[SLAVE_BUILD]/src/out/Debug", | 166 "[SLAVE_BUILD]/src/out/Debug", |
| 167 "--src-dir", | 167 "--src-dir", |
| 168 "[SLAVE_BUILD]/src" | 168 "[SLAVE_BUILD]/src" |
| 169 ], | 169 ], |
| 170 "cwd": "[SLAVE_BUILD]", | 170 "cwd": "[SLAVE_BUILD]", |
| 171 "name": "remove_build_metadata" | 171 "name": "remove_build_metadata" |
| 172 }, | 172 }, |
| 173 { | 173 { |
| 174 "cmd": [ | 174 "cmd": [ |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 "@@@STEP_LOG_END@json.output@@@", | 365 "@@@STEP_LOG_END@json.output@@@", |
| 366 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@", | 366 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@", |
| 367 "@@@STEP_LINK@shard #1@https://chromium-swarm-dev.appspot.com/user/task/10
100@@@" | 367 "@@@STEP_LINK@shard #1@https://chromium-swarm-dev.appspot.com/user/task/10
100@@@" |
| 368 ] | 368 ] |
| 369 }, | 369 }, |
| 370 { | 370 { |
| 371 "allow_subannotations": true, | 371 "allow_subannotations": true, |
| 372 "cmd": [ | 372 "cmd": [ |
| 373 "python", | 373 "python", |
| 374 "-u", | 374 "-u", |
| 375 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 375 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 376 "--swarming-client-dir", | 376 "--swarming-client-dir", |
| 377 "[SLAVE_BUILD]/src/tools/swarming_client", | 377 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 378 "--temp-root-dir", | 378 "--temp-root-dir", |
| 379 "[TMP_BASE]", | 379 "[TMP_BASE]", |
| 380 "--merged-test-output", | 380 "--merged-test-output", |
| 381 "/path/to/tmp/json", | 381 "/path/to/tmp/json", |
| 382 "--", | 382 "--", |
| 383 "collect", | 383 "collect", |
| 384 "--swarming", | 384 "--swarming", |
| 385 "https://chromium-swarm-dev.appspot.com", | 385 "https://chromium-swarm-dev.appspot.com", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 396 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", | 396 "@@@STEP_TEXT@<br/>failures:<br/>Test.Two<br/>@@@", |
| 397 "@@@STEP_LINK@missing shard #1@https://chromium-swarm-dev.appspot.com/user
/task/10100@@@", | 397 "@@@STEP_LINK@missing shard #1@https://chromium-swarm-dev.appspot.com/user
/task/10100@@@", |
| 398 "@@@STEP_FAILURE@@@" | 398 "@@@STEP_FAILURE@@@" |
| 399 ] | 399 ] |
| 400 }, | 400 }, |
| 401 { | 401 { |
| 402 "allow_subannotations": true, | 402 "allow_subannotations": true, |
| 403 "cmd": [ | 403 "cmd": [ |
| 404 "python", | 404 "python", |
| 405 "-u", | 405 "-u", |
| 406 "[BUILD]/scripts/slave/recipe_modules/swarming/resources/collect_gtest_tas
k.py", | 406 "RECIPE_MODULE[swarming]/resources/collect_gtest_task.py", |
| 407 "--swarming-client-dir", | 407 "--swarming-client-dir", |
| 408 "[SLAVE_BUILD]/src/tools/swarming_client", | 408 "[SLAVE_BUILD]/src/tools/swarming_client", |
| 409 "--temp-root-dir", | 409 "--temp-root-dir", |
| 410 "[TMP_BASE]", | 410 "[TMP_BASE]", |
| 411 "--merged-test-output", | 411 "--merged-test-output", |
| 412 "/path/to/tmp/json", | 412 "/path/to/tmp/json", |
| 413 "--", | 413 "--", |
| 414 "collect", | 414 "collect", |
| 415 "--swarming", | 415 "--swarming", |
| 416 "https://chromium-swarm-dev.appspot.com", | 416 "https://chromium-swarm-dev.appspot.com", |
| 417 "--decorate", | 417 "--decorate", |
| 418 "--print-status-updates", | 418 "--print-status-updates", |
| 419 "--verbose", | 419 "--verbose", |
| 420 "--shards", | 420 "--shards", |
| 421 "2", | 421 "2", |
| 422 "dummy_target_2/Ubuntu/[dummy has/TestBuilder/571" | 422 "dummy_target_2/Ubuntu/[dummy has/TestBuilder/571" |
| 423 ], | 423 ], |
| 424 "name": "dummy_target_2 on Ubuntu" | 424 "name": "dummy_target_2 on Ubuntu" |
| 425 }, | 425 }, |
| 426 { | 426 { |
| 427 "name": "$final_result", | 427 "name": "$final_result", |
| 428 "reason": "1 out of 2 aggregated steps failed. Failures: Step('dummy_target_
1 on Ubuntu') failed with return_code 1", | 428 "reason": "1 out of 2 aggregated steps failed. Failures: Step('dummy_target_
1 on Ubuntu') failed with return_code 1", |
| 429 "status_code": 1 | 429 "status_code": 1 |
| 430 } | 430 } |
| 431 ] | 431 ] |
| OLD | NEW |