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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___nosnap_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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - nosnap builder", 10 "V8 Linux - nosnap builder",
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "name": "package build" 370 "name": "package build"
371 }, 371 },
372 { 372 {
373 "cmd": [], 373 "cmd": [],
374 "name": "trigger", 374 "name": "trigger",
375 "trigger_specs": [ 375 "trigger_specs": [
376 { 376 {
377 "builder_name": "V8 Linux - nosnap", 377 "builder_name": "V8 Linux - nosnap",
378 "properties": { 378 "properties": {
379 "parent_build_environment": { 379 "parent_build_environment": {
380 "GYP_DEFINES": "target_arch=ia32 test_isolation_mode=prepare use_gom a=1 v8_target_arch=ia32 v8_use_snapshot=false", 380 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1"
381 "GYP_GENERATORS": "ninja"
382 }, 381 },
383 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 382 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
384 "parent_got_revision_cp": "refs/heads/master@{#50110}", 383 "parent_got_revision_cp": "refs/heads/master@{#50110}",
385 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 384 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
386 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 385 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
387 "swarm_hashes": { 386 "swarm_hashes": {
388 "bot_default": "[dummy hash for bot_default]", 387 "bot_default": "[dummy hash for bot_default]",
389 "mozilla": "[dummy hash for mozilla]", 388 "mozilla": "[dummy hash for mozilla]",
390 "simdjs": "[dummy hash for simdjs]", 389 "simdjs": "[dummy hash for simdjs]",
391 "test262": "[dummy hash for test262]" 390 "test262": "[dummy hash for test262]"
392 } 391 }
393 } 392 }
394 } 393 }
395 ], 394 ],
396 "~followup_annotations": [ 395 "~followup_annotations": [
397 "@@@STEP_TEXT@V8 Linux - nosnap@@@" 396 "@@@STEP_TEXT@V8 Linux - nosnap@@@"
398 ] 397 ]
399 }, 398 },
400 { 399 {
401 "name": "$result", 400 "name": "$result",
402 "recipe_result": null, 401 "recipe_result": null,
403 "status_code": 0 402 "status_code": 0
404 } 403 }
405 ] 404 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698