OLD | NEW |
| (Empty) |
1 [ | |
2 { | |
3 "cmd": [ | |
4 "python", | |
5 "-u", | |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | |
7 ], | |
8 "name": "taskkill" | |
9 }, | |
10 { | |
11 "cmd": [ | |
12 "python", | |
13 "-u", | |
14 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | |
15 "[BUILDER_CACHE]\\win_layout", | |
16 "511" | |
17 ], | |
18 "name": "makedirs checkout path", | |
19 "~followup_annotations": [ | |
20 "@@@STEP_LOG_LINE@python.inline@@@@", | |
21 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
22 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
23 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
24 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
25 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
26 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
27 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
28 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
29 "@@@STEP_LOG_END@python.inline@@@" | |
30 ] | |
31 }, | |
32 { | |
33 "cmd": [ | |
34 "python", | |
35 "-u", | |
36 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | |
37 "--master", | |
38 "tryserver.blink", | |
39 "--builder", | |
40 "win_blink_rel", | |
41 "--slave", | |
42 "TestSlavename", | |
43 "--spec", | |
44 "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'}]", | |
45 "--root", | |
46 "src", | |
47 "--revision_mapping_file", | |
48 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | |
49 "--git-cache-dir", | |
50 "[GIT_CACHE]", | |
51 "--issue", | |
52 "12853011", | |
53 "--patchset", | |
54 "1", | |
55 "--rietveld_server", | |
56 "https://codereview.chromium.org", | |
57 "--output_json", | |
58 "/path/to/tmp/json", | |
59 "--revision", | |
60 "src@HEAD", | |
61 "--output_manifest" | |
62 ], | |
63 "cwd": "[BUILDER_CACHE]\\win_layout", | |
64 "env": { | |
65 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | |
66 }, | |
67 "name": "bot_update", | |
68 "~followup_annotations": [ | |
69 "@@@STEP_TEXT@Some step text@@@", | |
70 "@@@STEP_LOG_LINE@json.output@{@@@", | |
71 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
72 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
73 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | |
74 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
75 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
76 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
77 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
79 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
80 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", | |
81 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", | |
82 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", | |
83 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
84 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | |
85 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | |
86 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | |
87 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
88 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", | |
89 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", | |
90 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", | |
91 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
92 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", | |
93 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", | |
94 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", | |
95 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
96 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", | |
97 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", | |
98 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", | |
99 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
100 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", | |
101 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", | |
102 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", | |
103 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
104 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
105 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
106 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
107 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
108 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", | |
109 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", | |
110 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328
b2809876916353cb994259692140934\", @@@", | |
111 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h
eads/master@{#182578}\", @@@", | |
112 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | |
113 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | |
114 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
115 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", | |
116 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", | |
117 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", | |
118 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", | |
119 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", | |
120 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", | |
121 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", | |
122 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
123 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
124 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
125 "@@@STEP_LOG_LINE@json.output@}@@@", | |
126 "@@@STEP_LOG_END@json.output@@@", | |
127 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee
efc1b9b50\"@@@", | |
128 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4
c759c837980b63b99566\"@@@", | |
129 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18
2578}\"@@@", | |
130 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934
18c623137f4\"@@@", | |
131 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
132 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | |
133 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | |
134 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | |
135 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | |
136 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | |
137 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | |
138 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | |
139 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | |
140 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | |
141 ] | |
142 }, | |
143 { | |
144 "cmd": [], | |
145 "name": "ensure_goma" | |
146 }, | |
147 { | |
148 "cmd": [ | |
149 "python", | |
150 "-u", | |
151 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | |
152 "--platform", | |
153 "windows-386", | |
154 "--dest-directory", | |
155 "[SLAVE_BUILD]\\cipd", | |
156 "--json-output", | |
157 "/path/to/tmp/json" | |
158 ], | |
159 "name": "ensure_goma.install cipd", | |
160 "~followup_annotations": [ | |
161 "@@@STEP_NEST_LEVEL@1@@@", | |
162 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
163 "@@@STEP_LOG_LINE@json.output@{@@@", | |
164 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | |
165 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
166 "@@@STEP_LOG_LINE@json.output@}@@@", | |
167 "@@@STEP_LOG_END@json.output@@@" | |
168 ] | |
169 }, | |
170 { | |
171 "cmd": [ | |
172 "[SLAVE_BUILD]\\cipd\\cipd", | |
173 "ensure", | |
174 "--root", | |
175 "[CACHE]\\cipd\\goma", | |
176 "--list", | |
177 "infra_internal/goma/client/windows-amd64 release", | |
178 "--json-output", | |
179 "/path/to/tmp/json", | |
180 "--service-account-json", | |
181 "C:\\creds\\service_accounts\\service-account-goma-client.json" | |
182 ], | |
183 "name": "ensure_goma.ensure_installed", | |
184 "~followup_annotations": [ | |
185 "@@@STEP_NEST_LEVEL@1@@@", | |
186 "@@@STEP_LOG_LINE@json.output@{@@@", | |
187 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
188 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
189 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
190 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | |
191 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
192 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
193 "@@@STEP_LOG_LINE@json.output@}@@@", | |
194 "@@@STEP_LOG_END@json.output@@@" | |
195 ] | |
196 }, | |
197 { | |
198 "cmd": [ | |
199 "python", | |
200 "-u", | |
201 "[BUILDER_CACHE]\\win_layout\\src\\tools\\swarming_client\\swarming.py", | |
202 "--version" | |
203 ], | |
204 "name": "swarming.py --version", | |
205 "stdout": "/path/to/tmp/", | |
206 "~followup_annotations": [ | |
207 "@@@STEP_TEXT@0.8.6@@@" | |
208 ] | |
209 }, | |
210 { | |
211 "cmd": [ | |
212 "python", | |
213 "-u", | |
214 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | |
215 "runhooks" | |
216 ], | |
217 "cwd": "[BUILDER_CACHE]\\win_layout\\src", | |
218 "env": { | |
219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | |
220 "GYP_CHROMIUM_NO_ACTION": "1", | |
221 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom
a=1", | |
222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | |
223 }, | |
224 "name": "gclient runhooks (with patch)" | |
225 }, | |
226 { | |
227 "cmd": [ | |
228 "python", | |
229 "-u", | |
230 "[BUILDER_CACHE]\\win_layout\\src\\testing\\scripts\\get_compile_targets.p
y", | |
231 "--output", | |
232 "/path/to/tmp/json", | |
233 "--", | |
234 "--build-config-fs", | |
235 "Release", | |
236 "--paths", | |
237 "{\"checkout\": \"[BUILDER_CACHE]\\\\win_layout\\\\src\", \"runit.py\": \"
RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"
RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", | |
238 "--properties", | |
239 "{\"buildername\": \"win_blink_rel\", \"buildnumber\": 571, \"mastername\"
: \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \"
win\"}" | |
240 ], | |
241 "name": "get compile targets for scripts", | |
242 "~followup_annotations": [ | |
243 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
244 "@@@STEP_LOG_END@json.output@@@" | |
245 ] | |
246 }, | |
247 { | |
248 "cmd": [ | |
249 "python", | |
250 "-u", | |
251 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
252 "[BUILDER_CACHE]\\win_layout\\src\\testing\\buildbot\\chromium.webkit.json
", | |
253 "/path/to/tmp/json" | |
254 ], | |
255 "name": "read test spec (chromium.webkit.json)", | |
256 "~followup_annotations": [ | |
257 "@@@STEP_TEXT@path: [BUILDER_CACHE]\\win_layout\\src\\testing\\buildbot\\c
hromium.webkit.json@@@", | |
258 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
259 "@@@STEP_LOG_END@json.output@@@" | |
260 ] | |
261 }, | |
262 { | |
263 "cmd": [ | |
264 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | |
265 ], | |
266 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | |
267 "name": "ensure git tooling on windows", | |
268 "timeout": 300 | |
269 }, | |
270 { | |
271 "cmd": [ | |
272 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | |
273 "diff", | |
274 "--cached", | |
275 "--name-only" | |
276 ], | |
277 "cwd": "[BUILDER_CACHE]\\win_layout\\src", | |
278 "name": "git diff to analyze patch", | |
279 "stdout": "/path/to/tmp/", | |
280 "~followup_annotations": [ | |
281 "@@@STEP_LOG_LINE@files@foo.cc@@@", | |
282 "@@@STEP_LOG_END@files@@@", | |
283 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | |
284 ] | |
285 }, | |
286 { | |
287 "cmd": [ | |
288 "python", | |
289 "-u", | |
290 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
291 "[BUILDER_CACHE]\\win_layout\\src\\testing\\buildbot\\trybot_analyze_confi
g.json", | |
292 "/path/to/tmp/json" | |
293 ], | |
294 "name": "read filter exclusion spec", | |
295 "~followup_annotations": [ | |
296 "@@@STEP_TEXT@path: 'testing\\\\buildbot\\\\trybot_analyze_config.json'@@@
", | |
297 "@@@STEP_LOG_LINE@json.output@{@@@", | |
298 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | |
299 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", | |
300 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", | |
301 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
302 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
303 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | |
304 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | |
305 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
306 "@@@STEP_LOG_LINE@json.output@}@@@", | |
307 "@@@STEP_LOG_END@json.output@@@" | |
308 ] | |
309 }, | |
310 { | |
311 "cmd": [ | |
312 "python", | |
313 "-u", | |
314 "import sys; sys.exit(0)" | |
315 ], | |
316 "name": "analyze", | |
317 "~followup_annotations": [ | |
318 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | |
319 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | |
320 "@@@STEP_LOG_END@excluded_files@@@", | |
321 "@@@STEP_LOG_LINE@analyze_details@{@@@", | |
322 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | |
323 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | |
324 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | |
325 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | |
326 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | |
327 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | |
328 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | |
329 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", | |
330 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | |
331 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | |
332 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", | |
333 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", | |
334 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", | |
335 "@@@STEP_LOG_LINE@analyze_details@}@@@", | |
336 "@@@STEP_LOG_END@analyze_details@@@" | |
337 ] | |
338 }, | |
339 { | |
340 "cmd": [ | |
341 "python", | |
342 "-u", | |
343 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | |
344 "--show-path", | |
345 "python", | |
346 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | |
347 ], | |
348 "name": "cleanup_temp" | |
349 }, | |
350 { | |
351 "cmd": [ | |
352 "python", | |
353 "-u", | |
354 "[BUILDER_CACHE]\\win_layout\\src\\tools\\mb\\mb.py", | |
355 "gen", | |
356 "-m", | |
357 "tryserver.blink", | |
358 "-b", | |
359 "win_blink_rel", | |
360 "--config-file", | |
361 "[BUILDER_CACHE]\\win_layout\\src\\tools\\mb\\mb_config.pyl", | |
362 "--goma-dir", | |
363 "[CACHE]\\cipd\\goma", | |
364 "//out/Release" | |
365 ], | |
366 "cwd": "[BUILDER_CACHE]\\win_layout\\src", | |
367 "env": { | |
368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | |
369 }, | |
370 "name": "generate_build_files (with patch)" | |
371 }, | |
372 { | |
373 "cmd": [ | |
374 "python", | |
375 "-u", | |
376 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | |
377 "--show-path", | |
378 "python", | |
379 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | |
380 "--gsutil-py-path", | |
381 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | |
382 "--ninja-path", | |
383 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | |
384 "--target", | |
385 "Release", | |
386 "--src-dir", | |
387 "[BUILDER_CACHE]\\win_layout\\src", | |
388 "--goma-cache-dir", | |
389 "[GOMA_CACHE]", | |
390 "--goma-deps-cache-dir", | |
391 "[GOMA_DEPS_CACHE]", | |
392 "--compiler", | |
393 "goma", | |
394 "--goma-jsonstatus", | |
395 "/path/to/tmp/json", | |
396 "--goma-service-account-json-file", | |
397 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
398 "--goma-dir", | |
399 "[CACHE]\\cipd\\goma", | |
400 "--goma-fail-fast", | |
401 "--goma-disable-local-fallback", | |
402 "--", | |
403 "blink_tests" | |
404 ], | |
405 "env": { | |
406 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | |
407 }, | |
408 "name": "compile (with patch)", | |
409 "~followup_annotations": [ | |
410 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
411 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
412 ] | |
413 }, | |
414 { | |
415 "cmd": [ | |
416 "python", | |
417 "-u", | |
418 "import sys; sys.exit(0)" | |
419 ], | |
420 "name": "mark: before_tests" | |
421 }, | |
422 { | |
423 "cmd": [ | |
424 "python", | |
425 "-u", | |
426 "[BUILDER_CACHE]\\win_layout\\src\\third_party\\WebKit\\Tools\\Scripts\\ru
n-webkit-tests", | |
427 "--target", | |
428 "Release", | |
429 "--results-directory", | |
430 "[SLAVE_BUILD]\\layout-test-results", | |
431 "--build-dir", | |
432 "[BUILDER_CACHE]\\win_layout\\src\\out", | |
433 "--json-test-results", | |
434 "/path/to/tmp/json", | |
435 "--test-results-server", | |
436 "test-results.appspot.com", | |
437 "--build-number", | |
438 "571", | |
439 "--builder-name", | |
440 "win_blink_rel", | |
441 "--step-name", | |
442 "webkit_tests (with patch)", | |
443 "--master-name", | |
444 "tryserver.blink", | |
445 "--debug-rwt-logging" | |
446 ], | |
447 "cwd": "[BUILDER_CACHE]\\win_layout", | |
448 "env": { | |
449 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | |
450 }, | |
451 "name": "webkit_tests (with patch)", | |
452 "~followup_annotations": [ | |
453 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | |
454 ] | |
455 }, | |
456 { | |
457 "cmd": [ | |
458 "python", | |
459 "-u", | |
460 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\archive_layout_test
_results.py", | |
461 "--results-dir", | |
462 "[SLAVE_BUILD]\\layout-test-results", | |
463 "--build-dir", | |
464 "[BUILDER_CACHE]\\win_layout\\src\\out", | |
465 "--build-number", | |
466 "571", | |
467 "--builder-name", | |
468 "win_blink_rel", | |
469 "--gs-bucket", | |
470 "gs://chromium-layout-test-archives", | |
471 "--staging-dir", | |
472 "[CACHE]\\chrome_staging" | |
473 ], | |
474 "cwd": "[BUILDER_CACHE]\\win_layout", | |
475 "env": { | |
476 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | |
477 }, | |
478 "name": "archive_webkit_tests_results", | |
479 "~followup_annotations": [ | |
480 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_blink_rel/571/layout-test-results/results.html@@@", | |
481 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_blink_rel/571/layout-test-results.zip@@@" | |
482 ] | |
483 }, | |
484 { | |
485 "cmd": [ | |
486 "python", | |
487 "-u", | |
488 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | |
489 "--target", | |
490 "Release" | |
491 ], | |
492 "cwd": "[BUILDER_CACHE]\\win_layout", | |
493 "env": { | |
494 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | |
495 }, | |
496 "name": "process_dumps" | |
497 }, | |
498 { | |
499 "name": "$result", | |
500 "recipe_result": null, | |
501 "status_code": 0 | |
502 } | |
503 ] | |
OLD | NEW |