| 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 "android_dbg_tests_recipe", | 10 "android_dbg_tests_recipe", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 "cwd": "[SLAVE_BUILD]/src", | 133 "cwd": "[SLAVE_BUILD]/src", |
| 134 "name": "git diff to analyze patch", | 134 "name": "git diff to analyze patch", |
| 135 "stdout": "/path/to/tmp/" | 135 "stdout": "/path/to/tmp/" |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "cmd": [ | 138 "cmd": [ |
| 139 "python", | 139 "python", |
| 140 "-u", | 140 "-u", |
| 141 "[SLAVE_BUILD]/src/build/gyp_chromium", | 141 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 142 "--analyzer", | 142 "--analyzer", |
| 143 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_test_apk\", \"c
hrome_shell_test_apk\", \"content_shell_test_apk\", \"chrome_sync_shell_test_apk
\", \"android_webview_unittests\", \"base_unittests\", \"breakpad_unittests\", \
"cc_unittests\", \"components_unittests\", \"content_browsertests\", \"content_u
nittests\", \"events_unittests\", \"gl_tests\", \"gpu_unittests\", \"ipc_tests\"
, \"media_unittests\", \"net_unittests\", \"sandbox_linux_unittests\", \"sql_uni
ttests\", \"sync_unit_tests\", \"ui_android_unittests\", \"ui_base_unittests\",
\"ui_touch_selection_unittests\", \"unit_tests\", \"junit_unit_tests\"]}", | 143 "{\"files\": [\"foo.cc\"], \"targets\": [\"android_webview_test_apk\", \"c
hrome_shell_test_apk\", \"content_shell_test_apk\", \"chrome_sync_shell_test_apk
\", \"android_webview_unittests\", \"base_unittests\", \"breakpad_unittests\", \
"cc_unittests\", \"components_unittests\", \"content_browsertests\", \"content_u
nittests\", \"events_unittests\", \"gl_tests\", \"gpu_unittests\", \"ipc_tests\"
, \"media_unittests\", \"net_unittests\", \"sandbox_linux_unittests\", \"skia_un
ittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_android_unittests\", \"u
i_base_unittests\", \"ui_touch_selection_unittests\", \"unit_tests\", \"junit_un
it_tests\"]}", |
| 144 "/path/to/tmp/json" | 144 "/path/to/tmp/json" |
| 145 ], | 145 ], |
| 146 "env": { | 146 "env": { |
| 147 "GYP_CROSSCOMPILE": "1", | 147 "GYP_CROSSCOMPILE": "1", |
| 148 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1" | 148 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1" |
| 149 }, | 149 }, |
| 150 "name": "analyze", | 150 "name": "analyze", |
| 151 "~followup_annotations": [ | 151 "~followup_annotations": [ |
| 152 "@@@STEP_TEXT@No compile necessary@@@", | 152 "@@@STEP_TEXT@No compile necessary@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@{@@@", | 153 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No compile necessary\"@@@", | 154 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No compile necessary\"@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@}@@@", | 155 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 156 "@@@STEP_LOG_END@json.output@@@" | 156 "@@@STEP_LOG_END@json.output@@@" |
| 157 ] | 157 ] |
| 158 } | 158 } |
| 159 ] | 159 ] |
| OLD | NEW |