| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/cleanup_temp.py" | 6 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "cleanup temp" | 9 "name": "cleanup temp" |
| 10 }, | 10 }, |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "@@@STEP_LOG_LINE@json.output@}@@@", | 169 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 170 "@@@STEP_LOG_END@json.output@@@" | 170 "@@@STEP_LOG_END@json.output@@@" |
| 171 ] | 171 ] |
| 172 }, | 172 }, |
| 173 { | 173 { |
| 174 "cmd": [ | 174 "cmd": [ |
| 175 "python", | 175 "python", |
| 176 "-u", | 176 "-u", |
| 177 "[SLAVE_BUILD]/src/build/gyp_chromium", | 177 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 178 "--analyzer", | 178 "--analyzer", |
| 179 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": [\"angle_unittests_run\", \"content_gl_tests_run\", \"gl_tests_run\", \"g
l_unittests_run\", \"gles2_conform_test_run\", \"gpu_unittests_run\", \"tab_capt
ure_end2end_tests_run\", \"telemetry_gpu_new_test_run\"]}", | 179 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": [\"angle_unittests_run\", \"content_gl_tests_run\", \"gl_tests_run\", \"g
l_unittests_run\", \"gles2_conform_test_run\", \"gpu_unittests_run\", \"tab_capt
ure_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", |
| 180 "/path/to/tmp/json" | 180 "/path/to/tmp/json" |
| 181 ], | 181 ], |
| 182 "cwd": "[SLAVE_BUILD]", | 182 "cwd": "[SLAVE_BUILD]", |
| 183 "env": { | 183 "env": { |
| 184 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" | 184 "GYP_DEFINES": "archive_gpu_tests=1 blink_logging_always_on=1 component=st
atic_library dcheck_always_on=1 disable_glibcxx_debug=1 ffmpeg_branding=Chrome g
omadir='[BUILD]/goma' internal_gles2_conform_tests=1 proprietary_codecs=1 target
_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 185 }, | 185 }, |
| 186 "name": "analyze", | 186 "name": "analyze", |
| 187 "~followup_annotations": [ | 187 "~followup_annotations": [ |
| 188 "@@@STEP_TEXT@No compile necessary@@@", | 188 "@@@STEP_TEXT@No compile necessary@@@", |
| 189 "@@@STEP_LOG_LINE@json.output@{@@@", | 189 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 190 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", | 191 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@}@@@", | 193 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 194 "@@@STEP_LOG_END@json.output@@@" | 194 "@@@STEP_LOG_END@json.output@@@" |
| 195 ] | 195 ] |
| 196 }, | 196 }, |
| 197 { | 197 { |
| 198 "name": "$result", | 198 "name": "$result", |
| 199 "recipe_result": null, | 199 "recipe_result": null, |
| 200 "status_code": 0 | 200 "status_code": 0 |
| 201 } | 201 } |
| 202 ] | 202 ] |
| OLD | NEW |