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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "-u", 183 "-u",
184 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 184 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
185 ], 185 ],
186 "cwd": "[SLAVE_BUILD]", 186 "cwd": "[SLAVE_BUILD]",
187 "name": "cleanup_temp" 187 "name": "cleanup_temp"
188 }, 188 },
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 193 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py",
194 "--build-dir", 194 "--build-dir",
195 "[SLAVE_BUILD]\\src\\out\\Release_x64", 195 "[SLAVE_BUILD]\\src\\out\\Release_x64",
196 "--clean-isolated-files" 196 "--clean-isolated-files"
197 ], 197 ],
198 "cwd": "[SLAVE_BUILD]", 198 "cwd": "[SLAVE_BUILD]",
199 "name": "clean isolated files" 199 "name": "clean isolated files"
200 }, 200 },
201 { 201 {
202 "cmd": [ 202 "cmd": [
203 "python", 203 "python",
(...skipping 22 matching lines...) Expand all
226 "name": "compile", 226 "name": "compile",
227 "~followup_annotations": [ 227 "~followup_annotations": [
228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
229 "@@@STEP_LOG_END@json.output (invalid)@@@" 229 "@@@STEP_LOG_END@json.output (invalid)@@@"
230 ] 230 ]
231 }, 231 },
232 { 232 {
233 "cmd": [ 233 "cmd": [
234 "python", 234 "python",
235 "-u", 235 "-u",
236 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 236 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py",
237 "--build-dir", 237 "--build-dir",
238 "[SLAVE_BUILD]\\src\\out\\Release_x64", 238 "[SLAVE_BUILD]\\src\\out\\Release_x64",
239 "--src-dir", 239 "--src-dir",
240 "[SLAVE_BUILD]\\src" 240 "[SLAVE_BUILD]\\src"
241 ], 241 ],
242 "cwd": "[SLAVE_BUILD]", 242 "cwd": "[SLAVE_BUILD]",
243 "name": "remove_build_metadata" 243 "name": "remove_build_metadata"
244 }, 244 },
245 { 245 {
246 "cmd": [ 246 "cmd": [
247 "python", 247 "python",
248 "-u", 248 "-u",
249 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 249 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py",
250 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 250 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
251 "batcharchive", 251 "batcharchive",
252 "--dump-json", 252 "--dump-json",
253 "/path/to/tmp/json", 253 "/path/to/tmp/json",
254 "--isolate-server", 254 "--isolate-server",
255 "https://isolateserver.appspot.com", 255 "https://isolateserver.appspot.com",
256 "--verbose", 256 "--verbose",
257 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" 257 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json"
258 ], 258 ],
259 "cwd": "[SLAVE_BUILD]", 259 "cwd": "[SLAVE_BUILD]",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "~followup_annotations": [ 311 "~followup_annotations": [
312 "@@@STEP_TEXT@Win 7 Tests x64 (1)@@@" 312 "@@@STEP_TEXT@Win 7 Tests x64 (1)@@@"
313 ] 313 ]
314 }, 314 },
315 { 315 {
316 "name": "$result", 316 "name": "$result",
317 "recipe_result": null, 317 "recipe_result": null,
318 "status_code": 0 318 "status_code": 0
319 } 319 }
320 ] 320 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698