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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@", 246 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path .isdir(sys.argv[1]):@@@",
247 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", 247 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@",
248 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@", 248 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@ @@",
249 "@@@STEP_LOG_END@python.inline@@@" 249 "@@@STEP_LOG_END@python.inline@@@"
250 ] 250 ]
251 }, 251 },
252 { 252 {
253 "cmd": [ 253 "cmd": [
254 "python", 254 "python",
255 "-u", 255 "-u",
256 "RECIPE_MODULE[archive]\\resources\\zip_archive.py", 256 "RECIPE_MODULE[build.archive]\\resources\\zip_archive.py",
257 "[SLAVE_BUILD]\\chrome_staging", 257 "[SLAVE_BUILD]\\chrome_staging",
258 "syzyasan-win32-release-v8-component-43426", 258 "syzyasan-win32-release-v8-component-43426",
259 "[\"file 1\", \"file 2\"]", 259 "[\"file 1\", \"file 2\"]",
260 "[SLAVE_BUILD]\\src\\out\\Release" 260 "[SLAVE_BUILD]\\src\\out\\Release"
261 ], 261 ],
262 "cwd": "[SLAVE_BUILD]", 262 "cwd": "[SLAVE_BUILD]",
263 "name": "zipping" 263 "name": "zipping"
264 }, 264 },
265 { 265 {
266 "cmd": [ 266 "cmd": [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 302 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
303 "@@@STEP_LOG_END@python.inline@@@" 303 "@@@STEP_LOG_END@python.inline@@@"
304 ] 304 ]
305 }, 305 },
306 { 306 {
307 "name": "$result", 307 "name": "$result",
308 "recipe_result": null, 308 "recipe_result": null,
309 "status_code": 0 309 "status_code": 0
310 } 310 }
311 ] 311 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698