| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 { | 114 { |
| 115 "cmd": [ | 115 "cmd": [ |
| 116 "python", | 116 "python", |
| 117 "-u", | 117 "-u", |
| 118 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 118 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 119 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.chrome.json", | 119 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.chrome.json", |
| 120 "/path/to/tmp/json" | 120 "/path/to/tmp/json" |
| 121 ], | 121 ], |
| 122 "name": "read test spec", | 122 "name": "read test spec", |
| 123 "~followup_annotations": [ | 123 "~followup_annotations": [ |
| 124 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.chrome
.json@@@", |
| 124 "@@@STEP_LOG_LINE@json.output@{}@@@", | 125 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 125 "@@@STEP_LOG_END@json.output@@@" | 126 "@@@STEP_LOG_END@json.output@@@" |
| 126 ] | 127 ] |
| 127 }, | 128 }, |
| 128 { | 129 { |
| 129 "cmd": [ | 130 "cmd": [ |
| 130 "python", | 131 "python", |
| 131 "-u", | 132 "-u", |
| 132 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 133 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 133 ], | 134 ], |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "--json", | 170 "--json", |
| 170 "/path/to/tmp/json" | 171 "/path/to/tmp/json" |
| 171 ], | 172 ], |
| 172 "name": "checkdeps", | 173 "name": "checkdeps", |
| 173 "~followup_annotations": [ | 174 "~followup_annotations": [ |
| 174 "@@@STEP_LOG_LINE@json.output@[]@@@", | 175 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 175 "@@@STEP_LOG_END@json.output@@@" | 176 "@@@STEP_LOG_END@json.output@@@" |
| 176 ] | 177 ] |
| 177 } | 178 } |
| 178 ] | 179 ] |
| OLD | NEW |