| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 "cmd": [ | 177 "cmd": [ |
| 177 "python", | 178 "python", |
| 178 "-u", | 179 "-u", |
| 179 "[BUILD]\\scripts\\slave\\process_dumps.py", | 180 "[BUILD]\\scripts\\slave\\process_dumps.py", |
| 180 "--target", | 181 "--target", |
| 181 "Debug" | 182 "Debug" |
| 182 ], | 183 ], |
| 183 "name": "process_dumps" | 184 "name": "process_dumps" |
| 184 } | 185 } |
| 185 ] | 186 ] |
| OLD | NEW |