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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_angle_win_angle_x64_rel_ng.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "--output_json", 51 "--output_json",
52 "/path/to/tmp/json", 52 "/path/to/tmp/json",
53 "--revision", 53 "--revision",
54 "src@HEAD", 54 "src@HEAD",
55 "--revision", 55 "--revision",
56 "src/third_party/angle@HEAD", 56 "src/third_party/angle@HEAD",
57 "--output_manifest" 57 "--output_manifest"
58 ], 58 ],
59 "cwd": "[BUILDER_CACHE]\\win", 59 "cwd": "[BUILDER_CACHE]\\win",
60 "env": { 60 "env": {
61 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 61 "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
62 }, 62 },
63 "name": "bot_update", 63 "name": "bot_update",
64 "~followup_annotations": [ 64 "~followup_annotations": [
65 "@@@STEP_TEXT@Some step text@@@", 65 "@@@STEP_TEXT@Some step text@@@",
66 "@@@STEP_LOG_LINE@json.output@{@@@", 66 "@@@STEP_LOG_LINE@json.output@{@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 67 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
68 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 68 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", 69 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
70 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": \"HEAD\"@@@", 70 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": \"HEAD\"@@@",
71 "@@@STEP_LOG_LINE@json.output@ }, @@@", 71 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "import sys; sys.exit(0)" 340 "import sys; sys.exit(0)"
341 ], 341 ],
342 "name": "mark: before_tests" 342 "name": "mark: before_tests"
343 }, 343 },
344 { 344 {
345 "name": "$result", 345 "name": "$result",
346 "recipe_result": null, 346 "recipe_result": null,
347 "status_code": 0 347 "status_code": 0
348 } 348 }
349 ] 349 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698