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

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

Issue 2185443003: Revert of Rename existing Blink try bots to include OS version. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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]/linux_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 "linux_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]/linux_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 "linux-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/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 "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/linux-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]/linux_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]/linux_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": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_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]/linux_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]/linux_layout/src\", \"runit.py\": \"RECI PE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAG E_REPO[build]/scripts/slave/runtest.py\"}",
230 "--properties",
231 "{\"buildername\": \"linux_blink_rel\", \"buildnumber\": 571, \"mastername \": \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}"
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]/linux_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]/linux_layout/src/testing/buildbot/chro mium.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]/linux_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]/linux_layout/src/testing/buildbot/trybot_analyze_config.j son",
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]/linux_layout/src/tools/mb/mb.py",
339 "gen",
340 "-m",
341 "tryserver.blink",
342 "-b",
343 "linux_blink_rel",
344 "--config-file",
345 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl",
346 "--goma-dir",
347 "[CACHE]/cipd/goma",
348 "//out/Release"
349 ],
350 "cwd": "[BUILDER_CACHE]/linux_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 "cmd": [
358 "python",
359 "-u",
360 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
361 "--show-path",
362 "python",
363 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
364 "--gsutil-py-path",
365 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
366 "--ninja-path",
367 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
368 "--target",
369 "Release",
370 "--src-dir",
371 "[BUILDER_CACHE]/linux_layout/src",
372 "--goma-cache-dir",
373 "[GOMA_CACHE]",
374 "--goma-deps-cache-dir",
375 "[GOMA_DEPS_CACHE]",
376 "--compiler",
377 "goma",
378 "--goma-jsonstatus",
379 "/path/to/tmp/json",
380 "--goma-service-account-json-file",
381 "/creds/service_accounts/service-account-goma-client.json",
382 "--goma-dir",
383 "[CACHE]/cipd/goma",
384 "--goma-fail-fast",
385 "--goma-disable-local-fallback",
386 "--ninja-ensure-up-to-date",
387 "--",
388 "blink_tests"
389 ],
390 "env": {
391 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
392 },
393 "name": "compile (with patch)",
394 "~followup_annotations": [
395 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
396 "@@@STEP_LOG_END@json.output (invalid)@@@"
397 ]
398 },
399 {
400 "cmd": [
401 "python",
402 "-u",
403 "import sys; sys.exit(0)"
404 ],
405 "name": "mark: before_tests"
406 },
407 {
408 "cmd": [
409 "python",
410 "-u",
411 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
412 "--target",
413 "Release",
414 "--no-xvfb",
415 "--factory-properties",
416 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_blink_re l\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blin k\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitche n\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \ "\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\ ": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swar m_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
417 "--build-properties",
418 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_blink_re l\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.blin k\", \"patch_project\": \"chromium\", \"patchset\": 1, \"path_config\": \"kitche n\", \"project\": \"chrome\", \"recipe\": \"chromium_trybot\", \"repository\": \ "\", \"requester\": \"commit-bot@chromium.org\", \"revision\": null, \"rietveld\ ": \"https://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"swar m_hashes\": {}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
419 "--step-name=webkit_tests (with patch)",
420 "--builder-name=linux_blink_rel",
421 "--slave-name=TestSlavename",
422 "--build-number=571",
423 "--run-python-script",
424 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/layout_test_wrapper.py" ,
425 "--target",
426 "Release",
427 "-o",
428 "[SLAVE_BUILD]/layout-test-results",
429 "--build-dir",
430 "[BUILDER_CACHE]/linux_layout/src/out",
431 "--json-test-results",
432 "/path/to/tmp/json",
433 "--test-results-server",
434 "test-results.appspot.com",
435 "--build-number",
436 "571",
437 "--builder-name",
438 "linux_blink_rel",
439 "--step-name",
440 "webkit_tests (with patch)"
441 ],
442 "cwd": "[BUILDER_CACHE]/linux_layout",
443 "env": {
444 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
445 },
446 "name": "webkit_tests (with patch)",
447 "~followup_annotations": [
448 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
449 ]
450 },
451 {
452 "cmd": [
453 "python",
454 "-u",
455 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/archive_layout_test_res ults.py",
456 "--results-dir",
457 "[SLAVE_BUILD]/layout-test-results",
458 "--build-dir",
459 "[BUILDER_CACHE]/linux_layout/src/out",
460 "--build-number",
461 "571",
462 "--builder-name",
463 "linux_blink_rel",
464 "--gs-bucket",
465 "gs://chromium-layout-test-archives",
466 "--staging-dir",
467 "[CACHE]/chrome_staging"
468 ],
469 "cwd": "[BUILDER_CACHE]/linux_layout",
470 "env": {
471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
472 },
473 "name": "archive_webkit_tests_results",
474 "~followup_annotations": [
475 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@",
476 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_rel/571/layout-test-results.zip@@@"
477 ]
478 },
479 {
480 "name": "$result",
481 "recipe_result": null,
482 "status_code": 0
483 }
484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698