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