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

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

Issue 2127573003: V8: Get build environment from MB (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: V8: Get build environment from MB Created 4 years, 5 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 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 "name": "package build" 379 "name": "package build"
380 }, 380 },
381 { 381 {
382 "cmd": [], 382 "cmd": [],
383 "name": "trigger", 383 "name": "trigger",
384 "trigger_specs": [ 384 "trigger_specs": [
385 { 385 {
386 "builder_name": "V8 Win32", 386 "builder_name": "V8 Win32",
387 "properties": { 387 "properties": {
388 "parent_build_environment": { 388 "parent_build_environment": {
389 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 target_arch=ia32 test _isolation_mode=prepare use_goma=1 v8_target_arch=ia32", 389 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1"
390 "GYP_GENERATORS": "ninja"
391 }, 390 },
392 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 391 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
393 "parent_got_revision_cp": "refs/heads/master@{#50110}", 392 "parent_got_revision_cp": "refs/heads/master@{#50110}",
394 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 393 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
395 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 394 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
396 "swarm_hashes": { 395 "swarm_hashes": {
397 "bot_default": "[dummy hash for bot_default]", 396 "bot_default": "[dummy hash for bot_default]",
398 "ignition": "[dummy hash for ignition]", 397 "ignition": "[dummy hash for ignition]",
399 "mozilla": "[dummy hash for mozilla]", 398 "mozilla": "[dummy hash for mozilla]",
400 "test262": "[dummy hash for test262]" 399 "test262": "[dummy hash for test262]"
401 } 400 }
402 } 401 }
403 } 402 }
404 ], 403 ],
405 "~followup_annotations": [ 404 "~followup_annotations": [
406 "@@@STEP_TEXT@V8 Win32@@@" 405 "@@@STEP_TEXT@V8 Win32@@@"
407 ] 406 ]
408 }, 407 },
409 { 408 {
410 "name": "$result", 409 "name": "$result",
411 "recipe_result": null, 410 "recipe_result": null,
412 "status_code": 0 411 "status_code": 0
413 } 412 }
414 ] 413 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698