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

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

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "--git-cache-dir", 43 "--git-cache-dir",
44 "[GIT_CACHE]", 44 "[GIT_CACHE]",
45 "--output_json", 45 "--output_json",
46 "/path/to/tmp/json", 46 "/path/to/tmp/json",
47 "--revision", 47 "--revision",
48 "src@r1", 48 "src@r1",
49 "--output_manifest" 49 "--output_manifest"
50 ], 50 ],
51 "cwd": "[BUILDER_CACHE]\\win", 51 "cwd": "[BUILDER_CACHE]\\win",
52 "env": { 52 "env": {
53 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 53 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
54 }, 54 },
55 "name": "bot_update", 55 "name": "bot_update",
56 "~followup_annotations": [ 56 "~followup_annotations": [
57 "@@@STEP_TEXT@Some step text@@@", 57 "@@@STEP_TEXT@Some step text@@@",
58 "@@@STEP_LOG_LINE@json.output@{@@@", 58 "@@@STEP_LOG_LINE@json.output@{@@@",
59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 59 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", 61 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@",
62 "@@@STEP_LOG_LINE@json.output@ }, @@@", 62 "@@@STEP_LOG_LINE@json.output@ }, @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 63 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "--git-cache-dir", 330 "--git-cache-dir",
331 "[GIT_CACHE]", 331 "[GIT_CACHE]",
332 "--output_json", 332 "--output_json",
333 "/path/to/tmp/json", 333 "/path/to/tmp/json",
334 "--revision", 334 "--revision",
335 "src@r1", 335 "src@r1",
336 "--output_manifest" 336 "--output_manifest"
337 ], 337 ],
338 "cwd": "[BUILDER_CACHE]\\win", 338 "cwd": "[BUILDER_CACHE]\\win",
339 "env": { 339 "env": {
340 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 340 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
341 }, 341 },
342 "name": "test r1.bot_update", 342 "name": "test r1.bot_update",
343 "~followup_annotations": [ 343 "~followup_annotations": [
344 "@@@STEP_NEST_LEVEL@1@@@", 344 "@@@STEP_NEST_LEVEL@1@@@",
345 "@@@STEP_TEXT@Some step text@@@", 345 "@@@STEP_TEXT@Some step text@@@",
346 "@@@STEP_LOG_LINE@json.output@{@@@", 346 "@@@STEP_LOG_LINE@json.output@{@@@",
347 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 347 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
348 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 348 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
349 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", 349 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@",
350 "@@@STEP_LOG_LINE@json.output@ }, @@@", 350 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
876 "@@@STEP_LOG_END@report@@@", 876 "@@@STEP_LOG_END@report@@@",
877 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@" 877 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true} }}}@@@"
878 ] 878 ]
879 }, 879 },
880 { 880 {
881 "name": "$result", 881 "name": "$result",
882 "recipe_result": null, 882 "recipe_result": null,
883 "status_code": 0 883 "status_code": 0
884 } 884 }
885 ] 885 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698