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

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

Issue 1472893002: chromium_tests: require explicit compile targets (except for Android) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years 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 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "Linux Debug Builder", 10 "Linux Debug Builder",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "-u", 148 "-u",
149 "[BUILD]/scripts/slave/cleanup_temp.py" 149 "[BUILD]/scripts/slave/cleanup_temp.py"
150 ], 150 ],
151 "cwd": "[SLAVE_BUILD]", 151 "cwd": "[SLAVE_BUILD]",
152 "name": "cleanup_temp" 152 "name": "cleanup_temp"
153 }, 153 },
154 { 154 {
155 "cmd": [ 155 "cmd": [
156 "python", 156 "python",
157 "-u", 157 "-u",
158 "[SLAVE_BUILD]/src/tools/mb/mb.py", 158 "import sys; sys.exit(1)"
159 "gen",
160 "-m",
161 "client.v8.fyi",
162 "-b",
163 "Linux Debug Builder",
164 "--config-file",
165 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
166 "--goma-dir",
167 "[BUILD]/goma",
168 "//out/Debug"
169 ],
170 "cwd": "[SLAVE_BUILD]",
171 "name": "generate_build_files"
172 },
173 {
174 "cmd": [
175 "python",
176 "-u",
177 "[BUILD]/scripts/slave/compile.py",
178 "--target",
179 "Debug",
180 "--src-dir",
181 "[SLAVE_BUILD]/src",
182 "--build-tool",
183 "ninja",
184 "--compiler",
185 "goma",
186 "--goma-jsonstatus",
187 "/path/to/tmp/json",
188 "--goma-dir",
189 "[BUILD]/goma",
190 "--ninja-ensure-up-to-date",
191 "--",
192 "All",
193 "chromium_builder_tests"
194 ], 159 ],
195 "cwd": "[SLAVE_BUILD]", 160 "cwd": "[SLAVE_BUILD]",
196 "name": "compile", 161 "name": "compile",
197 "~followup_annotations": [ 162 "~followup_annotations": [
198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 163 "step returned non-zero exit code: 1",
199 "@@@STEP_LOG_END@json.output (invalid)@@@" 164 "@@@STEP_TEXT@Please add explicit compile targets for the build@@@",
200 ] 165 "@@@STEP_FAILURE@@@"
201 },
202 {
203 "allow_subannotations": true,
204 "cmd": [
205 "python",
206 "-u",
207 "[BUILD]/scripts/slave/zip_build.py",
208 "--target",
209 "Debug",
210 "--build-url",
211 "gs://chromium-v8/client.v8.fyi/Linux Debug Builder",
212 "--build_revision",
213 "801ada225ddc271c132c3a35f03975671d43e399",
214 "--factory-properties",
215 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \" client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revis ion\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work dir/TestSlavename\"}",
216 "--build-properties",
217 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Linux Debug Builder\", \"buildnumber\": 571, \"mastername\": \" client.v8.fyi\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"revis ion\": \"22135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/work dir/TestSlavename\"}"
218 ],
219 "cwd": "[SLAVE_BUILD]",
220 "name": "package build"
221 },
222 {
223 "cmd": [],
224 "cwd": "[SLAVE_BUILD]",
225 "name": "trigger",
226 "trigger_specs": [
227 {
228 "builder_name": "Linux Tests (dbg)(1)"
229 }
230 ],
231 "~followup_annotations": [
232 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@"
233 ] 166 ]
234 }, 167 },
235 { 168 {
236 "name": "$result", 169 "name": "$result",
237 "recipe_result": null, 170 "reason": "Step('compile') failed with return_code 1",
238 "status_code": 0 171 "status_code": 1
239 } 172 }
240 ] 173 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698