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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_rel.json

Issue 2187543002: Reland of rename existing Blink try bots to include OS version. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 4 years, 4 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]/mac_layout",
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 "tryserver.blink",
31 "--builder",
32 "mac_blink_rel",
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': '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'}]",
37 "--root",
38 "src",
39 "--revision_mapping_file",
40 "{\"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\"}",
41 "--git-cache-dir",
42 "[GIT_CACHE]",
43 "--issue",
44 "12853011",
45 "--patchset",
46 "1",
47 "--rietveld_server",
48 "https://codereview.chromium.org",
49 "--output_json",
50 "/path/to/tmp/json",
51 "--revision",
52 "src@HEAD",
53 "--output_manifest"
54 ],
55 "cwd": "[BUILDER_CACHE]/mac_layout",
56 "env": {
57 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
58 },
59 "name": "bot_update",
60 "~followup_annotations": [
61 "@@@STEP_TEXT@Some step text@@@",
62 "@@@STEP_LOG_LINE@json.output@{@@@",
63 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
66 "@@@STEP_LOG_LINE@json.output@ }, @@@",
67 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
70 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
71 "@@@STEP_LOG_LINE@json.output@ }, @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
75 "@@@STEP_LOG_LINE@json.output@ }, @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
77 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
79 "@@@STEP_LOG_LINE@json.output@ }, @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
83 "@@@STEP_LOG_LINE@json.output@ }, @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
85 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
87 "@@@STEP_LOG_LINE@json.output@ }, @@@",
88 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
89 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
91 "@@@STEP_LOG_LINE@json.output@ }, @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
93 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
95 "@@@STEP_LOG_LINE@json.output@ }@@@",
96 "@@@STEP_LOG_LINE@json.output@ }, @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
100 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
102 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
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\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
107 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
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_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
111 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
112 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
113 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
114 "@@@STEP_LOG_LINE@json.output@ }, @@@",
115 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
116 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
117 "@@@STEP_LOG_LINE@json.output@}@@@",
118 "@@@STEP_LOG_END@json.output@@@",
119 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
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@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
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_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
127 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
128 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
129 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
130 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
131 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
132 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
133 ]
134 },
135 {
136 "cmd": [],
137 "name": "ensure_goma"
138 },
139 {
140 "cmd": [
141 "python",
142 "-u",
143 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
144 "--platform",
145 "mac-amd64",
146 "--dest-directory",
147 "[SLAVE_BUILD]/cipd",
148 "--json-output",
149 "/path/to/tmp/json"
150 ],
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_internal/goma/client/mac-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 "name": "ensure_goma.ensure_installed",
176 "~followup_annotations": [
177 "@@@STEP_NEST_LEVEL@1@@@",
178 "@@@STEP_LOG_LINE@json.output@{@@@",
179 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
180 "@@@STEP_LOG_LINE@json.output@ {@@@",
181 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
182 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/mac-amd64\"@@@",
183 "@@@STEP_LOG_LINE@json.output@ }@@@",
184 "@@@STEP_LOG_LINE@json.output@ ]@@@",
185 "@@@STEP_LOG_LINE@json.output@}@@@",
186 "@@@STEP_LOG_END@json.output@@@"
187 ]
188 },
189 {
190 "cmd": [
191 "python",
192 "-u",
193 "[BUILDER_CACHE]/mac_layout/src/tools/swarming_client/swarming.py",
194 "--version"
195 ],
196 "name": "swarming.py --version",
197 "stdout": "/path/to/tmp/",
198 "~followup_annotations": [
199 "@@@STEP_TEXT@0.8.6@@@"
200 ]
201 },
202 {
203 "cmd": [
204 "python",
205 "-u",
206 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
207 "runhooks"
208 ],
209 "cwd": "[BUILDER_CACHE]/mac_layout/src",
210 "env": {
211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
212 "GYP_CHROMIUM_NO_ACTION": "1",
213 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare us e_goma=1",
214 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
215 },
216 "name": "gclient runhooks (with patch)"
217 },
218 {
219 "cmd": [
220 "python",
221 "-u",
222 "[BUILDER_CACHE]/mac_layout/src/testing/scripts/get_compile_targets.py",
223 "--output",
224 "/path/to/tmp/json",
225 "--",
226 "--build-config-fs",
227 "Release",
228 "--paths",
229 "{\"checkout\": \"[BUILDER_CACHE]/mac_layout/src\", \"runit.py\": \"RECIPE _PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_ REPO[build]/scripts/slave/runtest.py\"}",
230 "--properties",
231 "{\"buildername\": \"mac_blink_rel\", \"buildnumber\": 571, \"mastername\" : \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \" mac\"}"
232 ],
233 "name": "get compile targets for scripts",
234 "~followup_annotations": [
235 "@@@STEP_LOG_LINE@json.output@{}@@@",
236 "@@@STEP_LOG_END@json.output@@@"
237 ]
238 },
239 {
240 "cmd": [
241 "python",
242 "-u",
243 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
244 "[BUILDER_CACHE]/mac_layout/src/testing/buildbot/chromium.webkit.json",
245 "/path/to/tmp/json"
246 ],
247 "name": "read test spec (chromium.webkit.json)",
248 "~followup_annotations": [
249 "@@@STEP_TEXT@path: [BUILDER_CACHE]/mac_layout/src/testing/buildbot/chromi um.webkit.json@@@",
250 "@@@STEP_LOG_LINE@json.output@{}@@@",
251 "@@@STEP_LOG_END@json.output@@@"
252 ]
253 },
254 {
255 "cmd": [
256 "git",
257 "diff",
258 "--cached",
259 "--name-only"
260 ],
261 "cwd": "[BUILDER_CACHE]/mac_layout/src",
262 "name": "git diff to analyze patch",
263 "stdout": "/path/to/tmp/",
264 "~followup_annotations": [
265 "@@@STEP_LOG_LINE@files@foo.cc@@@",
266 "@@@STEP_LOG_END@files@@@",
267 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
268 ]
269 },
270 {
271 "cmd": [
272 "python",
273 "-u",
274 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
275 "[BUILDER_CACHE]/mac_layout/src/testing/buildbot/trybot_analyze_config.jso n",
276 "/path/to/tmp/json"
277 ],
278 "name": "read filter exclusion spec",
279 "~followup_annotations": [
280 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
281 "@@@STEP_LOG_LINE@json.output@{@@@",
282 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
283 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
284 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
285 "@@@STEP_LOG_LINE@json.output@ ]@@@",
286 "@@@STEP_LOG_LINE@json.output@ }, @@@",
287 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
288 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
289 "@@@STEP_LOG_LINE@json.output@ }@@@",
290 "@@@STEP_LOG_LINE@json.output@}@@@",
291 "@@@STEP_LOG_END@json.output@@@"
292 ]
293 },
294 {
295 "cmd": [
296 "python",
297 "-u",
298 "import sys; sys.exit(0)"
299 ],
300 "name": "analyze",
301 "~followup_annotations": [
302 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
303 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
304 "@@@STEP_LOG_END@excluded_files@@@",
305 "@@@STEP_LOG_LINE@analyze_details@{@@@",
306 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
307 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
308 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
309 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
310 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
311 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
312 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
313 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
314 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
315 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
316 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
317 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
318 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
319 "@@@STEP_LOG_LINE@analyze_details@}@@@",
320 "@@@STEP_LOG_END@analyze_details@@@"
321 ]
322 },
323 {
324 "cmd": [
325 "python",
326 "-u",
327 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
328 "--show-path",
329 "python",
330 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
331 ],
332 "name": "cleanup_temp"
333 },
334 {
335 "cmd": [
336 "python",
337 "-u",
338 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb.py",
339 "gen",
340 "-m",
341 "tryserver.blink",
342 "-b",
343 "mac_blink_rel",
344 "--config-file",
345 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl",
346 "--goma-dir",
347 "[CACHE]/cipd/goma",
348 "//out/Release"
349 ],
350 "cwd": "[BUILDER_CACHE]/mac_layout/src",
351 "env": {
352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
353 },
354 "name": "generate_build_files (with patch)"
355 },
356 {
357 "allow_subannotations": true,
358 "cmd": [
359 "python",
360 "-u",
361 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
362 "--src-dir",
363 "[BUILDER_CACHE]/mac_layout/src",
364 "--output-json",
365 "/path/to/tmp/json"
366 ],
367 "env": {
368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
369 },
370 "name": "clang_revision",
371 "~followup_annotations": [
372 "@@@STEP_LOG_LINE@json.output@{@@@",
373 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
374 "@@@STEP_LOG_LINE@json.output@}@@@",
375 "@@@STEP_LOG_END@json.output@@@"
376 ]
377 },
378 {
379 "cmd": [
380 "python",
381 "-u",
382 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
383 "--show-path",
384 "python",
385 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
386 "--gsutil-py-path",
387 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
388 "--ninja-path",
389 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
390 "--target",
391 "Release",
392 "--src-dir",
393 "[BUILDER_CACHE]/mac_layout/src",
394 "--goma-cache-dir",
395 "[GOMA_CACHE]",
396 "--goma-deps-cache-dir",
397 "[GOMA_DEPS_CACHE]",
398 "--compiler",
399 "goma-clang",
400 "--goma-jsonstatus",
401 "/path/to/tmp/json",
402 "--goma-service-account-json-file",
403 "/creds/service_accounts/service-account-goma-client.json",
404 "--goma-dir",
405 "[CACHE]/cipd/goma",
406 "--goma-fail-fast",
407 "--goma-disable-local-fallback",
408 "--",
409 "blink_tests"
410 ],
411 "env": {
412 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
413 },
414 "name": "compile (with patch)",
415 "~followup_annotations": [
416 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
417 "@@@STEP_LOG_END@json.output (invalid)@@@"
418 ]
419 },
420 {
421 "cmd": [
422 "python",
423 "-u",
424 "import sys; sys.exit(0)"
425 ],
426 "name": "mark: before_tests"
427 },
428 {
429 "cmd": [
430 "python",
431 "-u",
432 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
433 "--target",
434 "Release",
435 "--factory-properties",
436 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"mac_blink_rel\ ", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\ ", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\ ", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\ ", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_ hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
437 "--build-properties",
438 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"mac_blink_rel\ ", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blink\ ", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\ ", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\ ", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_ hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
439 "--step-name=webkit_tests (with patch)",
440 "--builder-name=mac_blink_rel",
441 "--slave-name=TestSlavename",
442 "--build-number=571",
443 "--run-python-script",
444 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
445 "--target",
446 "Release",
447 "-o",
448 "[SLAVE_BUILD]/layout-test-results",
449 "--build-dir",
450 "[BUILDER_CACHE]/mac_layout/src/out",
451 "--json-test-results",
452 "/path/to/tmp/json",
453 "--test-results-server",
454 "test-results.appspot.com",
455 "--build-number",
456 "571",
457 "--builder-name",
458 "mac_blink_rel",
459 "--step-name",
460 "webkit_tests (with patch)"
461 ],
462 "cwd": "[BUILDER_CACHE]/mac_layout",
463 "env": {
464 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
465 },
466 "name": "webkit_tests (with patch)",
467 "~followup_annotations": [
468 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
469 ]
470 },
471 {
472 "cmd": [
473 "python",
474 "-u",
475 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py",
476 "--results-dir",
477 "[SLAVE_BUILD]/layout-test-results",
478 "--build-dir",
479 "[BUILDER_CACHE]/mac_layout/src/out",
480 "--build-number",
481 "571",
482 "--builder-name",
483 "mac_blink_rel",
484 "--gs-bucket",
485 "gs://chromium-layout-test-archives",
486 "--staging-dir",
487 "[CACHE]/chrome_staging"
488 ],
489 "cwd": "[BUILDER_CACHE]/mac_layout",
490 "env": {
491 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
492 },
493 "name": "archive_webkit_tests_results",
494 "~followup_annotations": [
495 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@",
496 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@"
497 ]
498 },
499 {
500 "name": "$result",
501 "recipe_result": null,
502 "status_code": 0
503 }
504 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698