| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 ], | 104 ], |
| 105 "cwd": "[SLAVE_BUILD]/src", | 105 "cwd": "[SLAVE_BUILD]/src", |
| 106 "name": "git diff to analyze patch", | 106 "name": "git diff to analyze patch", |
| 107 "stdout": "/path/to/tmp/" | 107 "stdout": "/path/to/tmp/" |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "cmd": [ | 110 "cmd": [ |
| 111 "python", | 111 "python", |
| 112 "-u", | 112 "-u", |
| 113 "[SLAVE_BUILD]/src/build/gyp_chromium", | 113 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 114 "--analyzer2", | 114 "--analyzer", |
| 115 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes
ts\", \"unittests\"]}", | 115 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes
ts\", \"unittests\"]}", |
| 116 "/path/to/tmp/json" | 116 "/path/to/tmp/json" |
| 117 ], | 117 ], |
| 118 "env": { | 118 "env": { |
| 119 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 119 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 120 }, | 120 }, |
| 121 "name": "analyze", | 121 "name": "analyze", |
| 122 "~followup_annotations": [ | 122 "~followup_annotations": [ |
| 123 "@@@STEP_LOG_LINE@json.output@{@@@", | 123 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 124 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 124 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 "cmd": [ | 387 "cmd": [ |
| 388 "python", | 388 "python", |
| 389 "-u", | 389 "-u", |
| 390 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 390 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 391 "--write-full-results-to", | 391 "--write-full-results-to", |
| 392 "/path/to/tmp/json" | 392 "/path/to/tmp/json" |
| 393 ], | 393 ], |
| 394 "name": "mojo_python_tests (with patch)" | 394 "name": "mojo_python_tests (with patch)" |
| 395 } | 395 } |
| 396 ] | 396 ] |
| OLD | NEW |