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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 8 "name": "taskkill"
10 }, 9 },
11 { 10 {
12 "cmd": [ 11 "cmd": [
13 "python", 12 "python",
14 "-u", 13 "-u",
15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
16 "--master", 15 "--master",
17 "chromium.win", 16 "chromium.win",
18 "--builder", 17 "--builder",
19 "Win Builder", 18 "Win Builder",
20 "--slave", 19 "--slave",
21 "TestSlavename", 20 "TestSlavename",
22 "--spec", 21 "--spec",
23 "cache_dir = '[GIT_CACHE]'\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.chr omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m irror.golo.chromium.org/chrome/trunk/src'}]", 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{' custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_ trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]",
24 "--root", 23 "--root",
25 "src", 24 "src",
26 "--revision_mapping_file", 25 "--revision_mapping_file",
27 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 26 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
28 "--git-cache-dir", 27 "--git-cache-dir",
29 "[GIT_CACHE]", 28 "[ROOT]\\b\\build\\slave\\cache_dir",
30 "--output_json", 29 "--output_json",
31 "/path/to/tmp/json", 30 "/path/to/tmp/json",
32 "--revision", 31 "--revision",
33 "src@HEAD", 32 "src@HEAD",
34 "--force", 33 "--force",
35 "--output_manifest" 34 "--output_manifest"
36 ], 35 ],
37 "cwd": "[SLAVE_BUILD]",
38 "env": { 36 "env": {
39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
40 }, 38 },
41 "name": "bot_update", 39 "name": "bot_update",
42 "~followup_annotations": [ 40 "~followup_annotations": [
43 "@@@STEP_TEXT@Some step text@@@", 41 "@@@STEP_TEXT@Some step text@@@",
44 "@@@STEP_LOG_LINE@json.output@{@@@", 42 "@@@STEP_LOG_LINE@json.output@{@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 99 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 100 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 101 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 102 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
107 ] 105 ]
108 }, 106 },
109 { 107 {
110 "cmd": [], 108 "cmd": [],
111 "cwd": "[SLAVE_BUILD]",
112 "name": "ensure_goma" 109 "name": "ensure_goma"
113 }, 110 },
114 { 111 {
115 "cmd": [ 112 "cmd": [
116 "python", 113 "python",
117 "-u", 114 "-u",
118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 115 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
119 "--platform", 116 "--platform",
120 "windows-386", 117 "windows-386",
121 "--dest-directory", 118 "--dest-directory",
122 "[SLAVE_BUILD]\\cipd", 119 "[CWD]\\cipd",
123 "--json-output", 120 "--json-output",
124 "/path/to/tmp/json" 121 "/path/to/tmp/json"
125 ], 122 ],
126 "cwd": "[SLAVE_BUILD]",
127 "name": "ensure_goma.install cipd", 123 "name": "ensure_goma.install cipd",
128 "~followup_annotations": [ 124 "~followup_annotations": [
129 "@@@STEP_NEST_LEVEL@1@@@", 125 "@@@STEP_NEST_LEVEL@1@@@",
130 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
131 "@@@STEP_LOG_LINE@json.output@{@@@", 127 "@@@STEP_LOG_LINE@json.output@{@@@",
132 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\ \cipd\", @@@", 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\", @@@",
133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
134 "@@@STEP_LOG_LINE@json.output@}@@@", 130 "@@@STEP_LOG_LINE@json.output@}@@@",
135 "@@@STEP_LOG_END@json.output@@@" 131 "@@@STEP_LOG_END@json.output@@@"
136 ] 132 ]
137 }, 133 },
138 { 134 {
139 "cmd": [ 135 "cmd": [
140 "[SLAVE_BUILD]\\cipd\\cipd", 136 "fake_slave_build/cipd",
141 "ensure", 137 "ensure",
142 "--root", 138 "--root",
143 "[CACHE]\\cipd\\goma", 139 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma",
144 "--list", 140 "--list",
145 "infra_internal/goma/client/windows-amd64 release", 141 "infra_internal/goma/client/windows-amd64 release",
146 "--json-output", 142 "--json-output",
147 "/path/to/tmp/json", 143 "/path/to/tmp/json",
148 "--service-account-json", 144 "--service-account-json",
149 "C:\\creds\\service_accounts\\service-account-goma-client.json" 145 "C:\\creds\\service_accounts\\service-account-goma-client.json"
150 ], 146 ],
151 "cwd": "[SLAVE_BUILD]",
152 "name": "ensure_goma.ensure_installed", 147 "name": "ensure_goma.ensure_installed",
153 "~followup_annotations": [ 148 "~followup_annotations": [
154 "@@@STEP_NEST_LEVEL@1@@@", 149 "@@@STEP_NEST_LEVEL@1@@@",
155 "@@@STEP_LOG_LINE@json.output@{@@@", 150 "@@@STEP_LOG_LINE@json.output@{@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
157 "@@@STEP_LOG_LINE@json.output@ {@@@", 152 "@@@STEP_LOG_LINE@json.output@ {@@@",
158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@", 154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/windows-amd64\"@@@",
160 "@@@STEP_LOG_LINE@json.output@ }@@@", 155 "@@@STEP_LOG_LINE@json.output@ }@@@",
161 "@@@STEP_LOG_LINE@json.output@ ]@@@", 156 "@@@STEP_LOG_LINE@json.output@ ]@@@",
162 "@@@STEP_LOG_LINE@json.output@}@@@", 157 "@@@STEP_LOG_LINE@json.output@}@@@",
163 "@@@STEP_LOG_END@json.output@@@" 158 "@@@STEP_LOG_END@json.output@@@"
164 ] 159 ]
165 }, 160 },
166 { 161 {
167 "cmd": [ 162 "cmd": [
168 "python", 163 "python",
169 "-u", 164 "-u",
170 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 165 "[CWD]\\src\\tools\\swarming_client\\swarming.py",
171 "--version" 166 "--version"
172 ], 167 ],
173 "cwd": "[SLAVE_BUILD]",
174 "name": "swarming.py --version", 168 "name": "swarming.py --version",
175 "stdout": "/path/to/tmp/", 169 "stdout": "/path/to/tmp/",
176 "~followup_annotations": [ 170 "~followup_annotations": [
177 "@@@STEP_TEXT@0.4.10@@@" 171 "@@@STEP_TEXT@0.4.10@@@"
178 ] 172 ]
179 }, 173 },
180 { 174 {
181 "cmd": [ 175 "cmd": [
182 "python", 176 "python",
183 "-u", 177 "-u",
184 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 178 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
185 "runhooks" 179 "runhooks"
186 ], 180 ],
187 "cwd": "[SLAVE_BUILD]",
188 "env": { 181 "env": {
189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 182 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
190 "GYP_CHROMIUM_NO_ACTION": "1", 183 "GYP_CHROMIUM_NO_ACTION": "1",
191 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", 184 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\build\\slave\\cache \\cipd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1",
192 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 185 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
193 }, 186 },
194 "name": "gclient runhooks" 187 "name": "gclient runhooks"
195 }, 188 },
196 { 189 {
197 "cmd": [ 190 "cmd": [
198 "python", 191 "python",
199 "-u", 192 "-u",
200 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 193 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py",
201 "--output", 194 "--output",
202 "/path/to/tmp/json", 195 "/path/to/tmp/json",
203 "--", 196 "--",
204 "--build-config-fs", 197 "--build-config-fs",
205 "Release", 198 "Release",
206 "--use-src-side-runtest-py", 199 "--use-src-side-runtest-py",
207 "--paths", 200 "--paths",
208 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", 201 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil d]\\\\scripts\\\\slave\\\\runtest.py\"}",
209 "--properties", 202 "--properties",
210 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\" }" 203 "{\"buildername\": \"Win Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"slavename\": \"TestSlavename\", \"target_platform\": \"win\" }"
211 ], 204 ],
212 "cwd": "[SLAVE_BUILD]",
213 "name": "get compile targets for scripts", 205 "name": "get compile targets for scripts",
214 "~followup_annotations": [ 206 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@json.output@{}@@@", 207 "@@@STEP_LOG_LINE@json.output@{}@@@",
216 "@@@STEP_LOG_END@json.output@@@" 208 "@@@STEP_LOG_END@json.output@@@"
217 ] 209 ]
218 }, 210 },
219 { 211 {
220 "cmd": [ 212 "cmd": [
221 "python", 213 "python",
222 "-u", 214 "-u",
223 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 215 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
224 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.json", 216 "[CWD]\\src\\testing\\buildbot\\chromium.win.json",
225 "/path/to/tmp/json" 217 "/path/to/tmp/json"
226 ], 218 ],
227 "cwd": "[SLAVE_BUILD]",
228 "name": "read test spec", 219 "name": "read test spec",
229 "~followup_annotations": [ 220 "~followup_annotations": [
230 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.win.js on@@@", 221 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.win.json@@@",
231 "@@@STEP_LOG_LINE@json.output@{@@@", 222 "@@@STEP_LOG_LINE@json.output@{@@@",
232 "@@@STEP_LOG_LINE@json.output@ \"Win7 (32) Tests\": {@@@", 223 "@@@STEP_LOG_LINE@json.output@ \"Win7 (32) Tests\": {@@@",
233 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", 224 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
234 "@@@STEP_LOG_LINE@json.output@ {@@@", 225 "@@@STEP_LOG_LINE@json.output@ {@@@",
235 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", 226 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
236 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@", 227 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
237 "@@@STEP_LOG_LINE@json.output@ }, @@@", 228 "@@@STEP_LOG_LINE@json.output@ }, @@@",
238 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", 229 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
239 "@@@STEP_LOG_LINE@json.output@ }@@@", 230 "@@@STEP_LOG_LINE@json.output@ }@@@",
240 "@@@STEP_LOG_LINE@json.output@ ]@@@", 231 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 14 matching lines...) Expand all
255 }, 246 },
256 { 247 {
257 "cmd": [ 248 "cmd": [
258 "python", 249 "python",
259 "-u", 250 "-u",
260 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
261 "--show-path", 252 "--show-path",
262 "python", 253 "python",
263 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 254 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
264 ], 255 ],
265 "cwd": "[SLAVE_BUILD]",
266 "name": "cleanup_temp" 256 "name": "cleanup_temp"
267 }, 257 },
268 { 258 {
269 "cmd": [ 259 "cmd": [
270 "python", 260 "python",
271 "-u", 261 "-u",
272 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py", 262 "RECIPE_MODULE[build::isolate]\\resources\\find_isolated_tests.py",
273 "--build-dir", 263 "--build-dir",
274 "[SLAVE_BUILD]\\src\\out\\Release", 264 "[CWD]\\src\\out\\Release",
275 "--clean-isolated-files" 265 "--clean-isolated-files"
276 ], 266 ],
277 "cwd": "[SLAVE_BUILD]",
278 "name": "clean isolated files" 267 "name": "clean isolated files"
279 }, 268 },
280 { 269 {
281 "cmd": [ 270 "cmd": [
282 "python", 271 "python",
283 "-u", 272 "-u",
284 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 273 "[CWD]\\src\\tools\\mb\\mb.py",
285 "gen", 274 "gen",
286 "-m", 275 "-m",
287 "chromium.win", 276 "chromium.win",
288 "-b", 277 "-b",
289 "Win Builder", 278 "Win Builder",
290 "--config-file", 279 "--config-file",
291 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 280 "[CWD]\\src\\tools\\mb\\mb_config.pyl",
292 "--goma-dir", 281 "--goma-dir",
293 "[CACHE]\\cipd\\goma", 282 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma",
294 "--swarming-targets-file", 283 "--swarming-targets-file",
295 "browser_tests\n", 284 "browser_tests\n",
296 "//out/Release" 285 "//out/Release"
297 ], 286 ],
298 "cwd": "[SLAVE_BUILD]",
299 "name": "generate_build_files", 287 "name": "generate_build_files",
300 "~followup_annotations": [ 288 "~followup_annotations": [
301 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 289 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
302 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 290 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
303 ] 291 ]
304 }, 292 },
305 { 293 {
306 "cmd": [ 294 "cmd": [
307 "python", 295 "python",
308 "-u", 296 "-u",
309 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 297 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
310 "--show-path", 298 "--show-path",
311 "python", 299 "python",
312 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 300 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
313 "--gsutil-py-path", 301 "--gsutil-py-path",
314 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 302 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
315 "--ninja-path", 303 "--ninja-path",
316 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 304 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
317 "--target", 305 "--target",
318 "Release", 306 "Release",
319 "--src-dir", 307 "--src-dir",
320 "[SLAVE_BUILD]\\src", 308 "[CWD]\\src",
321 "--goma-cache-dir", 309 "--goma-cache-dir",
322 "[GOMA_CACHE]", 310 "[ROOT]\\b\\build\\slave\\goma_cache",
323 "--build-tool", 311 "--build-tool",
324 "ninja", 312 "ninja",
325 "--build-data-dir", 313 "--build-data-dir",
326 "[ROOT]\\build_data_dir", 314 "[ROOT]\\build_data_dir",
327 "--compiler", 315 "--compiler",
328 "goma", 316 "goma",
329 "--goma-jsonstatus", 317 "--goma-jsonstatus",
330 "/path/to/tmp/json", 318 "/path/to/tmp/json",
331 "--goma-service-account-json-file", 319 "--goma-service-account-json-file",
332 "C:\\creds\\service_accounts\\service-account-goma-client.json", 320 "C:\\creds\\service_accounts\\service-account-goma-client.json",
333 "--goma-dir", 321 "--goma-dir",
334 "[CACHE]\\cipd\\goma", 322 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma",
335 "--ninja-ensure-up-to-date", 323 "--ninja-ensure-up-to-date",
336 "--", 324 "--",
337 "browser_tests", 325 "browser_tests",
338 "browser_tests_run", 326 "browser_tests_run",
339 "chromium_builder_tests", 327 "chromium_builder_tests",
340 "mini_installer" 328 "mini_installer"
341 ], 329 ],
342 "cwd": "[SLAVE_BUILD]",
343 "env": { 330 "env": {
344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
345 }, 332 },
346 "name": "compile", 333 "name": "compile",
347 "~followup_annotations": [ 334 "~followup_annotations": [
348 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
349 "@@@STEP_LOG_END@json.output (invalid)@@@" 336 "@@@STEP_LOG_END@json.output (invalid)@@@"
350 ] 337 ]
351 }, 338 },
352 { 339 {
353 "cmd": [ 340 "cmd": [
354 "python", 341 "python",
355 "-u", 342 "-u",
356 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 343 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py",
357 "--build-dir", 344 "--build-dir",
358 "[SLAVE_BUILD]\\src\\out\\Release", 345 "[CWD]\\src\\out\\Release",
359 "--src-dir", 346 "--src-dir",
360 "[SLAVE_BUILD]\\src" 347 "[CWD]\\src"
361 ], 348 ],
362 "cwd": "[SLAVE_BUILD]", 349 "cwd": "[CWD]",
363 "name": "remove_build_metadata" 350 "name": "remove_build_metadata"
364 }, 351 },
365 { 352 {
366 "cmd": [ 353 "cmd": [
367 "python", 354 "python",
368 "-u", 355 "-u",
369 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 356 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
370 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 357 "[CWD]\\src\\tools\\swarming_client",
371 "batcharchive", 358 "batcharchive",
372 "--dump-json", 359 "--dump-json",
373 "/path/to/tmp/json", 360 "/path/to/tmp/json",
374 "--isolate-server", 361 "--isolate-server",
375 "https://isolateserver.appspot.com", 362 "https://isolateserver.appspot.com",
376 "--verbose", 363 "--verbose",
377 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" 364 "[CWD]\\src\\out\\Release\\browser_tests.isolated.gen.json"
378 ], 365 ],
379 "cwd": "[SLAVE_BUILD]",
380 "name": "isolate tests", 366 "name": "isolate tests",
381 "~followup_annotations": [ 367 "~followup_annotations": [
382 "@@@STEP_LOG_LINE@json.output@{@@@", 368 "@@@STEP_LOG_LINE@json.output@{@@@",
383 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 369 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
384 "@@@STEP_LOG_LINE@json.output@}@@@", 370 "@@@STEP_LOG_LINE@json.output@}@@@",
385 "@@@STEP_LOG_END@json.output@@@" 371 "@@@STEP_LOG_END@json.output@@@"
386 ] 372 ]
387 }, 373 },
388 { 374 {
389 "allow_subannotations": true, 375 "allow_subannotations": true,
390 "cmd": [ 376 "cmd": [
391 "python", 377 "python",
392 "-u", 378 "-u",
393 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 379 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
394 "--show-path", 380 "--show-path",
395 "python", 381 "python",
396 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py", 382 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
397 "--target", 383 "--target",
398 "Release", 384 "Release",
399 "--build-url", 385 "--build-url",
400 "gs://chromium-win-archive/chromium.win/Win Builder", 386 "gs://chromium-win-archive/chromium.win/Win Builder",
401 "--build_revision", 387 "--build_revision",
402 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 388 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
403 "--factory-properties", 389 "--factory-properties",
404 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\" , \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\" : null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 390 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\" , \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\" : null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
405 "--build-properties", 391 "--build-properties",
406 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\" , \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\" : null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 392 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"Win Builder\" , \"buildnumber\": 571, \"mastername\": \"chromium.win\", \"parent_buildername\" : null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
407 ], 393 ],
408 "cwd": "[SLAVE_BUILD]",
409 "name": "package build" 394 "name": "package build"
410 }, 395 },
411 { 396 {
412 "cmd": [], 397 "cmd": [],
413 "cwd": "[SLAVE_BUILD]",
414 "name": "trigger", 398 "name": "trigger",
415 "trigger_specs": [ 399 "trigger_specs": [
416 { 400 {
417 "builder_name": "Win7 (32) Tests", 401 "builder_name": "Win7 (32) Tests",
418 "properties": { 402 "properties": {
419 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ", 403 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
420 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", 404 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
421 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" , 405 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
422 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", 406 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}",
423 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 407 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
424 "parent_got_revision_cp": "refs/heads/master@{#170242}", 408 "parent_got_revision_cp": "refs/heads/master@{#170242}",
425 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566", 409 "parent_got_swarming_client_revision": "a0ee5d99f1d4b38ddaa4c759c83798 0b63b99566",
426 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ", 410 "parent_got_swarming_client_revision_cp": "refs/heads/master@{#276089} ",
427 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399", 411 "parent_got_v8_revision": "801ada225ddc271c132c3a35f03975671d43e399",
428 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}", 412 "parent_got_v8_revision_cp": "refs/heads/master@{#43426}",
429 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4", 413 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
430 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" 414 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
431 } 415 }
432 } 416 }
433 ], 417 ],
434 "~followup_annotations": [ 418 "~followup_annotations": [
435 "@@@STEP_TEXT@Win7 (32) Tests@@@" 419 "@@@STEP_TEXT@Win7 (32) Tests@@@"
436 ] 420 ]
437 }, 421 },
438 { 422 {
439 "cmd": [], 423 "cmd": [],
440 "cwd": "[SLAVE_BUILD]",
441 "name": "trigger (2)", 424 "name": "trigger (2)",
442 "trigger_specs": [ 425 "trigger_specs": [
443 { 426 {
444 "builder_name": "Win7 Tests (1)", 427 "builder_name": "Win7 Tests (1)",
445 "properties": { 428 "properties": {
446 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ", 429 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c ",
447 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", 430 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}",
448 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" , 431 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50" ,
449 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", 432 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}",
450 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 433 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
(...skipping 10 matching lines...) Expand all
461 "~followup_annotations": [ 444 "~followup_annotations": [
462 "@@@STEP_TEXT@Win7 Tests (1)@@@" 445 "@@@STEP_TEXT@Win7 Tests (1)@@@"
463 ] 446 ]
464 }, 447 },
465 { 448 {
466 "name": "$result", 449 "name": "$result",
467 "recipe_result": null, 450 "recipe_result": null,
468 "status_code": 0 451 "status_code": 0
469 } 452 }
470 ] 453 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698