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

Side by Side Diff: scripts/slave/recipes/syzygy/continuous.expected/full_master_client_syzygy_Syzygy_Official.json

Issue 2332193004: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "-u", 294 "-u",
295 "[SLAVE_BUILD]\\src\\syzygy\\internal\\scripts\\archive_symbols.py", 295 "[SLAVE_BUILD]\\src\\syzygy\\internal\\scripts\\archive_symbols.py",
296 "-s", 296 "-s",
297 "-b", 297 "-b",
298 "[SLAVE_BUILD]\\src\\out\\Release\\*asan_rtl.dll", 298 "[SLAVE_BUILD]\\src\\out\\Release\\*asan_rtl.dll",
299 "[SLAVE_BUILD]\\src\\out\\Release\\*client.dll" 299 "[SLAVE_BUILD]\\src\\out\\Release\\*client.dll"
300 ], 300 ],
301 "name": "upload_symbols" 301 "name": "upload_symbols"
302 }, 302 },
303 { 303 {
304 "cmd": [],
305 "name": "trigger", 304 "name": "trigger",
306 "trigger_specs": [ 305 "trigger_specs": [
307 { 306 {
308 "builder_name": "Syzygy Smoke Test", 307 "builder_name": "Syzygy Smoke Test",
309 "properties": { 308 "properties": {
310 "blamelist": [ 309 "blamelist": [
311 "cool_dev1337@chromium.org", 310 "cool_dev1337@chromium.org",
312 "hax@chromium.org" 311 "hax@chromium.org"
313 ], 312 ],
314 "revision": "0e9f25b1098271be2b096fd1c095d6d907cf86f7" 313 "revision": "0e9f25b1098271be2b096fd1c095d6d907cf86f7"
315 } 314 }
316 } 315 }
317 ], 316 ],
318 "~followup_annotations": [ 317 "~followup_annotations": [
319 "@@@STEP_TEXT@Syzygy Smoke Test@@@" 318 "@@@STEP_TEXT@Syzygy Smoke Test@@@"
320 ] 319 ]
321 }, 320 },
322 { 321 {
323 "name": "$result", 322 "name": "$result",
324 "recipe_result": null, 323 "recipe_result": null,
325 "status_code": 0 324 "status_code": 0
326 } 325 }
327 ] 326 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698