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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 "cwd": "[SLAVE_BUILD]/src", | 130 "cwd": "[SLAVE_BUILD]/src", |
131 "name": "git diff to analyze patch", | 131 "name": "git diff to analyze patch", |
132 "stdout": "/path/to/tmp/" | 132 "stdout": "/path/to/tmp/" |
133 }, | 133 }, |
134 { | 134 { |
135 "cmd": [ | 135 "cmd": [ |
136 "python", | 136 "python", |
137 "-u", | 137 "-u", |
138 "[SLAVE_BUILD]/src/build/gyp_chromium", | 138 "[SLAVE_BUILD]/src/build/gyp_chromium", |
139 "--analyzer", | 139 "--analyzer", |
140 "{\"files\": [\"foo.cc\"], \"targets\": [\"mojo_test_apk\", \"android_webv
iew_test_apk\", \"chrome_shell_test_apk\", \"content_shell_test_apk\", \"base_un
ittests\", \"breakpad_unittests\", \"cc_unittests\", \"components_unittests\", \
"content_browsertests\", \"content_unittests\", \"events_unittests\", \"gl_tests
\", \"gpu_unittests\", \"ipc_tests\", \"media_unittests\", \"net_unittests\", \"
sandbox_linux_unittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_unittest
s\", \"unit_tests\", \"webkit_unit_tests\"]}", | 140 "{\"files\": [\"foo.cc\"], \"targets\": [\"mojo_test_apk\", \"android_webv
iew_test_apk\", \"chrome_shell_test_apk\", \"content_shell_test_apk\", \"base_un
ittests\", \"breakpad_unittests\", \"cc_unittests\", \"components_unittests\", \
"content_browsertests\", \"content_unittests\", \"events_unittests\", \"gl_tests
\", \"gpu_unittests\", \"ipc_tests\", \"media_unittests\", \"net_unittests\", \"
sandbox_linux_unittests\", \"sql_unittests\", \"sync_unit_tests\", \"ui_unittest
s\", \"unit_tests\", \"webkit_unit_tests\", \"junit_unit_tests\"]}", |
141 "/path/to/tmp/json" | 141 "/path/to/tmp/json" |
142 ], | 142 ], |
143 "env": { | 143 "env": { |
144 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1" | 144 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
BUILD]/goma' target_arch=arm use_goma=1" |
145 }, | 145 }, |
146 "name": "analyze", | 146 "name": "analyze", |
147 "~followup_annotations": [ | 147 "~followup_annotations": [ |
148 "@@@STEP_TEXT@No compile necessary@@@", | 148 "@@@STEP_TEXT@No compile necessary@@@", |
149 "@@@STEP_LOG_LINE@json.output@{@@@", | 149 "@@@STEP_LOG_LINE@json.output@{@@@", |
150 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No compile necessary\"@@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No compile necessary\"@@@", |
151 "@@@STEP_LOG_LINE@json.output@}@@@", | 151 "@@@STEP_LOG_LINE@json.output@}@@@", |
152 "@@@STEP_LOG_END@json.output@@@" | 152 "@@@STEP_LOG_END@json.output@@@" |
153 ] | 153 ] |
154 } | 154 } |
155 ] | 155 ] |
OLD | NEW |