| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]/src", | 90 "cwd": "[SLAVE_BUILD]/src", |
| 91 "name": "git diff to analyze patch", | 91 "name": "git diff to analyze patch", |
| 92 "stdout": "/path/to/tmp/" | 92 "stdout": "/path/to/tmp/" |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "cmd": [ | 95 "cmd": [ |
| 96 "python", | 96 "python", |
| 97 "-u", | 97 "-u", |
| 98 "[SLAVE_BUILD]/src/build/gyp_chromium", | 98 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 99 "--analyzer2", | 99 "--analyzer", |
| 100 "{\"files\": [\"foo.cc\"], \"targets\": []}", | 100 "{\"files\": [\"foo.cc\"], \"targets\": []}", |
| 101 "/path/to/tmp/json" | 101 "/path/to/tmp/json" |
| 102 ], | 102 ], |
| 103 "env": { | 103 "env": { |
| 104 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 104 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 105 }, | 105 }, |
| 106 "name": "analyze", | 106 "name": "analyze", |
| 107 "~followup_annotations": [ | 107 "~followup_annotations": [ |
| 108 "@@@STEP_LOG_LINE@json.output@{@@@", | 108 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 109 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "cmd": [ | 294 "cmd": [ |
| 295 "python", | 295 "python", |
| 296 "-u", | 296 "-u", |
| 297 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 297 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 298 "--write-full-results-to", | 298 "--write-full-results-to", |
| 299 "/path/to/tmp/json" | 299 "/path/to/tmp/json" |
| 300 ], | 300 ], |
| 301 "name": "mojo_python_tests (with patch)" | 301 "name": "mojo_python_tests (with patch)" |
| 302 } | 302 } |
| 303 ] | 303 ] |
| OLD | NEW |