| 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 "client.skia", | 8 "client.skia", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac10.9 Tests-Trybot", | 10 "Mac10.9 Tests-Trybot", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 "cmd": [ | 116 "cmd": [ |
| 117 "python", | 117 "python", |
| 118 "-u", | 118 "-u", |
| 119 "[DEPOT_TOOLS]/gclient.py", | 119 "[DEPOT_TOOLS]/gclient.py", |
| 120 "runhooks" | 120 "runhooks" |
| 121 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", | 122 "cwd": "[SLAVE_BUILD]", |
| 123 "env": { | 123 "env": { |
| 124 "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" | 124 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 125 }, | 125 }, |
| 126 "name": "gclient runhooks" | 126 "name": "gclient runhooks" |
| 127 }, | 127 }, |
| 128 { | 128 { |
| 129 "cmd": [ | 129 "cmd": [ |
| 130 "python", | 130 "python", |
| 131 "-u", | 131 "-u", |
| 132 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 132 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 133 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", | 133 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", |
| 134 "/path/to/tmp/json" | 134 "/path/to/tmp/json" |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 ], | 365 ], |
| 366 "cwd": "[SLAVE_BUILD]", | 366 "cwd": "[SLAVE_BUILD]", |
| 367 "name": "Upload to test-results [browser_tests on Mac-10.9]" | 367 "name": "Upload to test-results [browser_tests on Mac-10.9]" |
| 368 }, | 368 }, |
| 369 { | 369 { |
| 370 "name": "$result", | 370 "name": "$result", |
| 371 "recipe_result": null, | 371 "recipe_result": null, |
| 372 "status_code": 0 | 372 "status_code": 0 |
| 373 } | 373 } |
| 374 ] | 374 ] |
| OLD | NEW |