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

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

Issue 2334373002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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
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 "--spec", 7 "--spec",
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
9 "--patch_root", 9 "--patch_root",
10 "v8", 10 "v8",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", 65 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
66 "--version" 66 "--version"
67 ], 67 ],
68 "name": "swarming.py --version", 68 "name": "swarming.py --version",
69 "stdout": "/path/to/tmp/", 69 "stdout": "/path/to/tmp/",
70 "~followup_annotations": [ 70 "~followup_annotations": [
71 "@@@STEP_TEXT@0.8.6@@@" 71 "@@@STEP_TEXT@0.8.6@@@"
72 ] 72 ]
73 }, 73 },
74 { 74 {
75 "cmd": [],
76 "name": "ensure_goma" 75 "name": "ensure_goma"
77 }, 76 },
78 { 77 {
79 "cmd": [ 78 "cmd": [
80 "python", 79 "python",
81 "-u", 80 "-u",
82 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 81 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
83 "--platform", 82 "--platform",
84 "linux-amd64", 83 "linux-amd64",
85 "--dest-directory", 84 "--dest-directory",
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "--build-url", 381 "--build-url",
383 "gs://chromium-v8/v8-linux64-rel", 382 "gs://chromium-v8/v8-linux64-rel",
384 "--factory-properties", 383 "--factory-properties",
385 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux64 - builder\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 384 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux64 - builder\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
386 "--build-properties", 385 "--build-properties",
387 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux64 - builder\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 386 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux64 - builder\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
388 ], 387 ],
389 "name": "package build" 388 "name": "package build"
390 }, 389 },
391 { 390 {
392 "cmd": [],
393 "name": "trigger", 391 "name": "trigger",
394 "trigger_specs": [ 392 "trigger_specs": [
395 { 393 {
396 "builder_name": "V8 Linux64", 394 "builder_name": "V8 Linux64",
397 "properties": { 395 "properties": {
398 "parent_build_environment": { 396 "parent_build_environment": {
399 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" 397 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1"
400 }, 398 },
401 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 399 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
402 "parent_got_revision_cp": "refs/heads/master@{#50110}", 400 "parent_got_revision_cp": "refs/heads/master@{#50110}",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 "test262": "[dummy hash for test262]" 435 "test262": "[dummy hash for test262]"
438 } 436 }
439 } 437 }
440 } 438 }
441 ], 439 ],
442 "~followup_annotations": [ 440 "~followup_annotations": [
443 "@@@STEP_TEXT@V8 Linux64<br />V8 Linux64 - avx2@@@" 441 "@@@STEP_TEXT@V8 Linux64<br />V8 Linux64 - avx2@@@"
444 ] 442 ]
445 }, 443 },
446 { 444 {
447 "cmd": [],
448 "name": "trigger (2)", 445 "name": "trigger (2)",
449 "trigger_specs": [ 446 "trigger_specs": [
450 { 447 {
451 "bucket": "master.internal.client.v8", 448 "bucket": "master.internal.client.v8",
452 "buildbot_changes": [ 449 "buildbot_changes": [
453 { 450 {
454 "author": "trigger_proxy", 451 "author": "trigger_proxy",
455 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" 452 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c"
456 } 453 }
457 ], 454 ],
(...skipping 24 matching lines...) Expand all
482 "~followup_annotations": [ 479 "~followup_annotations": [
483 "@@@STEP_TEXT@v8_trigger_proxy@@@" 480 "@@@STEP_TEXT@v8_trigger_proxy@@@"
484 ] 481 ]
485 }, 482 },
486 { 483 {
487 "name": "$result", 484 "name": "$result",
488 "recipe_result": null, 485 "recipe_result": null,
489 "status_code": 0 486 "status_code": 0
490 } 487 }
491 ] 488 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698