OLD | NEW |
| (Empty) |
1 [ | |
2 { | |
3 "cmd": [ | |
4 "python", | |
5 "-u", | |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
7 "--spec", | |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | |
9 "--patch_root", | |
10 "src", | |
11 "--revision_mapping_file", | |
12 "{\"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\"}", | |
13 "--git-cache-dir", | |
14 "[GIT_CACHE]", | |
15 "--output_json", | |
16 "/path/to/tmp/json", | |
17 "--revision", | |
18 "src@HEAD", | |
19 "--output_manifest" | |
20 ], | |
21 "env": { | |
22 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", | |
23 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
24 }, | |
25 "name": "bot_update", | |
26 "~followup_annotations": [ | |
27 "@@@STEP_TEXT@Some step text@@@", | |
28 "@@@STEP_LOG_LINE@json.output@{@@@", | |
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
30 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
31 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | |
32 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
33 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
34 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
35 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
36 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
37 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
38 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", | |
39 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", | |
40 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", | |
41 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
42 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | |
43 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | |
44 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | |
45 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
46 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", | |
47 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", | |
48 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", | |
49 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
50 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", | |
51 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", | |
52 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", | |
53 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
54 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", | |
55 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", | |
56 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", | |
57 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
58 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", | |
59 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", | |
60 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", | |
61 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
62 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
63 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
64 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
65 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
66 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", | |
67 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", | |
68 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328
b2809876916353cb994259692140934\", @@@", | |
69 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h
eads/master@{#182578}\", @@@", | |
70 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | |
71 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | |
72 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
73 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", | |
74 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", | |
75 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", | |
76 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", | |
77 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", | |
78 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", | |
79 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", | |
80 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
81 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
82 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
83 "@@@STEP_LOG_LINE@json.output@}@@@", | |
84 "@@@STEP_LOG_END@json.output@@@", | |
85 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee
efc1b9b50\"@@@", | |
86 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4
c759c837980b63b99566\"@@@", | |
87 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18
2578}\"@@@", | |
88 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934
18c623137f4\"@@@", | |
89 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
90 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | |
91 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | |
92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | |
93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | |
94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | |
95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | |
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | |
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | |
98 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | |
99 ] | |
100 }, | |
101 { | |
102 "cmd": [], | |
103 "name": "ensure_goma" | |
104 }, | |
105 { | |
106 "cmd": [ | |
107 "python", | |
108 "-u", | |
109 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | |
110 "--platform", | |
111 "linux-amd64", | |
112 "--dest-directory", | |
113 "[SLAVE_BUILD]/cipd", | |
114 "--json-output", | |
115 "/path/to/tmp/json" | |
116 ], | |
117 "name": "ensure_goma.install cipd", | |
118 "~followup_annotations": [ | |
119 "@@@STEP_NEST_LEVEL@1@@@", | |
120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
121 "@@@STEP_LOG_LINE@json.output@{@@@", | |
122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
124 "@@@STEP_LOG_LINE@json.output@}@@@", | |
125 "@@@STEP_LOG_END@json.output@@@" | |
126 ] | |
127 }, | |
128 { | |
129 "cmd": [ | |
130 "[SLAVE_BUILD]/cipd/cipd", | |
131 "ensure", | |
132 "--root", | |
133 "[CACHE]/cipd/goma", | |
134 "--list", | |
135 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma
/client/linux-amd64 release", | |
136 "--json-output", | |
137 "/path/to/tmp/json", | |
138 "--service-account-json", | |
139 "/creds/service_accounts/service-account-goma-client.json" | |
140 ], | |
141 "name": "ensure_goma.ensure_installed", | |
142 "~followup_annotations": [ | |
143 "@@@STEP_NEST_LEVEL@1@@@", | |
144 "@@@STEP_LOG_LINE@json.output@{@@@", | |
145 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
146 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
147 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", | |
148 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-amd64\"@@@", | |
149 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
150 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
151 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
152 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
153 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
154 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
155 "@@@STEP_LOG_LINE@json.output@}@@@", | |
156 "@@@STEP_LOG_END@json.output@@@" | |
157 ] | |
158 }, | |
159 { | |
160 "cmd": [ | |
161 "python", | |
162 "-u", | |
163 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | |
164 "--version" | |
165 ], | |
166 "name": "swarming.py --version", | |
167 "stdout": "/path/to/tmp/", | |
168 "~followup_annotations": [ | |
169 "@@@STEP_TEXT@0.8.6@@@" | |
170 ] | |
171 }, | |
172 { | |
173 "cmd": [ | |
174 "python", | |
175 "-u", | |
176 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
177 "runhooks" | |
178 ], | |
179 "cwd": "[SLAVE_BUILD]/src", | |
180 "env": { | |
181 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
182 "GYP_CHROMIUM_NO_ACTION": "1", | |
183 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 test_isolation_mode=prepare use_goma=1", | |
184 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
185 }, | |
186 "name": "gclient runhooks" | |
187 }, | |
188 { | |
189 "cmd": [ | |
190 "python", | |
191 "-u", | |
192 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | |
193 "--output", | |
194 "/path/to/tmp/json", | |
195 "--", | |
196 "--build-config-fs", | |
197 "Release", | |
198 "--use-src-side-runtest-py", | |
199 "--paths", | |
200 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | |
201 "--properties", | |
202 "{\"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\":
\"chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\": \"lin
ux\"}" | |
203 ], | |
204 "name": "get compile targets for scripts", | |
205 "~followup_annotations": [ | |
206 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
207 "@@@STEP_LOG_END@json.output@@@" | |
208 ] | |
209 }, | |
210 { | |
211 "cmd": [ | |
212 "python", | |
213 "-u", | |
214 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
215 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | |
216 "/path/to/tmp/json" | |
217 ], | |
218 "name": "read test spec (chromium.linux.json)", | |
219 "~followup_annotations": [ | |
220 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", | |
221 "@@@STEP_LOG_LINE@json.output@{@@@", | |
222 "@@@STEP_LOG_LINE@json.output@ \"Linux Tests\": {@@@", | |
223 "@@@STEP_LOG_LINE@json.output@ \"isolated_scripts\": [@@@", | |
224 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
225 "@@@STEP_LOG_LINE@json.output@ \"isolate_name\": \"telemetry_gpu_un
ittests\", @@@", | |
226 "@@@STEP_LOG_LINE@json.output@ \"name\": \"telemetry_gpu_unittests\
", @@@", | |
227 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | |
228 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true, @@@", | |
229 "@@@STEP_LOG_LINE@json.output@ \"shards\": 2@@@", | |
230 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
231 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
232 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
233 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
234 "@@@STEP_LOG_LINE@json.output@}@@@", | |
235 "@@@STEP_LOG_END@json.output@@@" | |
236 ] | |
237 }, | |
238 { | |
239 "cmd": [ | |
240 "python", | |
241 "-u", | |
242 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
243 "--show-path", | |
244 "python", | |
245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
246 ], | |
247 "name": "cleanup_temp" | |
248 }, | |
249 { | |
250 "cmd": [ | |
251 "python", | |
252 "-u", | |
253 "\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", | |
254 "[SLAVE_BUILD]/src/out/Release" | |
255 ], | |
256 "name": "rmtree build directory", | |
257 "~followup_annotations": [ | |
258 "@@@STEP_LOG_LINE@python.inline@@@@", | |
259 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | |
260 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | |
261 "@@@STEP_LOG_LINE@python.inline@@@@", | |
262 "@@@STEP_LOG_LINE@python.inline@@@@", | |
263 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
264 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
265 "@@@STEP_LOG_END@python.inline@@@" | |
266 ] | |
267 }, | |
268 { | |
269 "cmd": [ | |
270 "python", | |
271 "-u", | |
272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
273 "--show-path", | |
274 "python", | |
275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | |
276 "--gsutil-py-path", | |
277 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
278 "--target", | |
279 "Release", | |
280 "--src-dir", | |
281 "[SLAVE_BUILD]/src", | |
282 "--build-url", | |
283 "gs://chromium-linux-archive/chromium.linux/Linux Builder/full-build-linux
.zip", | |
284 "--build_revision", | |
285 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
286 "--master-name", | |
287 "chromium.linux", | |
288 "--build-number", | |
289 "571" | |
290 ], | |
291 "name": "extract build" | |
292 }, | |
293 { | |
294 "cmd": [ | |
295 "python", | |
296 "-u", | |
297 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | |
298 "--build-dir", | |
299 "[SLAVE_BUILD]/src/out/Release", | |
300 "--output-json", | |
301 "/path/to/tmp/json" | |
302 ], | |
303 "env": { | |
304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
305 }, | |
306 "name": "find isolated tests", | |
307 "~followup_annotations": [ | |
308 "@@@STEP_LOG_LINE@json.output@{@@@", | |
309 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | |
310 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | |
311 "@@@STEP_LOG_LINE@json.output@}@@@", | |
312 "@@@STEP_LOG_END@json.output@@@", | |
313 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | |
314 ] | |
315 }, | |
316 { | |
317 "cmd": [ | |
318 "python", | |
319 "-u", | |
320 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | |
321 "trigger", | |
322 "--swarming", | |
323 "https://chromium-swarm.appspot.com", | |
324 "--isolate-server", | |
325 "https://isolateserver.appspot.com", | |
326 "--priority", | |
327 "25", | |
328 "--shards", | |
329 "2", | |
330 "--task-name", | |
331 "telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571", | |
332 "--dump-json", | |
333 "/path/to/tmp/json", | |
334 "--expiration", | |
335 "3600", | |
336 "--io-timeout", | |
337 "1200", | |
338 "--hard-timeout", | |
339 "3600", | |
340 "--dimension", | |
341 "cpu", | |
342 "x86-64", | |
343 "--dimension", | |
344 "gpu", | |
345 "none", | |
346 "--dimension", | |
347 "os", | |
348 "Ubuntu-12.04", | |
349 "--dimension", | |
350 "pool", | |
351 "Chrome", | |
352 "--tag", | |
353 "buildername:Linux Tests", | |
354 "--tag", | |
355 "buildnumber:571", | |
356 "--tag", | |
357 "data:eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", | |
358 "--tag", | |
359 "master:chromium.linux", | |
360 "--tag", | |
361 "name:telemetry_gpu_unittests", | |
362 "--tag", | |
363 "os:Ubuntu-12.04", | |
364 "--tag", | |
365 "project:chromium", | |
366 "--tag", | |
367 "purpose:CI", | |
368 "--tag", | |
369 "purpose:post-commit", | |
370 "--tag", | |
371 "slavename:TestSlavename", | |
372 "--tag", | |
373 "stepname:telemetry_gpu_unittests on Ubuntu-12.04", | |
374 "eeeeeeeeeeeeeeeeeeeeeeeeeeeeee", | |
375 "--", | |
376 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json", | |
377 "--isolated-script-test-chartjson-output=${ISOLATED_OUTDIR}/chartjson-outp
ut.json" | |
378 ], | |
379 "env": { | |
380 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
381 }, | |
382 "name": "[trigger] telemetry_gpu_unittests on Ubuntu-12.04", | |
383 "~followup_annotations": [ | |
384 "@@@STEP_LOG_LINE@json.output@{@@@", | |
385 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte
sts/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571\", @@@", | |
386 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | |
387 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Ubuntu-12.04/e
eeeeeeeee/Linux Tests/571:2:0\": {@@@", | |
388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | |
389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | |
390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | |
391 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
392 "@@@STEP_LOG_LINE@json.output@ \"telemetry_gpu_unittests/Ubuntu-12.04/e
eeeeeeeee/Linux Tests/571:2:1\": {@@@", | |
393 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | |
394 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | |
395 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | |
396 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
397 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
398 "@@@STEP_LOG_LINE@json.output@}@@@", | |
399 "@@@STEP_LOG_END@json.output@@@", | |
400 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | |
401 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | |
402 ] | |
403 }, | |
404 { | |
405 "cmd": [ | |
406 "python", | |
407 "-u", | |
408 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | |
409 "collect", | |
410 "--swarming", | |
411 "https://chromium-swarm.appspot.com", | |
412 "--decorate", | |
413 "--print-status-updates", | |
414 "--json", | |
415 "{\"base_task_name\": \"telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/Li
nux Tests/571\", \"tasks\": {\"telemetry_gpu_unittests/Ubuntu-12.04/eeeeeeeeee/L
inux Tests/571:2:0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\":
\"https://chromium-swarm.appspot.com/user/task/10000\"}, \"telemetry_gpu_unitte
sts/Ubuntu-12.04/eeeeeeeeee/Linux Tests/571:2:1\": {\"shard_index\": 1, \"task_i
d\": \"10100\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/101
00\"}}}", | |
416 "--task-output-dir", | |
417 "/path/to/tmp/" | |
418 ], | |
419 "env": { | |
420 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
421 }, | |
422 "name": "telemetry_gpu_unittests on Ubuntu-12.04", | |
423 "~followup_annotations": [ | |
424 "@@@STEP_LOG_LINE@outdir_json@{@@@", | |
425 "@@@STEP_LOG_LINE@outdir_json@ \"0/chartjson-output.json\": \"{\\\"dummy\
\\": \\\"dummy0\\\", \\\"enabled\\\": false, \\\"charts\\\": {\\\"entry2\\\": \\
\"chart2\\\", \\\"entry1\\\": \\\"chart1\\\"}}\", @@@", | |
426 "@@@STEP_LOG_LINE@outdir_json@ \"0/output.json\": \"{\\\"successes\\\": [
\\\"test1.Test1\\\", \\\"test2.Test2\\\"], \\\"failures\\\": [], \\\"valid\\\":
true, \\\"times\\\": {\\\"test2.Test2\\\": 0.1, \\\"test1.Test1\\\": 0.1}}\", @@
@", | |
427 "@@@STEP_LOG_LINE@outdir_json@ \"1/chartjson-output.json\": \"{\\\"dummy\
\\": \\\"dummy1\\\", \\\"enabled\\\": false, \\\"charts\\\": {\\\"entry3\\\": \\
\"chart3\\\", \\\"entry4\\\": \\\"chart4\\\"}}\", @@@", | |
428 "@@@STEP_LOG_LINE@outdir_json@ \"1/output.json\": \"{\\\"successes\\\": [
\\\"test3.Test3\\\", \\\"test4.Test4\\\"], \\\"failures\\\": [], \\\"valid\\\":
true, \\\"times\\\": {\\\"test3.Test3\\\": 0.1, \\\"test4.Test4\\\": 0.1}}\", @@
@", | |
429 "@@@STEP_LOG_LINE@outdir_json@ \"summary.json\": \"{\\\"shards\\\": [{\\\
"internal_failure\\\": false, \\\"failure\\\": false, \\\"exit_code\\\": \\\"0\\
\"}, {\\\"internal_failure\\\": false, \\\"failure\\\": false, \\\"exit_code\\\"
: \\\"0\\\"}]}\"@@@", | |
430 "@@@STEP_LOG_LINE@outdir_json@}@@@", | |
431 "@@@STEP_LOG_END@outdir_json@@@", | |
432 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | |
433 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | |
434 ] | |
435 }, | |
436 { | |
437 "name": "$result", | |
438 "recipe_result": null, | |
439 "status_code": 0 | |
440 } | |
441 ] | |
OLD | NEW |