| 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_ng", | 10 "linux_chromium_rel_ng", |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 "name": "analyze", | 187 "name": "analyze", |
| 188 "~followup_annotations": [ | 188 "~followup_annotations": [ |
| 189 "@@@STEP_TEXT@No compile necessary@@@", | 189 "@@@STEP_TEXT@No compile necessary@@@", |
| 190 "@@@STEP_LOG_LINE@json.output@{@@@", | 190 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 191 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 193 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 194 "@@@STEP_LOG_LINE@json.output@}@@@", | 194 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 195 "@@@STEP_LOG_END@json.output@@@" | 195 "@@@STEP_LOG_END@json.output@@@" |
| 196 ] | 196 ] |
| 197 }, |
| 198 { |
| 199 "cmd": [ |
| 200 "python", |
| 201 "-u", |
| 202 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 203 "--write-full-results-to", |
| 204 "/path/to/tmp/json" |
| 205 ], |
| 206 "name": "mojo_python_tests (with patch)" |
| 197 } | 207 } |
| 198 ] | 208 ] |
| OLD | NEW |