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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___debug_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_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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", 73 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py",
74 "--version" 74 "--version"
75 ], 75 ],
76 "name": "swarming.py --version", 76 "name": "swarming.py --version",
77 "stdout": "/path/to/tmp/", 77 "stdout": "/path/to/tmp/",
78 "~followup_annotations": [ 78 "~followup_annotations": [
79 "@@@STEP_TEXT@0.8.6@@@" 79 "@@@STEP_TEXT@0.8.6@@@"
80 ] 80 ]
81 }, 81 },
82 { 82 {
83 "cmd": [],
84 "name": "ensure_goma" 83 "name": "ensure_goma"
85 }, 84 },
86 { 85 {
87 "cmd": [ 86 "cmd": [
88 "python", 87 "python",
89 "-u", 88 "-u",
90 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py", 89 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
91 "--platform", 90 "--platform",
92 "windows-386", 91 "windows-386",
93 "--dest-directory", 92 "--dest-directory",
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 "--build-url", 380 "--build-url",
382 "gs://chromium-v8/v8-win32-dbg", 381 "gs://chromium-v8/v8-win32-dbg",
383 "--factory-properties", 382 "--factory-properties",
384 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Win32 - debug builder\", \"buildnumb er\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe \": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir \": \"/path/to/workdir/TestSlavename\"}", 383 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Win32 - debug builder\", \"buildnumb er\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe \": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir \": \"/path/to/workdir/TestSlavename\"}",
385 "--build-properties", 384 "--build-properties",
386 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Win32 - debug builder\", \"buildnumb er\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe \": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir \": \"/path/to/workdir/TestSlavename\"}" 385 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Win32 - debug builder\", \"buildnumb er\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe \": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir \": \"/path/to/workdir/TestSlavename\"}"
387 ], 386 ],
388 "name": "package build" 387 "name": "package build"
389 }, 388 },
390 { 389 {
391 "cmd": [],
392 "name": "trigger", 390 "name": "trigger",
393 "trigger_specs": [ 391 "trigger_specs": [
394 { 392 {
395 "builder_name": "V8 Win32 - debug", 393 "builder_name": "V8 Win32 - debug",
396 "properties": { 394 "properties": {
397 "parent_build_environment": { 395 "parent_build_environment": {
398 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" 396 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1"
399 }, 397 },
400 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 398 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
401 "parent_got_revision_cp": "refs/heads/master@{#50110}", 399 "parent_got_revision_cp": "refs/heads/master@{#50110}",
(...skipping 10 matching lines...) Expand all
412 "~followup_annotations": [ 410 "~followup_annotations": [
413 "@@@STEP_TEXT@V8 Win32 - debug@@@" 411 "@@@STEP_TEXT@V8 Win32 - debug@@@"
414 ] 412 ]
415 }, 413 },
416 { 414 {
417 "name": "$result", 415 "name": "$result",
418 "recipe_result": null, 416 "recipe_result": null,
419 "status_code": 0 417 "status_code": 0
420 } 418 }
421 ] 419 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698