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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Linux.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.chrome", 8 "chromium.chrome",
9 "--builder", 9 "--builder",
10 "Google Chrome Linux", 10 "Google Chrome Linux",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 { 111 {
112 "cmd": [ 112 "cmd": [
113 "python", 113 "python",
114 "-u", 114 "-u",
115 "[BUILD]/scripts/slave/cleanup_temp.py" 115 "[BUILD]/scripts/slave/cleanup_temp.py"
116 ], 116 ],
117 "cwd": "[SLAVE_BUILD]", 117 "cwd": "[SLAVE_BUILD]",
118 "name": "cleanup_temp" 118 "name": "cleanup_temp"
119 }, 119 },
120 { 120 {
121 "name": "$final_result", 121 "cmd": [
122 "reason": "Misconfigured bot: no compile targets", 122 "python",
123 "status_code": 1 123 "-u",
124 "[BUILD]/scripts/slave/compile.py",
125 "--target",
126 "Release",
127 "--src-dir",
128 "[SLAVE_BUILD]/src",
129 "--build-tool",
130 "ninja",
131 "--compiler",
132 "goma",
133 "--mode",
134 "official",
135 "--goma-dir",
136 "[BUILD]/goma",
137 "--clobber",
138 "--"
139 ],
140 "cwd": "[SLAVE_BUILD]",
141 "name": "compile"
124 } 142 }
125 ] 143 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698