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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "name": "compile", 139 "name": "compile",
140 "~followup_annotations": [ 140 "~followup_annotations": [
141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
142 "@@@STEP_LOG_END@json.output (invalid)@@@" 142 "@@@STEP_LOG_END@json.output (invalid)@@@"
143 ] 143 ]
144 }, 144 },
145 { 145 {
146 "cmd": [ 146 "cmd": [
147 "python", 147 "python",
148 "-u", 148 "-u",
149 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 149 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py",
150 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", 150 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
151 "batcharchive", 151 "batcharchive",
152 "--dump-json", 152 "--dump-json",
153 "/path/to/tmp/json", 153 "/path/to/tmp/json",
154 "--isolate-server", 154 "--isolate-server",
155 "https://isolateserver.appspot.com", 155 "https://isolateserver.appspot.com",
156 "--verbose", 156 "--verbose",
157 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json", 157 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json",
158 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json" 158 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json"
159 ], 159 ],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "~followup_annotations": [ 198 "~followup_annotations": [
199 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@" 199 "@@@STEP_TEXT@v8_win64_rel_ng_triggered@@@"
200 ] 200 ]
201 }, 201 },
202 { 202 {
203 "name": "$result", 203 "name": "$result",
204 "recipe_result": null, 204 "recipe_result": null,
205 "status_code": 0 205 "status_code": 0
206 } 206 }
207 ] 207 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698