| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 }, | 110 }, |
| 111 { | 111 { |
| 112 "cmd": [ | 112 "cmd": [ |
| 113 "python", | 113 "python", |
| 114 "-u", | 114 "-u", |
| 115 "[DEPOT_TOOLS]/gclient.py", | 115 "[DEPOT_TOOLS]/gclient.py", |
| 116 "runhooks" | 116 "runhooks" |
| 117 ], | 117 ], |
| 118 "cwd": "[SLAVE_BUILD]", | 118 "cwd": "[SLAVE_BUILD]", |
| 119 "env": { | 119 "env": { |
| 120 "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" | 120 "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" |
| 121 }, | 121 }, |
| 122 "name": "gclient runhooks (with patch)" | 122 "name": "gclient runhooks (with patch)" |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 "cmd": [ | 125 "cmd": [ |
| 126 "python", | 126 "python", |
| 127 "-u", | 127 "-u", |
| 128 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 128 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 129 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", | 129 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", |
| 130 "/path/to/tmp/json" | 130 "/path/to/tmp/json" |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "cmd": [ | 205 "cmd": [ |
| 206 "python", | 206 "python", |
| 207 "-u", | 207 "-u", |
| 208 "[SLAVE_BUILD]/src/build/gyp_chromium", | 208 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 209 "--analyzer", | 209 "--analyzer", |
| 210 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"chromium_builder_tests\", \"content_gl_tests_run\", \"gl_tests_run\", \"gl
_unittests_run\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]
}", | 210 "{\"files\": [\"foo.cc\"], \"targets\": [\"angle_unittests_run\", \"chrome
\", \"chromium_builder_tests\", \"content_gl_tests_run\", \"gl_tests_run\", \"gl
_unittests_run\", \"tab_capture_end2end_tests_run\", \"telemetry_gpu_test_run\"]
}", |
| 211 "/path/to/tmp/json" | 211 "/path/to/tmp/json" |
| 212 ], | 212 ], |
| 213 "cwd": "[SLAVE_BUILD]", | 213 "cwd": "[SLAVE_BUILD]", |
| 214 "env": { | 214 "env": { |
| 215 "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" | 215 "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" |
| 216 }, | 216 }, |
| 217 "name": "analyze", | 217 "name": "analyze", |
| 218 "~followup_annotations": [ | 218 "~followup_annotations": [ |
| 219 "@@@STEP_LOG_LINE@json.output@{@@@", | 219 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 220 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 220 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 221 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@", | 221 "@@@STEP_LOG_LINE@json.output@ \"angle_unittests_run\", @@@", |
| 222 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@", | 222 "@@@STEP_LOG_LINE@json.output@ \"chrome\", @@@", |
| 223 "@@@STEP_LOG_LINE@json.output@ \"chromium_builder_tests\", @@@", | 223 "@@@STEP_LOG_LINE@json.output@ \"chromium_builder_tests\", @@@", |
| 224 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"content_gl_tests_run\", @@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"gl_tests_run\", @@@", |
| (...skipping 3844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4070 }, | 4070 }, |
| 4071 { | 4071 { |
| 4072 "cmd": [ | 4072 "cmd": [ |
| 4073 "python", | 4073 "python", |
| 4074 "-u", | 4074 "-u", |
| 4075 "[DEPOT_TOOLS]/gclient.py", | 4075 "[DEPOT_TOOLS]/gclient.py", |
| 4076 "runhooks" | 4076 "runhooks" |
| 4077 ], | 4077 ], |
| 4078 "cwd": "[SLAVE_BUILD]", | 4078 "cwd": "[SLAVE_BUILD]", |
| 4079 "env": { | 4079 "env": { |
| 4080 "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" | 4080 "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" |
| 4081 }, | 4081 }, |
| 4082 "name": "gclient runhooks (without patch)" | 4082 "name": "gclient runhooks (without patch)" |
| 4083 }, | 4083 }, |
| 4084 { | 4084 { |
| 4085 "cmd": [ | 4085 "cmd": [ |
| 4086 "python", | 4086 "python", |
| 4087 "-u", | 4087 "-u", |
| 4088 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", | 4088 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", |
| 4089 "--build-dir", | 4089 "--build-dir", |
| 4090 "[SLAVE_BUILD]/src/out/Release", | 4090 "[SLAVE_BUILD]/src/out/Release", |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4326 "@@@STEP_TEXT@<br/>ignored:<br/>Test.Test1<br/>@@@", | 4326 "@@@STEP_TEXT@<br/>ignored:<br/>Test.Test1<br/>@@@", |
| 4327 "@@@STEP_WARNINGS@@@" | 4327 "@@@STEP_WARNINGS@@@" |
| 4328 ] | 4328 ] |
| 4329 }, | 4329 }, |
| 4330 { | 4330 { |
| 4331 "name": "$result", | 4331 "name": "$result", |
| 4332 "recipe_result": null, | 4332 "recipe_result": null, |
| 4333 "status_code": 0 | 4333 "status_code": 0 |
| 4334 } | 4334 } |
| 4335 ] | 4335 ] |
| OLD | NEW |