| 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 3451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3650 }, | 3650 }, |
| 3651 { | 3651 { |
| 3652 "cmd": [ | 3652 "cmd": [ |
| 3653 "python", | 3653 "python", |
| 3654 "-u", | 3654 "-u", |
| 3655 "[DEPOT_TOOLS]/gclient.py", | 3655 "[DEPOT_TOOLS]/gclient.py", |
| 3656 "runhooks" | 3656 "runhooks" |
| 3657 ], | 3657 ], |
| 3658 "cwd": "[SLAVE_BUILD]", | 3658 "cwd": "[SLAVE_BUILD]", |
| 3659 "env": { | 3659 "env": { |
| 3660 "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" | 3660 "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" |
| 3661 }, | 3661 }, |
| 3662 "name": "gclient runhooks (without patch)" | 3662 "name": "gclient runhooks (without patch)" |
| 3663 }, | 3663 }, |
| 3664 { | 3664 { |
| 3665 "cmd": [ | 3665 "cmd": [ |
| 3666 "python", | 3666 "python", |
| 3667 "-u", | 3667 "-u", |
| 3668 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 3668 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 3669 "--build-dir", | 3669 "--build-dir", |
| 3670 "[SLAVE_BUILD]/src/out/Release", | 3670 "[SLAVE_BUILD]/src/out/Release", |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3909 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", | 3909 "@@@STEP_LOG_LINE@python.inline@ print 'Ignored failures:'@@@", |
| 3910 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", | 3910 "@@@STEP_LOG_LINE@python.inline@ for f in failures['ignored']:@@@", |
| 3911 "@@@STEP_LOG_LINE@python.inline@ print f@@@", | 3911 "@@@STEP_LOG_LINE@python.inline@ print f@@@", |
| 3912 "@@@STEP_LOG_LINE@python.inline@@@@", | 3912 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 3913 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", | 3913 "@@@STEP_LOG_LINE@python.inline@sys.exit(0 if success else 1)@@@", |
| 3914 "@@@STEP_LOG_END@python.inline@@@", | 3914 "@@@STEP_LOG_END@python.inline@@@", |
| 3915 "@@@STEP_WARNINGS@@@" | 3915 "@@@STEP_WARNINGS@@@" |
| 3916 ] | 3916 ] |
| 3917 } | 3917 } |
| 3918 ] | 3918 ] |
| OLD | NEW |