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

Side by Side Diff: infra/recipes/blink_downstream.expected/minimal_pass_continues.json

Issue 2277203002: Copy blink_downstream recipe (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
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "\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",
7 "[BUILDER_CACHE]/V8_Blink_Linux_64",
8 "511"
9 ],
10 "name": "makedirs checkout path",
11 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
21 "@@@STEP_LOG_END@python.inline@@@"
22 ]
23 },
24 {
25 "cmd": [
26 "python",
27 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--master",
30 "client.v8.fyi",
31 "--builder",
32 "V8-Blink Linux 64",
33 "--slave",
34 "TestSlavename",
35 "--spec",
36 "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': 'https://chromium.googlesource.com/chromium /blink.git'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': ' https://chromium.googlesource.com/chromium/src.git'}]",
37 "--root",
38 "src",
39 "--revision_mapping_file",
40 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_ revision\"}",
41 "--git-cache-dir",
42 "[GIT_CACHE]",
43 "--output_json",
44 "/path/to/tmp/json",
45 "--revision",
46 "src@HEAD",
47 "--revision",
48 "src/v8@20123",
49 "--force",
50 "--output_manifest"
51 ],
52 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
53 "env": {
54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
55 },
56 "name": "bot_update",
57 "~followup_annotations": [
58 "@@@STEP_TEXT@Some step text@@@",
59 "@@@STEP_LOG_LINE@json.output@{@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@",
63 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": \"20123\"@@@",
64 "@@@STEP_LOG_LINE@json.output@ }, @@@",
65 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
68 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
69 "@@@STEP_LOG_LINE@json.output@ }, @@@",
70 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
73 "@@@STEP_LOG_LINE@json.output@ }, @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
77 "@@@STEP_LOG_LINE@json.output@ }, @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
81 "@@@STEP_LOG_LINE@json.output@ }, @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
83 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
85 "@@@STEP_LOG_LINE@json.output@ }, @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
88 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
89 "@@@STEP_LOG_LINE@json.output@ }, @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
93 "@@@STEP_LOG_LINE@json.output@ }@@@",
94 "@@@STEP_LOG_LINE@json.output@ }, @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
98 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
100 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
102 "@@@STEP_LOG_LINE@json.output@ \"got_cr_revision\": \"f27fede2220bcd326 aee3e86ddfd4ebd0fe58cb9\", @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"got_cr_revision_cp\": \"refs/heads/mas ter@{#170242}\", @@@",
104 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
106 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"801ada225ddc271c132c 3a35f03975671d43e399\", @@@",
107 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#43426}\", @@@",
108 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
109 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
110 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
111 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
112 "@@@STEP_LOG_LINE@json.output@ }, @@@",
113 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
114 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
115 "@@@STEP_LOG_LINE@json.output@}@@@",
116 "@@@STEP_LOG_END@json.output@@@",
117 "@@@SET_BUILD_PROPERTY@got_cr_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0 fe58cb9\"@@@",
118 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
119 "@@@SET_BUILD_PROPERTY@got_cr_revision_cp@\"refs/heads/master@{#170242}\"@ @@",
120 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
121 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
122 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
123 "@@@SET_BUILD_PROPERTY@got_revision@\"801ada225ddc271c132c3a35f03975671d43 e399\"@@@",
124 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
125 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
126 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@",
127 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
128 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
129 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
130 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
131 ]
132 },
133 {
134 "cmd": [],
135 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
136 "name": "ensure_goma"
137 },
138 {
139 "cmd": [
140 "python",
141 "-u",
142 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
143 "--platform",
144 "linux-amd64",
145 "--dest-directory",
146 "[SLAVE_BUILD]/cipd",
147 "--json-output",
148 "/path/to/tmp/json"
149 ],
150 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
151 "name": "ensure_goma.install cipd",
152 "~followup_annotations": [
153 "@@@STEP_NEST_LEVEL@1@@@",
154 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
155 "@@@STEP_LOG_LINE@json.output@{@@@",
156 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
157 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
158 "@@@STEP_LOG_LINE@json.output@}@@@",
159 "@@@STEP_LOG_END@json.output@@@"
160 ]
161 },
162 {
163 "cmd": [
164 "[SLAVE_BUILD]/cipd/cipd",
165 "ensure",
166 "--root",
167 "[CACHE]/cipd/goma",
168 "--list",
169 "infra/tools/cloudtail/linux-amd64 git_revision:c6b17d5aa4fa6396c5f9712481 20e0e624c21fb3\ninfra_internal/goma/client/linux-amd64 release",
170 "--json-output",
171 "/path/to/tmp/json",
172 "--service-account-json",
173 "/creds/service_accounts/service-account-goma-client.json"
174 ],
175 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
176 "name": "ensure_goma.ensure_installed",
177 "~followup_annotations": [
178 "@@@STEP_NEST_LEVEL@1@@@",
179 "@@@STEP_LOG_LINE@json.output@{@@@",
180 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
181 "@@@STEP_LOG_LINE@json.output@ {@@@",
182 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-git_revision:c6b\", @@@",
183 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
184 "@@@STEP_LOG_LINE@json.output@ }, @@@",
185 "@@@STEP_LOG_LINE@json.output@ {@@@",
186 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
187 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
188 "@@@STEP_LOG_LINE@json.output@ }@@@",
189 "@@@STEP_LOG_LINE@json.output@ ]@@@",
190 "@@@STEP_LOG_LINE@json.output@}@@@",
191 "@@@STEP_LOG_END@json.output@@@"
192 ]
193 },
194 {
195 "cmd": [
196 "python",
197 "-u",
198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
199 "runhooks"
200 ],
201 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
202 "env": {
203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
204 "GYP_CHROMIUM_NO_ACTION": "1",
205 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1",
206 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
207 },
208 "name": "gclient runhooks"
209 },
210 {
211 "cmd": [
212 "python",
213 "-u",
214 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py",
215 "gen",
216 "-m",
217 "client.v8.fyi",
218 "-b",
219 "V8-Blink Linux 64",
220 "--config-file",
221 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl",
222 "--goma-dir",
223 "[CACHE]/cipd/goma",
224 "//out/Release"
225 ],
226 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
227 "env": {
228 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
229 },
230 "name": "generate_build_files (with patch)"
231 },
232 {
233 "cmd": [
234 "python",
235 "-u",
236 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
237 "--show-path",
238 "python",
239 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
240 "--gsutil-py-path",
241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
242 "--ninja-path",
243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
244 "--target",
245 "Release",
246 "--src-dir",
247 "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
248 "--goma-cache-dir",
249 "[GOMA_CACHE]",
250 "--goma-deps-cache-dir",
251 "[GOMA_DEPS_CACHE]",
252 "--compiler",
253 "goma",
254 "--goma-jsonstatus",
255 "/path/to/tmp/json",
256 "--goma-service-account-json-file",
257 "/creds/service_accounts/service-account-goma-client.json",
258 "--goma-dir",
259 "[CACHE]/cipd/goma",
260 "--",
261 "blink_tests"
262 ],
263 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
264 "env": {
265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
266 },
267 "name": "compile (with patch)",
268 "~followup_annotations": [
269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
270 "@@@STEP_LOG_END@json.output (invalid)@@@"
271 ]
272 },
273 {
274 "cmd": [
275 "python",
276 "-u",
277 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
278 "--target",
279 "Release",
280 "--xvfb",
281 "--factory-properties",
282 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
283 "--build-properties",
284 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
285 "--step-name=webkit_unit_tests",
286 "--builder-name=V8-Blink Linux 64",
287 "--slave-name=TestSlavename",
288 "--build-number=571",
289 "webkit_unit_tests"
290 ],
291 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
292 "name": "webkit_unit_tests"
293 },
294 {
295 "cmd": [
296 "python",
297 "-u",
298 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
299 "--target",
300 "Release",
301 "--no-xvfb",
302 "--factory-properties",
303 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
304 "--build-properties",
305 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
306 "--step-name=webkit_tests (with patch)",
307 "--builder-name=V8-Blink Linux 64",
308 "--slave-name=TestSlavename",
309 "--build-number=571",
310 "--run-python-script",
311 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
312 "--target",
313 "Release",
314 "-o",
315 "[SLAVE_BUILD]/layout-test-results",
316 "--build-dir",
317 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
318 "--json-test-results",
319 "/path/to/tmp/json",
320 "--test-results-server",
321 "test-results.appspot.com",
322 "--build-number",
323 "571",
324 "--builder-name",
325 "V8-Blink Linux 64",
326 "--step-name",
327 "webkit_tests (with patch)",
328 "--no-pixel-tests",
329 "--additional-expectations",
330 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectatio ns"
331 ],
332 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
333 "name": "webkit_tests (with patch)",
334 "~followup_annotations": [
335 "step returned non-zero exit code: 5",
336 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/slow.html<br/>flake/totall y-flakey.html<br/>flake/timeout-then-crash.html<br/><br/>unexpected_failures:<br />bad/totally-bad-probably.html<br/>tricky/totally-maybe-not-awesome.html<br/><b r/>Total executed: 9001<br/>@@@",
337 "@@@STEP_FAILURE@@@"
338 ]
339 },
340 {
341 "cmd": [
342 "python",
343 "-u",
344 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py",
345 "--results-dir",
346 "[SLAVE_BUILD]/layout-test-results",
347 "--build-dir",
348 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
349 "--build-number",
350 "571",
351 "--builder-name",
352 "V8-Blink Linux 64",
353 "--gs-bucket",
354 "gs://chromium-layout-test-archives",
355 "--staging-dir",
356 "[CACHE]/chrome_staging"
357 ],
358 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
359 "name": "archive_webkit_tests_results",
360 "~followup_annotations": [
361 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/V8-Blink_Linux_64/571/layout-test-results/results.html@@@",
362 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/V8-Blink_Linux_64/571/layout-test-results.zip@@@"
363 ]
364 },
365 {
366 "cmd": [
367 "python",
368 "-u",
369 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
370 "--master",
371 "client.v8.fyi",
372 "--builder",
373 "V8-Blink Linux 64",
374 "--slave",
375 "TestSlavename",
376 "--spec",
377 "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': 'https://chromium.googlesource.com/chromium /blink.git'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': ' https://chromium.googlesource.com/chromium/src.git'}]",
378 "--root",
379 "src",
380 "--revision_mapping_file",
381 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_ revision\"}",
382 "--git-cache-dir",
383 "[GIT_CACHE]",
384 "--output_json",
385 "/path/to/tmp/json",
386 "--revision",
387 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
388 "--force",
389 "--output_manifest"
390 ],
391 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
392 "env": {
393 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
394 },
395 "name": "bot_update (2)",
396 "~followup_annotations": [
397 "@@@STEP_TEXT@Some step text@@@",
398 "@@@STEP_LOG_LINE@json.output@{@@@",
399 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
400 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
401 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@",
402 "@@@STEP_LOG_LINE@json.output@ }, @@@",
403 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
404 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
405 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
406 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
407 "@@@STEP_LOG_LINE@json.output@ }, @@@",
408 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
409 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
410 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
411 "@@@STEP_LOG_LINE@json.output@ }, @@@",
412 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
413 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
414 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
415 "@@@STEP_LOG_LINE@json.output@ }, @@@",
416 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
417 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
418 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
419 "@@@STEP_LOG_LINE@json.output@ }, @@@",
420 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
421 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
422 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
423 "@@@STEP_LOG_LINE@json.output@ }, @@@",
424 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
425 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
426 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
427 "@@@STEP_LOG_LINE@json.output@ }, @@@",
428 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
429 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
430 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
431 "@@@STEP_LOG_LINE@json.output@ }@@@",
432 "@@@STEP_LOG_LINE@json.output@ }, @@@",
433 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
434 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
435 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
436 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
437 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
438 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
439 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
440 "@@@STEP_LOG_LINE@json.output@ \"got_cr_revision\": \"f27fede2220bcd326 aee3e86ddfd4ebd0fe58cb9\", @@@",
441 "@@@STEP_LOG_LINE@json.output@ \"got_cr_revision_cp\": \"refs/heads/mas ter@{#170242}\", @@@",
442 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
443 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
444 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"801ada225ddc271c132c 3a35f03975671d43e399\", @@@",
445 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#43426}\", @@@",
446 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
447 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
448 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
449 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
450 "@@@STEP_LOG_LINE@json.output@ }, @@@",
451 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
452 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
453 "@@@STEP_LOG_LINE@json.output@}@@@",
454 "@@@STEP_LOG_END@json.output@@@"
455 ]
456 },
457 {
458 "cmd": [
459 "python",
460 "-u",
461 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb.py",
462 "gen",
463 "-m",
464 "client.v8.fyi",
465 "-b",
466 "V8-Blink Linux 64",
467 "--config-file",
468 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/tools/mb/mb_config.pyl",
469 "--goma-dir",
470 "[CACHE]/cipd/goma",
471 "//out/Release"
472 ],
473 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
474 "env": {
475 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
476 },
477 "name": "generate_build_files (without patch)"
478 },
479 {
480 "cmd": [
481 "python",
482 "-u",
483 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
484 "--show-path",
485 "python",
486 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
487 "--gsutil-py-path",
488 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
489 "--ninja-path",
490 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
491 "--target",
492 "Release",
493 "--src-dir",
494 "[BUILDER_CACHE]/V8_Blink_Linux_64/src",
495 "--goma-cache-dir",
496 "[GOMA_CACHE]",
497 "--goma-deps-cache-dir",
498 "[GOMA_DEPS_CACHE]",
499 "--compiler",
500 "goma",
501 "--goma-jsonstatus",
502 "/path/to/tmp/json",
503 "--goma-service-account-json-file",
504 "/creds/service_accounts/service-account-goma-client.json",
505 "--goma-dir",
506 "[CACHE]/cipd/goma",
507 "--",
508 "blink_tests"
509 ],
510 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
511 "env": {
512 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
513 },
514 "name": "compile (without patch)",
515 "~followup_annotations": [
516 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
517 "@@@STEP_LOG_END@json.output (invalid)@@@"
518 ]
519 },
520 {
521 "cmd": [
522 "python",
523 "-u",
524 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
525 "--target",
526 "Release",
527 "--no-xvfb",
528 "--factory-properties",
529 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
530 "--build-properties",
531 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" buildername\": \"V8-Blink Linux 64\", \"buildnumber\": 571, \"mastername\": \"cl ient.v8.fyi\", \"path_config\": \"kitchen\", \"recipe\": \"blink_downstream\", \ "revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/t o/workdir/TestSlavename\"}",
532 "--step-name=webkit_tests (without patch)",
533 "--builder-name=V8-Blink Linux 64",
534 "--slave-name=TestSlavename",
535 "--build-number=571",
536 "--run-python-script",
537 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
538 "--target",
539 "Release",
540 "-o",
541 "[SLAVE_BUILD]/layout-test-results",
542 "--build-dir",
543 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/out",
544 "--json-test-results",
545 "/path/to/tmp/json",
546 "--test-results-server",
547 "test-results.appspot.com",
548 "--build-number",
549 "571",
550 "--builder-name",
551 "V8-Blink Linux 64",
552 "--step-name",
553 "webkit_tests (without patch)",
554 "--no-pixel-tests",
555 "--additional-expectations",
556 "[BUILDER_CACHE]/V8_Blink_Linux_64/src/v8/tools/blink_tests/TestExpectatio ns",
557 "--test-list",
558 "bad/totally-bad-probably.html\ntricky/totally-maybe-not-awesome.html",
559 "--skipped",
560 "always"
561 ],
562 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
563 "name": "webkit_tests (without patch)",
564 "~followup_annotations": [
565 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
566 ]
567 },
568 {
569 "cmd": [
570 "python",
571 "-u",
572 "import sys; sys.exit(1)"
573 ],
574 "cwd": "[BUILDER_CACHE]/V8_Blink_Linux_64",
575 "name": "webkit_tests (retry summary)",
576 "~followup_annotations": [
577 "step returned non-zero exit code: 1",
578 "@@@STEP_TEXT@<br/>failures:<br/>bad/totally-bad-probably.html<br/>tricky/ totally-maybe-not-awesome.html<br/>@@@",
579 "@@@STEP_FAILURE@@@"
580 ]
581 },
582 {
583 "name": "$result",
584 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
585 "recipe_result": null,
586 "status_code": 1
587 }
588 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698