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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "[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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "name": "compile", 137 "name": "compile",
138 "~followup_annotations": [ 138 "~followup_annotations": [
139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
140 "@@@STEP_LOG_END@json.output (invalid)@@@" 140 "@@@STEP_LOG_END@json.output (invalid)@@@"
141 ] 141 ]
142 }, 142 },
143 { 143 {
144 "cmd": [ 144 "cmd": [
145 "python", 145 "python",
146 "-u", 146 "-u",
147 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 147 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py",
148 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", 148 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
149 "batcharchive", 149 "batcharchive",
150 "--dump-json", 150 "--dump-json",
151 "/path/to/tmp/json", 151 "/path/to/tmp/json",
152 "--isolate-server", 152 "--isolate-server",
153 "https://isolateserver.appspot.com", 153 "https://isolateserver.appspot.com",
154 "--verbose", 154 "--verbose",
155 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json" 155 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json"
156 ], 156 ],
157 "cwd": "[SLAVE_BUILD]", 157 "cwd": "[SLAVE_BUILD]",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "~followup_annotations": [ 193 "~followup_annotations": [
194 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" 194 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@"
195 ] 195 ]
196 }, 196 },
197 { 197 {
198 "name": "$result", 198 "name": "$result",
199 "recipe_result": null, 199 "recipe_result": null,
200 "status_code": 0 200 "status_code": 0
201 } 201 }
202 ] 202 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698