OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 "--build-number", | 218 "--build-number", |
219 "571" | 219 "571" |
220 ], | 220 ], |
221 "cwd": "[SLAVE_BUILD]", | 221 "cwd": "[SLAVE_BUILD]", |
222 "name": "extract build" | 222 "name": "extract build" |
223 }, | 223 }, |
224 { | 224 { |
225 "cmd": [ | 225 "cmd": [ |
226 "python", | 226 "python", |
227 "-u", | 227 "-u", |
228 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 228 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
229 "--build-dir", | 229 "--build-dir", |
230 "[SLAVE_BUILD]\\src\\out\\Release", | 230 "[SLAVE_BUILD]\\src\\out\\Release", |
231 "--output-json", | 231 "--output-json", |
232 "/path/to/tmp/json" | 232 "/path/to/tmp/json" |
233 ], | 233 ], |
234 "cwd": "[SLAVE_BUILD]", | 234 "cwd": "[SLAVE_BUILD]", |
235 "name": "find isolated tests", | 235 "name": "find isolated tests", |
236 "~followup_annotations": [ | 236 "~followup_annotations": [ |
237 "@@@STEP_LOG_LINE@json.output@{@@@", | 237 "@@@STEP_LOG_LINE@json.output@{@@@", |
238 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 "/path/to/tmp/json" | 349 "/path/to/tmp/json" |
350 ], | 350 ], |
351 "cwd": "[SLAVE_BUILD]", | 351 "cwd": "[SLAVE_BUILD]", |
352 "name": "test_installer" | 352 "name": "test_installer" |
353 }, | 353 }, |
354 { | 354 { |
355 "allow_subannotations": true, | 355 "allow_subannotations": true, |
356 "cmd": [ | 356 "cmd": [ |
357 "python", | 357 "python", |
358 "-u", | 358 "-u", |
359 "RECIPE_MODULE[swarming]\\resources\\collect_gtest_task.py", | 359 "RECIPE_MODULE[build.swarming]\\resources\\collect_gtest_task.py", |
360 "--swarming-client-dir", | 360 "--swarming-client-dir", |
361 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 361 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
362 "--temp-root-dir", | 362 "--temp-root-dir", |
363 "[TMP_BASE]", | 363 "[TMP_BASE]", |
364 "--merged-test-output", | 364 "--merged-test-output", |
365 "/path/to/tmp/json", | 365 "/path/to/tmp/json", |
366 "--", | 366 "--", |
367 "collect", | 367 "collect", |
368 "--swarming", | 368 "--swarming", |
369 "https://chromium-swarm.appspot.com", | 369 "https://chromium-swarm.appspot.com", |
370 "--decorate", | 370 "--decorate", |
371 "--print-status-updates", | 371 "--print-status-updates", |
372 "--shards", | 372 "--shards", |
373 "1", | 373 "1", |
374 "browser_tests/Windows-10-SP0/ffffffffff/Win10 Tests (1)/571" | 374 "browser_tests/Windows-10-SP0/ffffffffff/Win10 Tests (1)/571" |
375 ], | 375 ], |
376 "cwd": "[SLAVE_BUILD]", | 376 "cwd": "[SLAVE_BUILD]", |
377 "name": "browser_tests on Windows-10-SP0", | 377 "name": "browser_tests on Windows-10-SP0", |
378 "~followup_annotations": [ | 378 "~followup_annotations": [ |
379 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 379 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
380 ] | 380 ] |
381 }, | 381 }, |
382 { | 382 { |
383 "cmd": [ | 383 "cmd": [ |
384 "python", | 384 "python", |
385 "-u", | 385 "-u", |
386 "RECIPE_MODULE[test_results]\\resources\\upload_gtest_test_results.py", | 386 "RECIPE_MODULE[build.test_results]\\resources\\upload_gtest_test_results.p
y", |
387 "--input-gtest-json", | 387 "--input-gtest-json", |
388 "{\"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\"}}]}}"
, | 388 "{\"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\"}}]}}"
, |
389 "--master-name", | 389 "--master-name", |
390 "chromium.fyi", | 390 "chromium.fyi", |
391 "--builder-name", | 391 "--builder-name", |
392 "Win10 Tests (1)", | 392 "Win10 Tests (1)", |
393 "--build-number", | 393 "--build-number", |
394 "571", | 394 "571", |
395 "--test-type", | 395 "--test-type", |
396 "browser_tests on Windows-10-SP0", | 396 "browser_tests on Windows-10-SP0", |
(...skipping 15 matching lines...) Expand all Loading... |
412 ], | 412 ], |
413 "cwd": "[SLAVE_BUILD]", | 413 "cwd": "[SLAVE_BUILD]", |
414 "name": "process_dumps" | 414 "name": "process_dumps" |
415 }, | 415 }, |
416 { | 416 { |
417 "name": "$result", | 417 "name": "$result", |
418 "recipe_result": null, | 418 "recipe_result": null, |
419 "status_code": 0 | 419 "status_code": 0 |
420 } | 420 } |
421 ] | 421 ] |
OLD | NEW |