Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/compile_skipped.json

Issue 1871583004: Revert "Remove references to crash_service, which is no longer needed." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "@@@STEP_LOG_LINE@json.output@ ]@@@", 375 "@@@STEP_LOG_LINE@json.output@ ]@@@",
376 "@@@STEP_LOG_LINE@json.output@ }@@@", 376 "@@@STEP_LOG_LINE@json.output@ }@@@",
377 "@@@STEP_LOG_LINE@json.output@}@@@", 377 "@@@STEP_LOG_LINE@json.output@}@@@",
378 "@@@STEP_LOG_END@json.output@@@" 378 "@@@STEP_LOG_END@json.output@@@"
379 ] 379 ]
380 }, 380 },
381 { 381 {
382 "cmd": [ 382 "cmd": [
383 "python", 383 "python",
384 "-u", 384 "-u",
385 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p y",
386 "--target",
387 "Release"
388 ],
389 "cwd": "[SLAVE_BUILD]",
390 "name": "test r1.start_crash_service",
391 "~followup_annotations": [
392 "@@@STEP_NEST_LEVEL@1@@@"
393 ]
394 },
395 {
396 "cmd": [
397 "python",
398 "-u",
385 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py", 399 "[SLAVE_BUILD]\\src\\testing\\scripts\\checkperms.py",
386 "--build-config-fs", 400 "--build-config-fs",
387 "Release", 401 "Release",
388 "--use-src-side-runtest-py", 402 "--use-src-side-runtest-py",
389 "--paths", 403 "--paths",
390 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 404 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
391 "--properties", 405 "--properties",
392 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}", 406 "{\"buildername\": \"win_chromium_variable\", \"buildnumber\": 1, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"build1-a1\", \"target_platf orm\": \"win\"}",
393 "run", 407 "run",
394 "--output", 408 "--output",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "@@@STEP_LOG_END@report@@@", 458 "@@@STEP_LOG_END@report@@@",
445 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}}}}@@@" 459 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}}}}@@@"
446 ] 460 ]
447 }, 461 },
448 { 462 {
449 "name": "$result", 463 "name": "$result",
450 "recipe_result": null, 464 "recipe_result": null,
451 "status_code": 0 465 "status_code": 0
452 } 466 }
453 ] 467 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698