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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder.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 "chromium.win", 17 "chromium.win",
17 "--builder", 18 "--builder",
18 "Win x64 Builder", 19 "Win x64 Builder",
19 "--slave", 20 "--slave",
20 "TestSlavename", 21 "TestSlavename",
21 "--spec", 22 "--spec",
22 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 23 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
23 "--root", 24 "--root",
24 "src", 25 "src",
25 "--revision_mapping_file", 26 "--revision_mapping_file",
26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
27 "--output_json", 28 "--output_json",
28 "/path/to/tmp/json", 29 "/path/to/tmp/json",
29 "--revision", 30 "--revision",
30 "src@HEAD" 31 "src@HEAD"
31 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
32 "name": "bot_update", 34 "name": "bot_update",
33 "~followup_annotations": [ 35 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 36 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 37 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
(...skipping 26 matching lines...) Expand all
68 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
69 ] 71 ]
70 }, 72 },
71 { 73 {
72 "cmd": [ 74 "cmd": [
73 "python", 75 "python",
74 "-u", 76 "-u",
75 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 77 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
76 "--version" 78 "--version"
77 ], 79 ],
80 "cwd": "[SLAVE_BUILD]",
78 "name": "swarming.py --version", 81 "name": "swarming.py --version",
79 "stdout": "/path/to/tmp/", 82 "stdout": "/path/to/tmp/",
80 "~followup_annotations": [ 83 "~followup_annotations": [
81 "@@@STEP_TEXT@0.4.10@@@" 84 "@@@STEP_TEXT@0.4.10@@@"
82 ] 85 ]
83 }, 86 },
84 { 87 {
85 "cmd": [ 88 "cmd": [
86 "python", 89 "python",
87 "-u", 90 "-u",
88 "[DEPOT_TOOLS]\\gclient.py", 91 "[DEPOT_TOOLS]\\gclient.py",
89 "runhooks" 92 "runhooks"
90 ], 93 ],
94 "cwd": "[SLAVE_BUILD]",
91 "env": { 95 "env": {
92 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1" 96 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
93 }, 97 },
94 "name": "gclient runhooks" 98 "name": "gclient runhooks"
95 }, 99 },
96 { 100 {
97 "cmd": [ 101 "cmd": [
98 "python", 102 "python",
99 "-u", 103 "-u",
100 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 104 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
101 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 105 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json",
102 "/path/to/tmp/json" 106 "/path/to/tmp/json"
103 ], 107 ],
108 "cwd": "[SLAVE_BUILD]",
104 "name": "read test spec", 109 "name": "read test spec",
105 "~followup_annotations": [ 110 "~followup_annotations": [
106 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@", 111 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@",
107 "@@@STEP_LOG_LINE@json.output@{@@@", 112 "@@@STEP_LOG_LINE@json.output@{@@@",
108 "@@@STEP_LOG_LINE@json.output@ \"Win 7 Tests x64 (1)\": {@@@", 113 "@@@STEP_LOG_LINE@json.output@ \"Win 7 Tests x64 (1)\": {@@@",
109 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 114 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
110 "@@@STEP_LOG_LINE@json.output@ {@@@", 115 "@@@STEP_LOG_LINE@json.output@ {@@@",
111 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 116 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
112 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 117 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
113 "@@@STEP_LOG_LINE@json.output@ }, @@@", 118 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 13 matching lines...) Expand all
127 "--output", 132 "--output",
128 "/path/to/tmp/json", 133 "/path/to/tmp/json",
129 "--", 134 "--",
130 "--build-config-fs", 135 "--build-config-fs",
131 "Release_x64", 136 "Release_x64",
132 "--paths", 137 "--paths",
133 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 138 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
134 "--properties", 139 "--properties",
135 "{\"buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername \": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w in\"}" 140 "{\"buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername \": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"w in\"}"
136 ], 141 ],
142 "cwd": "[SLAVE_BUILD]",
137 "name": "get compile targets for scripts", 143 "name": "get compile targets for scripts",
138 "~followup_annotations": [ 144 "~followup_annotations": [
139 "@@@STEP_LOG_LINE@json.output@{}@@@", 145 "@@@STEP_LOG_LINE@json.output@{}@@@",
140 "@@@STEP_LOG_END@json.output@@@" 146 "@@@STEP_LOG_END@json.output@@@"
141 ] 147 ]
142 }, 148 },
143 { 149 {
144 "cmd": [ 150 "cmd": [
145 "python", 151 "python",
146 "-u", 152 "-u",
147 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 153 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
148 ], 154 ],
155 "cwd": "[SLAVE_BUILD]",
149 "name": "cleanup_temp" 156 "name": "cleanup_temp"
150 }, 157 },
151 { 158 {
152 "cmd": [ 159 "cmd": [
153 "python", 160 "python",
154 "-u", 161 "-u",
155 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 162 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
156 "--build-dir", 163 "--build-dir",
157 "[SLAVE_BUILD]\\src\\out\\Release_x64", 164 "[SLAVE_BUILD]\\src\\out\\Release_x64",
158 "--clean-isolated-files" 165 "--clean-isolated-files"
159 ], 166 ],
167 "cwd": "[SLAVE_BUILD]",
160 "name": "clean isolated files" 168 "name": "clean isolated files"
161 }, 169 },
162 { 170 {
163 "cmd": [ 171 "cmd": [
164 "python", 172 "python",
165 "-u", 173 "-u",
166 "[BUILD]\\scripts\\slave\\compile.py", 174 "[BUILD]\\scripts\\slave\\compile.py",
167 "--target", 175 "--target",
168 "Release_x64", 176 "Release_x64",
169 "--src-dir", 177 "--src-dir",
170 "[SLAVE_BUILD]\\src", 178 "[SLAVE_BUILD]\\src",
171 "--build-tool", 179 "--build-tool",
172 "ninja", 180 "ninja",
173 "--compiler", 181 "--compiler",
174 "goma", 182 "goma",
175 "--goma-dir", 183 "--goma-dir",
176 "[BUILD]\\goma", 184 "[BUILD]\\goma",
177 "--", 185 "--",
178 "all", 186 "all",
179 "browser_tests", 187 "browser_tests",
180 "browser_tests_run", 188 "browser_tests_run",
181 "crash_service", 189 "crash_service",
182 "mini_installer" 190 "mini_installer"
183 ], 191 ],
192 "cwd": "[SLAVE_BUILD]",
184 "name": "compile" 193 "name": "compile"
185 }, 194 },
186 { 195 {
187 "cmd": [ 196 "cmd": [
188 "python", 197 "python",
189 "-u", 198 "-u",
190 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 199 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py",
191 "--build-dir", 200 "--build-dir",
192 "[SLAVE_BUILD]\\src\\out\\Release_x64", 201 "[SLAVE_BUILD]\\src\\out\\Release_x64",
193 "--src-dir", 202 "--src-dir",
194 "[SLAVE_BUILD]\\src" 203 "[SLAVE_BUILD]\\src"
195 ], 204 ],
196 "cwd": "[SLAVE_BUILD]", 205 "cwd": "[SLAVE_BUILD]",
197 "name": "remove_build_metadata" 206 "name": "remove_build_metadata"
198 }, 207 },
199 { 208 {
200 "cmd": [ 209 "cmd": [
201 "python", 210 "python",
202 "-u", 211 "-u",
203 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py", 212 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py",
204 "batcharchive", 213 "batcharchive",
205 "--dump-json", 214 "--dump-json",
206 "/path/to/tmp/json", 215 "/path/to/tmp/json",
207 "--isolate-server", 216 "--isolate-server",
208 "https://isolateserver.appspot.com", 217 "https://isolateserver.appspot.com",
209 "--verbose", 218 "--verbose",
210 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" 219 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json"
211 ], 220 ],
221 "cwd": "[SLAVE_BUILD]",
212 "name": "isolate tests", 222 "name": "isolate tests",
213 "~followup_annotations": [ 223 "~followup_annotations": [
214 "@@@STEP_LOG_LINE@json.output@{@@@", 224 "@@@STEP_LOG_LINE@json.output@{@@@",
215 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 225 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
216 "@@@STEP_LOG_LINE@json.output@}@@@", 226 "@@@STEP_LOG_LINE@json.output@}@@@",
217 "@@@STEP_LOG_END@json.output@@@" 227 "@@@STEP_LOG_END@json.output@@@"
218 ] 228 ]
219 }, 229 },
220 { 230 {
221 "allow_subannotations": true, 231 "allow_subannotations": true,
222 "cmd": [ 232 "cmd": [
223 "python", 233 "python",
224 "-u", 234 "-u",
225 "[BUILD]\\scripts\\slave\\zip_build.py", 235 "[BUILD]\\scripts\\slave\\zip_build.py",
226 "--target", 236 "--target",
227 "Release_x64", 237 "Release_x64",
228 "--build-url", 238 "--build-url",
229 "gs://chromium-win-archive/chromium.win/Win x64 Builder", 239 "gs://chromium-win-archive/chromium.win/Win x64 Builder",
230 "--build_revision", 240 "--build_revision",
231 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 241 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
232 "--factory-properties", 242 "--factory-properties",
233 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 243 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
234 "--build-properties", 244 "--build-properties",
235 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 245 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro mium.win\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\ ": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
236 ], 246 ],
247 "cwd": "[SLAVE_BUILD]",
237 "name": "package build" 248 "name": "package build"
238 } 249 }
239 ] 250 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698