| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "cmd": [ | 202 "cmd": [ |
| 202 "python", | 203 "python", |
| 203 "-u", | 204 "-u", |
| 204 "[BUILD]\\scripts\\slave\\process_dumps.py", | 205 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 205 "--target", | 206 "--target", |
| 206 "Release_x64" | 207 "Release_x64" |
| 207 ], | 208 ], |
| 208 "name": "process_dumps" | 209 "name": "process_dumps" |
| 209 } | 210 } |
| 210 ] | 211 ] |
| OLD | NEW |