| 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.mac", | 8 "tryserver.chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_chromium_rel_ng", | 10 "mac_chromium_rel_ng", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "[DEPOT_TOOLS]/gclient.py", | 88 "[DEPOT_TOOLS]/gclient.py", |
| 89 "runhooks" | 89 "runhooks" |
| 90 ], | 90 ], |
| 91 "cwd": "[SLAVE_BUILD]", | 91 "cwd": "[SLAVE_BUILD]", |
| 92 "env": { | 92 "env": { |
| 93 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec
k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_
mode=prepare use_goma=1" | 93 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec
k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' mac_sdk_min=10.10 target_arch=x
64 test_isolation_mode=prepare use_goma=1" |
| 94 }, | 94 }, |
| 95 "name": "gclient runhooks (with patch)" | 95 "name": "gclient runhooks (with patch)" |
| 96 }, | 96 }, |
| 97 { | 97 { |
| 98 "cmd": [ | 98 "cmd": [ |
| 99 "python", | 99 "python", |
| 100 "-u", | 100 "-u", |
| 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 101 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 102 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", | 102 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", |
| 103 "/path/to/tmp/json" | 103 "/path/to/tmp/json" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 "cmd": [ | 178 "cmd": [ |
| 179 "python", | 179 "python", |
| 180 "-u", | 180 "-u", |
| 181 "[SLAVE_BUILD]/src/build/gyp_chromium", | 181 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 182 "--analyzer", | 182 "--analyzer", |
| 183 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"chromium_builder_tests\", \"content_gl_tests_run\", \"gl_tests_run\", \"ta
b_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", | 183 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"chromium_builder_tests\", \"content_gl_tests_run\", \"gl_tests_run\", \"ta
b_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]}", |
| 184 "/path/to/tmp/json" | 184 "/path/to/tmp/json" |
| 185 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", | 186 "cwd": "[SLAVE_BUILD]", |
| 187 "env": { | 187 "env": { |
| 188 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec
k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_
mode=prepare use_goma=1" | 188 "GYP_DEFINES": "archive_gpu_tests=1 clang=1 component=static_library dchec
k_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' mac_sdk_min=10.10 target_arch=x
64 test_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@ \"angle_unittests_run\", @@@", | 194 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ \"chromium_builder_tests\", @@@", | 196 "@@@STEP_LOG_LINE@json.output@ \"chromium_builder_tests\", @@@", |
| 197 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@", |
| (...skipping 3387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3586 "--decorate", | 3586 "--decorate", |
| 3587 "--print-status-updates", | 3587 "--print-status-updates", |
| 3588 "--shards", | 3588 "--shards", |
| 3589 "1", | 3589 "1", |
| 3590 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10
.9/[dummy has/mac_chromium_rel_ng/571" | 3590 "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)/Mac-10
.9/[dummy has/mac_chromium_rel_ng/571" |
| 3591 ], | 3591 ], |
| 3592 "cwd": "[SLAVE_BUILD]", | 3592 "cwd": "[SLAVE_BUILD]", |
| 3593 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9" | 3593 "name": "tab_capture_end2end_tests on NVIDIA GPU on Mac Retina (with patch)
on Mac-10.9" |
| 3594 } | 3594 } |
| 3595 ] | 3595 ] |
| OLD | NEW |