Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
bc1711319238ec442e2957ead576be5ecd03b032
/
.
/
templates
/
tools
/
run_tests
/
tests.json.template
blob: 6d7520bc0f82fee3d153c285cce4ff8c10cf3edc [
file
] [
log
] [
blame
]
<%!
import
json
%>
${json.dumps([{"name": tgt.name,
"language": tgt.language,
"flaky": tgt.get("flaky", False)}
for tgt in targets
if tgt.get('run', True) and tgt.build == 'test'],
sort_keys=True, indent=2)}