| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel", | 10 "linux_chromium_rel", |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 "name": "analyze", | 142 "name": "analyze", |
| 143 "~followup_annotations": [ | 143 "~followup_annotations": [ |
| 144 "@@@STEP_TEXT@No compile necessary@@@", | 144 "@@@STEP_TEXT@No compile necessary@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@{@@@", | 145 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 147 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@}@@@", | 149 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 151 ] |
| 152 }, |
| 153 { |
| 154 "cmd": [ |
| 155 "python", |
| 156 "-u", |
| 157 "[SLAVE_BUILD]/src/testing/scripts/checkdeps.py", |
| 158 "run", |
| 159 "--output", |
| 160 "/path/to/tmp/json" |
| 161 ], |
| 162 "name": "checkdeps (with patch)", |
| 163 "~followup_annotations": [ |
| 164 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 165 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 167 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 168 "@@@STEP_LOG_END@json.output@@@" |
| 169 ] |
| 170 }, |
| 171 { |
| 172 "cmd": [ |
| 173 "python", |
| 174 "-u", |
| 175 "[SLAVE_BUILD]/src/tools/checkperms/checkperms.py", |
| 176 "--root", |
| 177 "[SLAVE_BUILD]/src", |
| 178 "--json", |
| 179 "/path/to/tmp/json" |
| 180 ], |
| 181 "name": "checkperms (with patch)", |
| 182 "~followup_annotations": [ |
| 183 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 184 "@@@STEP_LOG_END@json.output@@@" |
| 185 ] |
| 186 }, |
| 187 { |
| 188 "cmd": [ |
| 189 "python", |
| 190 "-u", |
| 191 "[SLAVE_BUILD]/src/tools/checklicenses/checklicenses.py", |
| 192 "--root", |
| 193 "[SLAVE_BUILD]/src", |
| 194 "--json", |
| 195 "/path/to/tmp/json" |
| 196 ], |
| 197 "name": "checklicenses (with patch)", |
| 198 "~followup_annotations": [ |
| 199 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 200 "@@@STEP_LOG_END@json.output@@@" |
| 201 ] |
| 202 }, |
| 203 { |
| 204 "cmd": [ |
| 205 "python", |
| 206 "-u", |
| 207 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 208 "--write-full-results-to", |
| 209 "/path/to/tmp/json" |
| 210 ], |
| 211 "name": "mojo_python_tests (with patch)" |
| 152 } | 212 } |
| 153 ] | 213 ] |
| OLD | NEW |