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

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

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "name": "taskkill" 9 "name": "taskkill"
9 }, 10 },
10 { 11 {
11 "cmd": [ 12 "cmd": [
12 "python", 13 "python",
13 "-u", 14 "-u",
14 "[BUILD]\\scripts\\slave\\bot_update.py", 15 "[BUILD]\\scripts\\slave\\bot_update.py",
15 "--master", 16 "--master",
16 "client.v8", 17 "client.v8",
17 "--builder", 18 "--builder",
18 "V8 Win32 - debug - 3", 19 "V8 Win32 - debug - 3",
19 "--slave", 20 "--slave",
20 "TestSlavename", 21 "TestSlavename",
21 "--spec", 22 "--spec",
22 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/test/mozilla/data': ' svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/mozilla-tests'} , 'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chro mium.googlesource.com/v8/v8'}]", 23 "cache_dir = None\nsolutions = [{'custom_deps': {'v8/test/mozilla/data': ' svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_party/mozilla-tests'} , 'custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chro mium.googlesource.com/v8/v8'}]",
23 "--root", 24 "--root",
24 "v8", 25 "v8",
25 "--revision_mapping_file", 26 "--revision_mapping_file",
26 "{\"v8\": \"got_revision\"}", 27 "{\"v8\": \"got_revision\"}",
27 "--output_json", 28 "--output_json",
28 "/path/to/tmp/json", 29 "/path/to/tmp/json",
29 "--revision", 30 "--revision",
30 "v8@54321", 31 "v8@54321",
31 "--no_shallow", 32 "--no_shallow",
32 "--output_manifest" 33 "--output_manifest"
33 ], 34 ],
35 "cwd": "[SLAVE_BUILD]",
34 "name": "bot_update", 36 "name": "bot_update",
35 "~followup_annotations": [ 37 "~followup_annotations": [
36 "@@@STEP_TEXT@Some step text@@@", 38 "@@@STEP_TEXT@Some step text@@@",
37 "@@@STEP_LOG_LINE@json.output@{@@@", 39 "@@@STEP_LOG_LINE@json.output@{@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@",
43 "@@@STEP_LOG_LINE@json.output@ }@@@", 45 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 12 matching lines...) Expand all
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 58 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@"
57 ] 59 ]
58 }, 60 },
59 { 61 {
60 "cmd": [ 62 "cmd": [
61 "python", 63 "python",
62 "-u", 64 "-u",
63 "[DEPOT_TOOLS]\\gclient.py", 65 "[DEPOT_TOOLS]\\gclient.py",
64 "runhooks" 66 "runhooks"
65 ], 67 ],
68 "cwd": "[SLAVE_BUILD]",
66 "env": { 69 "env": {
67 "GYP_DEFINES": "target_arch=ia32 v8_enable_slow_dchecks=1 v8_optimized_deb ug=1 v8_target_arch=ia32" 70 "GYP_DEFINES": "target_arch=ia32 v8_enable_slow_dchecks=1 v8_optimized_deb ug=1 v8_target_arch=ia32"
68 }, 71 },
69 "name": "gclient runhooks" 72 "name": "gclient runhooks"
70 }, 73 },
71 { 74 {
72 "cmd": [ 75 "cmd": [
73 "python", 76 "python",
74 "-u", 77 "-u",
75 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 78 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
76 ], 79 ],
80 "cwd": "[SLAVE_BUILD]",
77 "name": "cleanup_temp" 81 "name": "cleanup_temp"
78 }, 82 },
79 { 83 {
80 "cmd": [ 84 "cmd": [
81 "python", 85 "python",
82 "-u", 86 "-u",
83 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 87 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
84 "[SLAVE_BUILD]\\v8\\build\\Debug" 88 "[SLAVE_BUILD]\\v8\\build\\Debug"
85 ], 89 ],
90 "cwd": "[SLAVE_BUILD]",
86 "name": "rmtree build directory", 91 "name": "rmtree build directory",
87 "~followup_annotations": [ 92 "~followup_annotations": [
88 "@@@STEP_LOG_LINE@python.inline@@@@", 93 "@@@STEP_LOG_LINE@python.inline@@@@",
89 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 94 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
90 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 95 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
91 "@@@STEP_LOG_LINE@python.inline@@@@", 96 "@@@STEP_LOG_LINE@python.inline@@@@",
92 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 97 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
93 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 98 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
94 "@@@STEP_LOG_END@python.inline@@@" 99 "@@@STEP_LOG_END@python.inline@@@"
95 ] 100 ]
96 }, 101 },
97 { 102 {
98 "cmd": [ 103 "cmd": [
99 "python", 104 "python",
100 "-u", 105 "-u",
101 "[BUILD]\\scripts\\slave\\extract_build.py", 106 "[BUILD]\\scripts\\slave\\extract_build.py",
102 "--target", 107 "--target",
103 "Debug", 108 "Debug",
104 "--build-url", 109 "--build-url",
105 "gs://chromium-v8/v8-win32-dbg", 110 "gs://chromium-v8/v8-win32-dbg",
106 "--src-dir", 111 "--src-dir",
107 "v8", 112 "v8",
108 "--factory-properties", 113 "--factory-properties",
109 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Win32 - debug - 3\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Win32 - debug builder\", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\" : \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}", 114 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Win32 - debug - 3\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Win32 - debug builder\", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\" : \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}",
110 "--build-properties", 115 "--build-properties",
111 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Win32 - debug - 3\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Win32 - debug builder\", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\" : \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}" 116 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Win32 - debug - 3\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": \"V8 Win32 - debug builder\", \"parent_got_revision\": \"54321\", \"recipe\": \"v8\", \"revision\" : \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/T estSlavename\"}"
112 ], 117 ],
118 "cwd": "[SLAVE_BUILD]",
113 "name": "extract build" 119 "name": "extract build"
114 }, 120 },
115 { 121 {
116 "cmd": [ 122 "cmd": [
117 "python", 123 "python",
118 "-u", 124 "-u",
119 "RECIPE_MODULE[v8]\\resources\\v8testing.py", 125 "RECIPE_MODULE[v8]\\resources\\v8testing.py",
120 "--target", 126 "--target",
121 "Debug", 127 "Debug",
122 "--arch", 128 "--arch",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 381 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
376 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 382 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
377 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 383 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
378 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 384 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
379 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 385 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
380 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 386 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
381 "@@@STEP_LOG_END@durations@@@" 387 "@@@STEP_LOG_END@durations@@@"
382 ] 388 ]
383 } 389 }
384 ] 390 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698