| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 ] | 80 ] |
| 81 }, | 81 }, |
| 82 { | 82 { |
| 83 "cmd": [ | 83 "cmd": [ |
| 84 "python", | 84 "python", |
| 85 "-u", | 85 "-u", |
| 86 "[DEPOT_TOOLS]/gclient.py", | 86 "[DEPOT_TOOLS]/gclient.py", |
| 87 "runhooks" | 87 "runhooks" |
| 88 ], | 88 ], |
| 89 "env": { | 89 "env": { |
| 90 "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" | 90 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 te
st_isolation_mode=prepare use_goma=1" |
| 91 }, | 91 }, |
| 92 "name": "gclient runhooks (with patch)" | 92 "name": "gclient runhooks (with patch)" |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "cmd": [ | 95 "cmd": [ |
| 96 "python", | 96 "python", |
| 97 "-u", | 97 "-u", |
| 98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 98 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 99 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 100 "/path/to/tmp/json" | 100 "/path/to/tmp/json" |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 { | 178 { |
| 179 "cmd": [ | 179 "cmd": [ |
| 180 "python", | 180 "python", |
| 181 "-u", | 181 "-u", |
| 182 "[SLAVE_BUILD]/src/build/gyp_chromium", | 182 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 183 "--analyzer", | 183 "--analyzer", |
| 184 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_capture_end2end_tests_run\
", \"telemetry_gpu_test_run\"]}", | 184 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"content_gl_tests_run\", \"gl_tests_run\", \"tab_capture_end2end_tests_run\
", \"telemetry_gpu_test_run\"]}", |
| 185 "/path/to/tmp/json" | 185 "/path/to/tmp/json" |
| 186 ], | 186 ], |
| 187 "env": { | 187 "env": { |
| 188 "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" | 188 "GYP_DEFINES": "archive_gpu_tests=1 component=static_library dcheck_always
_on=1 fastbuild=1 gomadir='[BUILD]/goma' linux_dump_symbols=1 target_arch=x64 te
st_isolation_mode=prepare use_goma=1" |
| 189 }, | 189 }, |
| 190 "name": "analyze", | 190 "name": "analyze", |
| 191 "~followup_annotations": [ | 191 "~followup_annotations": [ |
| 192 "@@@STEP_LOG_LINE@json.output@{@@@", | 192 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 193 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 194 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 196 "@@@STEP_LOG_LINE@json.output@}@@@", | 196 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 197 "@@@STEP_LOG_END@json.output@@@", | 197 "@@@STEP_LOG_END@json.output@@@", |
| 198 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 198 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 "--goma-hermetic", | 246 "--goma-hermetic", |
| 247 "error", | 247 "error", |
| 248 "--ninja-ensure-up-to-date", | 248 "--ninja-ensure-up-to-date", |
| 249 "--", | 249 "--", |
| 250 "All", | 250 "All", |
| 251 "chromium_builder_tests" | 251 "chromium_builder_tests" |
| 252 ], | 252 ], |
| 253 "name": "compile (with patch)" | 253 "name": "compile (with patch)" |
| 254 } | 254 } |
| 255 ] | 255 ] |
| OLD | NEW |