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_ng", | 10 "linux_chromium_rel_ng", |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 "@@@STEP_LOG_LINE@json.output@}@@@", | 181 "@@@STEP_LOG_LINE@json.output@}@@@", |
182 "@@@STEP_LOG_END@json.output@@@" | 182 "@@@STEP_LOG_END@json.output@@@" |
183 ] | 183 ] |
184 }, | 184 }, |
185 { | 185 { |
186 "cmd": [ | 186 "cmd": [ |
187 "python", | 187 "python", |
188 "-u", | 188 "-u", |
189 "[SLAVE_BUILD]/src/build/gyp_chromium", | 189 "[SLAVE_BUILD]/src/build/gyp_chromium", |
190 "--analyzer", | 190 "--analyzer", |
191 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_capture_end2end_tests_run\
", \"telemetry_gpu_test_run\"]}", | 191 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"chromium_swarm_tests\", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_
capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", |
192 "/path/to/tmp/json" | 192 "/path/to/tmp/json" |
193 ], | 193 ], |
194 "cwd": "[SLAVE_BUILD]", | 194 "cwd": "[SLAVE_BUILD]", |
195 "env": { | 195 "env": { |
196 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre
pare use_goma=1" | 196 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=pre
pare use_goma=1" |
197 }, | 197 }, |
198 "name": "analyze", | 198 "name": "analyze", |
199 "~followup_annotations": [ | 199 "~followup_annotations": [ |
200 "@@@STEP_TEXT@No compile necessary@@@", | 200 "@@@STEP_TEXT@No compile necessary@@@", |
201 "@@@STEP_LOG_LINE@json.output@{@@@", | 201 "@@@STEP_LOG_LINE@json.output@{@@@", |
202 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
203 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
204 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
205 "@@@STEP_LOG_LINE@json.output@}@@@", | 205 "@@@STEP_LOG_LINE@json.output@}@@@", |
206 "@@@STEP_LOG_END@json.output@@@" | 206 "@@@STEP_LOG_END@json.output@@@" |
207 ] | 207 ] |
208 } | 208 } |
209 ] | 209 ] |
OLD | NEW |