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

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: Fix 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "name": "package build" 225 "name": "package build"
226 }, 226 },
227 { 227 {
228 "cmd": [], 228 "cmd": [],
229 "cwd": "[SLAVE_BUILD]", 229 "cwd": "[SLAVE_BUILD]",
230 "name": "trigger", 230 "name": "trigger",
231 "trigger_specs": [ 231 "trigger_specs": [
232 { 232 {
233 "builder_name": "V8 Win32", 233 "builder_name": "V8 Win32",
234 "properties": { 234 "properties": {
235 "parent_build_environment": {
236 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 target_arch=ia32 test _isolation_mode=prepare use_goma=1 v8_target_arch=ia32",
237 "GYP_GENERATORS": "ninja"
238 },
235 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 239 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
236 "parent_got_revision_cp": "refs/heads/master@{#50110}", 240 "parent_got_revision_cp": "refs/heads/master@{#50110}",
237 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 241 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
238 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 242 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
239 "swarm_hashes": { 243 "swarm_hashes": {
240 "bot_default": "[dummy hash for bot_default]", 244 "bot_default": "[dummy hash for bot_default]",
241 "ignition": "[dummy hash for ignition]", 245 "ignition": "[dummy hash for ignition]",
242 "mozilla": "[dummy hash for mozilla]", 246 "mozilla": "[dummy hash for mozilla]",
243 "test262": "[dummy hash for test262]" 247 "test262": "[dummy hash for test262]"
244 } 248 }
245 } 249 }
246 } 250 }
247 ], 251 ],
248 "~followup_annotations": [ 252 "~followup_annotations": [
249 "@@@STEP_TEXT@V8 Win32@@@" 253 "@@@STEP_TEXT@V8 Win32@@@"
250 ] 254 ]
251 }, 255 },
252 { 256 {
253 "name": "$result", 257 "name": "$result",
254 "recipe_result": null, 258 "recipe_result": null,
255 "status_code": 0 259 "status_code": 0
256 } 260 }
257 ] 261 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698