| OLD | NEW |
| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 { | 99 { |
| 100 "cmd": [ | 100 "cmd": [ |
| 101 "python", | 101 "python", |
| 102 "-u", | 102 "-u", |
| 103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 104 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", | 104 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", |
| 105 "/path/to/tmp/json" | 105 "/path/to/tmp/json" |
| 106 ], | 106 ], |
| 107 "name": "read test spec", | 107 "name": "read test spec", |
| 108 "~followup_annotations": [ | 108 "~followup_annotations": [ |
| 109 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js
on@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@{}@@@", | 110 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 110 "@@@STEP_LOG_END@json.output@@@" | 111 "@@@STEP_LOG_END@json.output@@@" |
| 111 ] | 112 ] |
| 112 }, | 113 }, |
| 113 { | 114 { |
| 114 "cmd": [ | 115 "cmd": [ |
| 115 "python", | 116 "python", |
| 116 "-u", | 117 "-u", |
| 117 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 118 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 118 ], | 119 ], |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "cmd": [ | 227 "cmd": [ |
| 227 "python", | 228 "python", |
| 228 "-u", | 229 "-u", |
| 229 "[BUILD]\\scripts\\slave\\process_dumps.py", | 230 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 230 "--target", | 231 "--target", |
| 231 "Release" | 232 "Release" |
| 232 ], | 233 ], |
| 233 "name": "process_dumps" | 234 "name": "process_dumps" |
| 234 } | 235 } |
| 235 ] | 236 ] |
| OLD | NEW |