| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_x64_rel", | 10 "mac_x64_rel", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 "--src-dir", | 109 "--src-dir", |
| 110 "[SLAVE_BUILD]/src", | 110 "[SLAVE_BUILD]/src", |
| 111 "--build-tool", | 111 "--build-tool", |
| 112 "ninja", | 112 "ninja", |
| 113 "--compiler", | 113 "--compiler", |
| 114 "goma-clang", | 114 "goma-clang", |
| 115 "--goma-dir", | 115 "--goma-dir", |
| 116 "[BUILD]/goma", | 116 "[BUILD]/goma", |
| 117 "--goma-fail-fast", | 117 "--goma-fail-fast", |
| 118 "--goma-disable-local-fallback", | 118 "--goma-disable-local-fallback", |
| 119 "--ninja-ensure-up-to-date", |
| 119 "--", | 120 "--", |
| 120 "All" | 121 "All" |
| 121 ], | 122 ], |
| 122 "cwd": "[SLAVE_BUILD]", | 123 "cwd": "[SLAVE_BUILD]", |
| 123 "name": "compile" | 124 "name": "compile" |
| 124 }, | 125 }, |
| 125 { | 126 { |
| 126 "allow_subannotations": true, | 127 "allow_subannotations": true, |
| 127 "cmd": [ | 128 "cmd": [ |
| 128 "python", | 129 "python", |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 "--annotate=gtest", | 468 "--annotate=gtest", |
| 468 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", | 469 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", |
| 469 "--step-name=libjingle_peerconnection_objc_test", | 470 "--step-name=libjingle_peerconnection_objc_test", |
| 470 "--builder-name=mac_x64_rel", | 471 "--builder-name=mac_x64_rel", |
| 471 "--slave-name=slavename", | 472 "--slave-name=slavename", |
| 472 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne
ction_objc_test" | 473 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne
ction_objc_test" |
| 473 ], | 474 ], |
| 474 "cwd": "[SLAVE_BUILD]", | 475 "cwd": "[SLAVE_BUILD]", |
| 475 "name": "libjingle_peerconnection_objc_test" | 476 "name": "libjingle_peerconnection_objc_test" |
| 476 } | 477 } |
| 477 ] | 478 ] |
| OLD | NEW |