| 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", | 8 "tryserver.chromium", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel", | 10 "linux_chromium_rel", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "cmd": [ | 69 "cmd": [ |
| 70 "python", | 70 "python", |
| 71 "-u", | 71 "-u", |
| 72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 73 "[SLAVE_BUILD]/src/testing/buildbot/chromium_trybot.json", | 73 "[SLAVE_BUILD]/src/testing/buildbot/chromium_trybot.json", |
| 74 "/path/to/tmp/json" | 74 "/path/to/tmp/json" |
| 75 ], | 75 ], |
| 76 "name": "read test spec", | 76 "name": "read test spec", |
| 77 "~followup_annotations": [ | 77 "~followup_annotations": [ |
| 78 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", | 78 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@{@@@", | 79 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ \"filter_builders\": [@@@", | |
| 81 "@@@STEP_LOG_LINE@json.output@ \"linux_chromium_rel\"@@@", | |
| 82 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 83 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 84 "@@@STEP_LOG_END@json.output@@@" | 80 "@@@STEP_LOG_END@json.output@@@" |
| 85 ] | 81 ] |
| 86 }, | 82 }, |
| 87 { | 83 { |
| 88 "cmd": [ | 84 "cmd": [ |
| 89 "git", | 85 "git", |
| 90 "diff", | 86 "diff", |
| 91 "--cached", | 87 "--cached", |
| 92 "--name-only" | 88 "--name-only" |
| 93 ], | 89 ], |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "cmd": [ | 280 "cmd": [ |
| 285 "python", | 281 "python", |
| 286 "-u", | 282 "-u", |
| 287 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 283 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 288 "--write-full-results-to", | 284 "--write-full-results-to", |
| 289 "/path/to/tmp/json" | 285 "/path/to/tmp/json" |
| 290 ], | 286 ], |
| 291 "name": "mojo_python_tests (with patch)" | 287 "name": "mojo_python_tests (with patch)" |
| 292 } | 288 } |
| 293 ] | 289 ] |
| OLD | NEW |