| 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.mac", | 8 "chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac10.9 Tests", | 10 "Mac10.9 Tests", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "cmd": [ | 106 "cmd": [ |
| 107 "python", | 107 "python", |
| 108 "-u", | 108 "-u", |
| 109 "[DEPOT_TOOLS]/gclient.py", | 109 "[DEPOT_TOOLS]/gclient.py", |
| 110 "runhooks" | 110 "runhooks" |
| 111 ], | 111 ], |
| 112 "cwd": "[SLAVE_BUILD]", | 112 "cwd": "[SLAVE_BUILD]", |
| 113 "env": { | 113 "env": { |
| 114 "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" | 114 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 115 }, | 115 }, |
| 116 "name": "gclient runhooks" | 116 "name": "gclient runhooks" |
| 117 }, | 117 }, |
| 118 { | 118 { |
| 119 "cmd": [ | 119 "cmd": [ |
| 120 "python", | 120 "python", |
| 121 "-u", | 121 "-u", |
| 122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 122 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 123 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", | 123 "[SLAVE_BUILD]/src/testing/buildbot/chromium.mac.json", |
| 124 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 ], | 356 ], |
| 357 "cwd": "[SLAVE_BUILD]", | 357 "cwd": "[SLAVE_BUILD]", |
| 358 "name": "Upload to test-results [browser_tests on Mac-10.9]" | 358 "name": "Upload to test-results [browser_tests on Mac-10.9]" |
| 359 }, | 359 }, |
| 360 { | 360 { |
| 361 "name": "$result", | 361 "name": "$result", |
| 362 "recipe_result": null, | 362 "recipe_result": null, |
| 363 "status_code": 0 | 363 "status_code": 0 |
| 364 } | 364 } |
| 365 ] | 365 ] |
| OLD | NEW |