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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___builder.json

Issue 1901103004: V8: Show build environment in failure logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "name": "package build" 223 "name": "package build"
224 }, 224 },
225 { 225 {
226 "cmd": [], 226 "cmd": [],
227 "cwd": "[SLAVE_BUILD]", 227 "cwd": "[SLAVE_BUILD]",
228 "name": "trigger", 228 "name": "trigger",
229 "trigger_specs": [ 229 "trigger_specs": [
230 { 230 {
231 "builder_name": "V8 Win32", 231 "builder_name": "V8 Win32",
232 "properties": { 232 "properties": {
233 "build_environment": {
234 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 target_arch=ia32 test _isolation_mode=prepare use_goma=1 v8_target_arch=ia32",
235 "GYP_GENERATORS": "ninja"
236 },
233 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 237 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
234 "parent_got_revision_cp": "refs/heads/master@{#50110}", 238 "parent_got_revision_cp": "refs/heads/master@{#50110}",
235 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 239 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
236 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 240 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
237 "swarm_hashes": { 241 "swarm_hashes": {
238 "bot_default": "[dummy hash for bot_default]", 242 "bot_default": "[dummy hash for bot_default]",
239 "ignition": "[dummy hash for ignition]", 243 "ignition": "[dummy hash for ignition]",
240 "mozilla": "[dummy hash for mozilla]", 244 "mozilla": "[dummy hash for mozilla]",
241 "test262": "[dummy hash for test262]" 245 "test262": "[dummy hash for test262]"
242 } 246 }
243 } 247 }
244 } 248 }
245 ], 249 ],
246 "~followup_annotations": [ 250 "~followup_annotations": [
247 "@@@STEP_TEXT@V8 Win32@@@" 251 "@@@STEP_TEXT@V8 Win32@@@"
248 ] 252 ]
249 }, 253 },
250 { 254 {
251 "name": "$result", 255 "name": "$result",
252 "recipe_result": null, 256 "recipe_result": null,
253 "status_code": 0 257 "status_code": 0
254 } 258 }
255 ] 259 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698