{{for suite in suites}} {{endfor}}
Buildbot Suite Buildbot Command TBPL Name Paint Chrome Talos Tests
{{suite}} {{repr(commands[suite])}} {{tbpl[suite]}} {{paint[suite]}} {{chrome[suite]}} {{if tests.get(suite)}} {{for test in sorted(tests[suite].keys())}} {{endfor}}
Talos Config Graphserver Name
{{test}}
{{for attr in sorted(tests.get(suite, {})[test].keys())}}
{{attr}}
{{tests[suite][test][attr]}}
{{endfor}}
{{for name, longname in graphserver[suite][test]}}
{{name}}
{{longname}}
{{endfor}}
{{endif}}