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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___debug_builder.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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "name": "compile", 129 "name": "compile",
130 "~followup_annotations": [ 130 "~followup_annotations": [
131 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 131 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
132 "@@@STEP_LOG_END@json.output (invalid)@@@" 132 "@@@STEP_LOG_END@json.output (invalid)@@@"
133 ] 133 ]
134 }, 134 },
135 { 135 {
136 "cmd": [ 136 "cmd": [
137 "python", 137 "python",
138 "-u", 138 "-u",
139 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 139 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py",
140 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", 140 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
141 "batcharchive", 141 "batcharchive",
142 "--dump-json", 142 "--dump-json",
143 "/path/to/tmp/json", 143 "/path/to/tmp/json",
144 "--isolate-server", 144 "--isolate-server",
145 "https://isolateserver.appspot.com", 145 "https://isolateserver.appspot.com",
146 "--verbose", 146 "--verbose",
147 "[SLAVE_BUILD]\\v8\\out\\Debug\\bot_default.isolated.gen.json", 147 "[SLAVE_BUILD]\\v8\\out\\Debug\\bot_default.isolated.gen.json",
148 "[SLAVE_BUILD]\\v8\\out\\Debug\\mozilla.isolated.gen.json", 148 "[SLAVE_BUILD]\\v8\\out\\Debug\\mozilla.isolated.gen.json",
149 "[SLAVE_BUILD]\\v8\\out\\Debug\\test262.isolated.gen.json" 149 "[SLAVE_BUILD]\\v8\\out\\Debug\\test262.isolated.gen.json"
150 ], 150 ],
151 "cwd": "[SLAVE_BUILD]", 151 "cwd": "[SLAVE_BUILD]",
152 "name": "isolate tests", 152 "name": "isolate tests",
153 "~followup_annotations": [ 153 "~followup_annotations": [
154 "@@@STEP_LOG_LINE@json.output@{@@@", 154 "@@@STEP_LOG_LINE@json.output@{@@@",
155 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 155 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
156 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@", 156 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
157 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@", 157 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
158 "@@@STEP_LOG_LINE@json.output@}@@@", 158 "@@@STEP_LOG_LINE@json.output@}@@@",
159 "@@@STEP_LOG_END@json.output@@@" 159 "@@@STEP_LOG_END@json.output@@@"
160 ] 160 ]
161 }, 161 },
162 { 162 {
163 "cmd": [ 163 "cmd": [
164 "python", 164 "python",
165 "-u", 165 "-u",
166 "RECIPE_MODULE[gsutil]\\resources\\gsutil_wrapper.py", 166 "RECIPE_MODULE[build.gsutil]\\resources\\gsutil_wrapper.py",
167 "--", 167 "--",
168 "[DEPOT_TOOLS]\\gsutil.py", 168 "[DEPOT_TOOLS]\\gsutil.py",
169 "----", 169 "----",
170 "cp", 170 "cp",
171 "-a", 171 "-a",
172 "public-read", 172 "public-read",
173 "{\"bot_default\": \"[dummy hash for bot_default]\", \"mozilla\": \"[dummy hash for mozilla]\", \"test262\": \"[dummy hash for test262]\"}", 173 "{\"bot_default\": \"[dummy hash for bot_default]\", \"mozilla\": \"[dummy hash for mozilla]\", \"test262\": \"[dummy hash for test262]\"}",
174 "gs://chromium-v8/v8-win32-dbg/full-build-win32_f2cbea7e89a45f46819777bb78 a1f5bd0241f64c.json" 174 "gs://chromium-v8/v8-win32-dbg/full-build-win32_f2cbea7e89a45f46819777bb78 a1f5bd0241f64c.json"
175 ], 175 ],
176 "cwd": "[SLAVE_BUILD]", 176 "cwd": "[SLAVE_BUILD]",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "~followup_annotations": [ 222 "~followup_annotations": [
223 "@@@STEP_TEXT@V8 Win32 - debug@@@" 223 "@@@STEP_TEXT@V8 Win32 - debug@@@"
224 ] 224 ]
225 }, 225 },
226 { 226 {
227 "name": "$result", 227 "name": "$result",
228 "recipe_result": null, 228 "recipe_result": null,
229 "status_code": 0 229 "status_code": 0
230 } 230 }
231 ] 231 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698