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

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

Issue 1377453003: Revert of 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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTiOS", 10 "ClangToTiOS",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 { 115 {
116 "cmd": [ 116 "cmd": [
117 "python", 117 "python",
118 "-u", 118 "-u",
119 "[BUILD]/scripts/slave/cleanup_temp.py" 119 "[BUILD]/scripts/slave/cleanup_temp.py"
120 ], 120 ],
121 "cwd": "[SLAVE_BUILD]", 121 "cwd": "[SLAVE_BUILD]",
122 "name": "cleanup_temp" 122 "name": "cleanup_temp"
123 }, 123 },
124 { 124 {
125 "name": "$final_result", 125 "cmd": [
126 "reason": "Misconfigured bot: no compile targets", 126 "python",
127 "status_code": 1 127 "-u",
128 "[BUILD]/scripts/slave/compile.py",
129 "--target",
130 "Release-iphoneos",
131 "--src-dir",
132 "[SLAVE_BUILD]/src",
133 "--build-tool",
134 "ninja",
135 "--",
136 "All"
137 ],
138 "cwd": "[SLAVE_BUILD]",
139 "env": {
140 "LLVM_FORCE_HEAD_REVISION": "YES"
141 },
142 "name": "compile"
128 } 143 }
129 ] 144 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698