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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_rel_ng.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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "cmd": [], 342 "cmd": [],
343 "name": "trigger", 343 "name": "trigger",
344 "trigger_specs": [ 344 "trigger_specs": [
345 { 345 {
346 "builder_name": "v8_win_rel_ng_triggered", 346 "builder_name": "v8_win_rel_ng_triggered",
347 "properties": { 347 "properties": {
348 "category": "cq", 348 "category": "cq",
349 "issue": 12853011, 349 "issue": 12853011,
350 "master": "tryserver.v8", 350 "master": "tryserver.v8",
351 "parent_build_environment": { 351 "parent_build_environment": {
352 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 ta rget_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_target_arch=ia32", 352 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1"
353 "GYP_GENERATORS": "ninja"
354 }, 353 },
355 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 354 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
356 "parent_got_revision_cp": "refs/heads/master@{#50110}", 355 "parent_got_revision_cp": "refs/heads/master@{#50110}",
357 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 356 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
358 "patch_project": "v8", 357 "patch_project": "v8",
359 "patch_storage": "rietveld", 358 "patch_storage": "rietveld",
360 "patchset": "1", 359 "patchset": "1",
361 "reason": "CQ", 360 "reason": "CQ",
362 "requester": "commit-bot@chromium.org", 361 "requester": "commit-bot@chromium.org",
363 "revision": "12345", 362 "revision": "12345",
364 "rietveld": "https://codereview.chromium.org", 363 "rietveld": "https://codereview.chromium.org",
365 "swarm_hashes": { 364 "swarm_hashes": {
366 "bot_default": "[dummy hash for bot_default]", 365 "bot_default": "[dummy hash for bot_default]",
367 "ignition": "[dummy hash for ignition]" 366 "ignition": "[dummy hash for ignition]"
368 } 367 }
369 } 368 }
370 } 369 }
371 ], 370 ],
372 "~followup_annotations": [ 371 "~followup_annotations": [
373 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@" 372 "@@@STEP_TEXT@v8_win_rel_ng_triggered@@@"
374 ] 373 ]
375 }, 374 },
376 { 375 {
377 "name": "$result", 376 "name": "$result",
378 "recipe_result": null, 377 "recipe_result": null,
379 "status_code": 0 378 "status_code": 0
380 } 379 }
381 ] 380 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698