| 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 "chromium.angle", | 8 "chromium.angle", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac Builder (ANGLE)", | 10 "Mac Builder (ANGLE)", |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "[DEPOT_TOOLS]/gclient.py", | 111 "[DEPOT_TOOLS]/gclient.py", |
| 112 "runhooks" | 112 "runhooks" |
| 113 ], | 113 ], |
| 114 "cwd": "[SLAVE_BUILD]", | 114 "cwd": "[SLAVE_BUILD]", |
| 115 "env": { | 115 "env": { |
| 116 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ma
c_sdk_min=10.10 target_arch=x64 test_isolation_mode=prepare use_goma=1" | 116 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 117 }, | 117 }, |
| 118 "name": "gclient runhooks" | 118 "name": "gclient runhooks" |
| 119 }, | 119 }, |
| 120 { | 120 { |
| 121 "cmd": [ | 121 "cmd": [ |
| 122 "python", | 122 "python", |
| 123 "-u", | 123 "-u", |
| 124 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 124 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 125 "[SLAVE_BUILD]/src/testing/buildbot/chromium.angle.json", | 125 "[SLAVE_BUILD]/src/testing/buildbot/chromium.angle.json", |
| 126 "/path/to/tmp/json" | 126 "/path/to/tmp/json" |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 "~followup_annotations": [ | 304 "~followup_annotations": [ |
| 305 "@@@STEP_TEXT@Mac10.8 Tests (ANGLE)@@@" | 305 "@@@STEP_TEXT@Mac10.8 Tests (ANGLE)@@@" |
| 306 ] | 306 ] |
| 307 }, | 307 }, |
| 308 { | 308 { |
| 309 "name": "$result", | 309 "name": "$result", |
| 310 "recipe_result": null, | 310 "recipe_result": null, |
| 311 "status_code": 0 | 311 "status_code": 0 |
| 312 } | 312 } |
| 313 ] | 313 ] |
| OLD | NEW |