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

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

Issue 2357493005: Add trusty builders on chromium.linux & tryserver.chromium.linux (Closed)
Patch Set: rebased Created 4 years, 1 month 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_Tests_Trusty",
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 "--spec",
30 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]",
31 "--patch_root",
32 "src",
33 "--revision_mapping_file",
34 "{\"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\"}",
35 "--git-cache-dir",
36 "[GIT_CACHE]",
37 "--output_json",
38 "/path/to/tmp/json",
39 "--revision",
40 "src@1111111",
41 "--output_manifest"
42 ],
43 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty",
44 "env": {
45 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
46 },
47 "name": "bot_update",
48 "~followup_annotations": [
49 "@@@STEP_TEXT@Some step text@@@",
50 "@@@STEP_LOG_LINE@json.output@{@@@",
51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
53 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }, @@@",
55 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
56 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
57 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
58 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
59 "@@@STEP_LOG_LINE@json.output@ }, @@@",
60 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
61 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
62 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
63 "@@@STEP_LOG_LINE@json.output@ }, @@@",
64 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
66 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
67 "@@@STEP_LOG_LINE@json.output@ }, @@@",
68 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
70 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
71 "@@@STEP_LOG_LINE@json.output@ }, @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
75 "@@@STEP_LOG_LINE@json.output@ }, @@@",
76 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
77 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
79 "@@@STEP_LOG_LINE@json.output@ }, @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
82 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
83 "@@@STEP_LOG_LINE@json.output@ }@@@",
84 "@@@STEP_LOG_LINE@json.output@ }, @@@",
85 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
86 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
87 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
89 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
97 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
100 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
101 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
102 "@@@STEP_LOG_LINE@json.output@ }, @@@",
103 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
104 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
105 "@@@STEP_LOG_LINE@json.output@}@@@",
106 "@@@STEP_LOG_END@json.output@@@",
107 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
109 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
110 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
111 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
112 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
113 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
114 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
115 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
116 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
117 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
118 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
119 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
120 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
121 ]
122 },
123 {
124 "cmd": [],
125 "name": "ensure_goma"
126 },
127 {
128 "cmd": [
129 "python",
130 "-u",
131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
132 "--platform",
133 "linux-amd64",
134 "--dest-directory",
135 "[SLAVE_BUILD]/cipd",
136 "--json-output",
137 "/path/to/tmp/json"
138 ],
139 "name": "ensure_goma.install cipd",
140 "~followup_annotations": [
141 "@@@STEP_NEST_LEVEL@1@@@",
142 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
143 "@@@STEP_LOG_LINE@json.output@{@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
145 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
146 "@@@STEP_LOG_LINE@json.output@}@@@",
147 "@@@STEP_LOG_END@json.output@@@"
148 ]
149 },
150 {
151 "cmd": [
152 "[SLAVE_BUILD]/cipd/cipd",
153 "ensure",
154 "--root",
155 "[CACHE]/cipd/goma",
156 "--list",
157 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
158 "--json-output",
159 "/path/to/tmp/json",
160 "--service-account-json",
161 "/creds/service_accounts/service-account-goma-client.json"
162 ],
163 "name": "ensure_goma.ensure_installed",
164 "~followup_annotations": [
165 "@@@STEP_NEST_LEVEL@1@@@",
166 "@@@STEP_LOG_LINE@json.output@{@@@",
167 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
168 "@@@STEP_LOG_LINE@json.output@ {@@@",
169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
171 "@@@STEP_LOG_LINE@json.output@ }, @@@",
172 "@@@STEP_LOG_LINE@json.output@ {@@@",
173 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
175 "@@@STEP_LOG_LINE@json.output@ }@@@",
176 "@@@STEP_LOG_LINE@json.output@ ]@@@",
177 "@@@STEP_LOG_LINE@json.output@}@@@",
178 "@@@STEP_LOG_END@json.output@@@"
179 ]
180 },
181 {
182 "cmd": [
183 "python",
184 "-u",
185 "[BUILDER_CACHE]/Linux_Tests_Trusty/src/tools/swarming_client/swarming.py" ,
186 "--version"
187 ],
188 "name": "swarming.py --version",
189 "stdout": "/path/to/tmp/",
190 "~followup_annotations": [
191 "@@@STEP_TEXT@0.8.6@@@"
192 ]
193 },
194 {
195 "cmd": [
196 "python",
197 "-u",
198 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
199 "runhooks"
200 ],
201 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty/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 test_isolation_mode=prepare 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]/Linux_Tests_Trusty/src/testing/scripts/get_compile_target s.py",
215 "--output",
216 "/path/to/tmp/json",
217 "--",
218 "--build-config-fs",
219 "Release",
220 "--use-src-side-runtest-py",
221 "--paths",
222 "{\"checkout\": \"[BUILDER_CACHE]/Linux_Tests_Trusty/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_ PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
223 "--properties",
224 "{\"buildername\": \"Linux Tests Trusty\", \"buildnumber\": 571, \"mastern ame\": \"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\" : \"linux\"}"
225 ],
226 "name": "get compile targets for scripts",
227 "~followup_annotations": [
228 "@@@STEP_LOG_LINE@json.output@{}@@@",
229 "@@@STEP_LOG_END@json.output@@@"
230 ]
231 },
232 {
233 "cmd": [
234 "python",
235 "-u",
236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
237 "[BUILDER_CACHE]/Linux_Tests_Trusty/src/testing/buildbot/chromium.linux.js on",
238 "/path/to/tmp/json"
239 ],
240 "name": "read test spec (chromium.linux.json)",
241 "~followup_annotations": [
242 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Linux_Tests_Trusty/src/testing/buildbo t/chromium.linux.json@@@",
243 "@@@STEP_LOG_LINE@json.output@{@@@",
244 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests Trusty\": {@@@",
245 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
246 "@@@STEP_LOG_LINE@json.output@ {@@@",
247 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": true@@@",
249 "@@@STEP_LOG_LINE@json.output@ }, @@@",
250 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
251 "@@@STEP_LOG_LINE@json.output@ }@@@",
252 "@@@STEP_LOG_LINE@json.output@ ]@@@",
253 "@@@STEP_LOG_LINE@json.output@ }@@@",
254 "@@@STEP_LOG_LINE@json.output@}@@@",
255 "@@@STEP_LOG_END@json.output@@@"
256 ]
257 },
258 {
259 "cmd": [
260 "python",
261 "-u",
262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
263 "--show-path",
264 "python",
265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
266 ],
267 "name": "cleanup_temp"
268 },
269 {
270 "cmd": [
271 "python",
272 "-u",
273 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
274 "[BUILDER_CACHE]/Linux_Tests_Trusty/src/out/Release"
275 ],
276 "name": "rmtree build directory",
277 "~followup_annotations": [
278 "@@@STEP_LOG_LINE@python.inline@@@@",
279 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
280 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
281 "@@@STEP_LOG_LINE@python.inline@@@@",
282 "@@@STEP_LOG_LINE@python.inline@@@@",
283 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
284 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
285 "@@@STEP_LOG_END@python.inline@@@"
286 ]
287 },
288 {
289 "cmd": [
290 "python",
291 "-u",
292 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
293 "--show-path",
294 "python",
295 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py",
296 "--gsutil-py-path",
297 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
298 "--target",
299 "Release",
300 "--src-dir",
301 "[BUILDER_CACHE]/Linux_Tests_Trusty/src",
302 "--build-archive-url",
303 "gs://test-domain/test-archive.zip",
304 "--master-name",
305 "chromium.linux",
306 "--build-number",
307 "571"
308 ],
309 "name": "extract build"
310 },
311 {
312 "cmd": [
313 "python",
314 "-u",
315 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
316 "--build-dir",
317 "[BUILDER_CACHE]/Linux_Tests_Trusty/src/out/Release",
318 "--output-json",
319 "/path/to/tmp/json"
320 ],
321 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty",
322 "env": {
323 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
324 },
325 "name": "find isolated tests",
326 "~followup_annotations": [
327 "@@@STEP_LOG_LINE@json.output@{@@@",
328 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
329 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
330 "@@@STEP_LOG_LINE@json.output@}@@@",
331 "@@@STEP_LOG_END@json.output@@@",
332 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
333 ]
334 },
335 {
336 "cmd": [
337 "python",
338 "-u",
339 "[BUILDER_CACHE]/Linux_Tests_Trusty/src/tools/swarming_client/swarming.py" ,
340 "trigger",
341 "--swarming",
342 "https://chromium-swarm.appspot.com",
343 "--isolate-server",
344 "https://isolateserver.appspot.com",
345 "--priority",
346 "25",
347 "--shards",
348 "1",
349 "--task-name",
350 "browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests Trusty/571",
351 "--dump-json",
352 "/path/to/tmp/json",
353 "--expiration",
354 "3600",
355 "--io-timeout",
356 "1200",
357 "--hard-timeout",
358 "3600",
359 "--dimension",
360 "cpu",
361 "x86-64",
362 "--dimension",
363 "gpu",
364 "none",
365 "--dimension",
366 "os",
367 "Ubuntu-12.04",
368 "--dimension",
369 "pool",
370 "Chrome",
371 "--tag",
372 "buildername:Linux Tests Trusty",
373 "--tag",
374 "buildnumber:571",
375 "--tag",
376 "data:ffffffffffffffffffffffffffffffffffffffff",
377 "--tag",
378 "master:chromium.linux",
379 "--tag",
380 "name:browser_tests",
381 "--tag",
382 "os:Ubuntu-12.04",
383 "--tag",
384 "project:chromium",
385 "--tag",
386 "purpose:CI",
387 "--tag",
388 "purpose:post-commit",
389 "--tag",
390 "slavename:TestSlavename",
391 "--tag",
392 "stepname:browser_tests on Ubuntu-12.04",
393 "--idempotent",
394 "ffffffffffffffffffffffffffffffffffffffff",
395 "--",
396 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json"
397 ],
398 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty",
399 "env": {
400 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
401 },
402 "name": "[trigger] browser_tests on Ubuntu-12.04",
403 "~followup_annotations": [
404 "@@@STEP_LOG_LINE@json.output@{@@@",
405 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"browser_tests/Ubuntu -12.04/ffffffffff/Linux Tests Trusty/571\", @@@",
406 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
407 "@@@STEP_LOG_LINE@json.output@ \"browser_tests/Ubuntu-12.04/ffffffffff/ Linux Tests Trusty/571\": {@@@",
408 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
409 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
410 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
411 "@@@STEP_LOG_LINE@json.output@ }@@@",
412 "@@@STEP_LOG_LINE@json.output@ }@@@",
413 "@@@STEP_LOG_LINE@json.output@}@@@",
414 "@@@STEP_LOG_END@json.output@@@",
415 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
416 ]
417 },
418 {
419 "allow_subannotations": true,
420 "cmd": [
421 "python",
422 "-u",
423 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
424 "python",
425 "RECIPE_MODULE[build::swarming]/resources/collect_gtest_task.py",
426 "--swarming-client-dir",
427 "[BUILDER_CACHE]/Linux_Tests_Trusty/src/tools/swarming_client",
428 "--temp-root-dir",
429 "[TMP_BASE]",
430 "--merged-test-output",
431 "/path/to/tmp/json",
432 "--",
433 "collect",
434 "--swarming",
435 "https://chromium-swarm.appspot.com",
436 "--decorate",
437 "--print-status-updates",
438 "--json",
439 "{\"base_task_name\": \"browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests Trusty/571\", \"tasks\": {\"browser_tests/Ubuntu-12.04/ffffffffff/Linux Tests Tr usty/571\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"https:/ /chromium-swarm.appspot.com/user/task/10000\"}}}"
440 ],
441 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty",
442 "env": {
443 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
444 },
445 "name": "browser_tests on Ubuntu-12.04",
446 "~followup_annotations": [
447 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
448 ]
449 },
450 {
451 "cmd": [
452 "python",
453 "-u",
454 "RECIPE_MODULE[build::test_results]/resources/upload_test_results.py",
455 "--input-json",
456 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_ ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\" elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}], \"s warming_summary\": {\"shards\": [{\"outputs_ref\": {\"view_url\": \"blah\"}}]}}" ,
457 "--master-name",
458 "chromium.linux",
459 "--builder-name",
460 "Linux Tests Trusty",
461 "--build-number",
462 "571",
463 "--test-type",
464 "browser_tests on Ubuntu-12.04",
465 "--test-results-server",
466 "test-results.appspot.com",
467 "--chrome-revision",
468 "170242"
469 ],
470 "cwd": "[BUILDER_CACHE]/Linux_Tests_Trusty",
471 "env": {
472 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
473 },
474 "name": "Upload to test-results [browser_tests on Ubuntu-12.04]"
475 },
476 {
477 "name": "$result",
478 "recipe_result": null,
479 "status_code": 0
480 }
481 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698