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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64.json

Issue 2334373002: 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", 73 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
74 "--version" 74 "--version"
75 ], 75 ],
76 "name": "swarming.py --version", 76 "name": "swarming.py --version",
77 "stdout": "/path/to/tmp/", 77 "stdout": "/path/to/tmp/",
78 "~followup_annotations": [ 78 "~followup_annotations": [
79 "@@@STEP_TEXT@0.8.6@@@" 79 "@@@STEP_TEXT@0.8.6@@@"
80 ] 80 ]
81 }, 81 },
82 { 82 {
83 "cmd": [],
84 "name": "ensure_goma" 83 "name": "ensure_goma"
85 }, 84 },
86 { 85 {
87 "cmd": [ 86 "cmd": [
88 "python", 87 "python",
89 "-u", 88 "-u",
90 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", 89 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
91 "--platform", 90 "--platform",
92 "windows-amd64", 91 "windows-amd64",
93 "--dest-directory", 92 "--dest-directory",
(...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after
1143 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 1142 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
1144 "@@@STEP_LOG_END@durations@@@" 1143 "@@@STEP_LOG_END@durations@@@"
1145 ] 1144 ]
1146 }, 1145 },
1147 { 1146 {
1148 "name": "$result", 1147 "name": "$result",
1149 "recipe_result": null, 1148 "recipe_result": null,
1150 "status_code": 0 1149 "status_code": 0
1151 } 1150 }
1152 ] 1151 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698