Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_GN__dbg_.json

Issue 1376453002: chromium_tests: raise infra failure when no compile targets are specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android GN (dbg)", 10 "Android GN (dbg)",
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "--config-file", 172 "--config-file",
173 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 173 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
174 "--goma-dir", 174 "--goma-dir",
175 "[BUILD]/goma", 175 "[BUILD]/goma",
176 "//out/Debug" 176 "//out/Debug"
177 ], 177 ],
178 "cwd": "[SLAVE_BUILD]", 178 "cwd": "[SLAVE_BUILD]",
179 "name": "generate_build_files" 179 "name": "generate_build_files"
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "name": "$final_result",
183 "python", 183 "reason": "Misconfigured bot: no compile targets",
184 "-u", 184 "status_code": 1
185 "[BUILD]/scripts/slave/compile.py",
186 "--target",
187 "Debug",
188 "--src-dir",
189 "[SLAVE_BUILD]/src",
190 "--build-tool",
191 "ninja",
192 "--compiler",
193 "goma",
194 "--goma-dir",
195 "[BUILD]/goma",
196 "--"
197 ],
198 "cwd": "[SLAVE_BUILD]",
199 "env": {
200 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
201 },
202 "name": "compile"
203 } 185 }
204 ] 186 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698