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_gn_rel", | 10 "mac_x64_gn_rel", |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 "name": "gclient runhooks" | 88 "name": "gclient runhooks" |
89 }, | 89 }, |
90 { | 90 { |
91 "cmd": [ | 91 "cmd": [ |
92 "python", | 92 "python", |
93 "-u", | 93 "-u", |
94 "[DEPOT_TOOLS]/gn.py", | 94 "[DEPOT_TOOLS]/gn.py", |
95 "--root=[SLAVE_BUILD]/src", | 95 "--root=[SLAVE_BUILD]/src", |
96 "gen", | 96 "gen", |
97 "//out/Release", | 97 "//out/Release", |
98 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]
/goma\" build_with_chromium=false" | 98 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]
/goma\"" |
99 ], | 99 ], |
100 "cwd": "[SLAVE_BUILD]", | 100 "cwd": "[SLAVE_BUILD]", |
101 "name": "gn" | 101 "name": "gn" |
102 }, | 102 }, |
103 { | 103 { |
104 "allow_subannotations": true, | 104 "allow_subannotations": true, |
105 "cmd": [ | 105 "cmd": [ |
106 "python", | 106 "python", |
107 "-u", | 107 "-u", |
108 "[BUILD]/scripts/slave/clang_revision.py", | 108 "[BUILD]/scripts/slave/clang_revision.py", |
(...skipping 28 matching lines...) Expand all Loading... |
137 "[BUILD]/goma", | 137 "[BUILD]/goma", |
138 "--goma-fail-fast", | 138 "--goma-fail-fast", |
139 "--goma-disable-local-fallback", | 139 "--goma-disable-local-fallback", |
140 "--", | 140 "--", |
141 "all" | 141 "all" |
142 ], | 142 ], |
143 "cwd": "[SLAVE_BUILD]", | 143 "cwd": "[SLAVE_BUILD]", |
144 "name": "compile" | 144 "name": "compile" |
145 } | 145 } |
146 ] | 146 ] |
OLD | NEW |