blob: 450b4717ab5fb12ce7b095aa7a48bf15f4fd6424 [file] [log] [blame]
%# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
%# Use of this source code is governed by a BSD-style license that can be
%# found in the LICENSE file.
%def body_block():
%# --------------------------------------------------------------------------
%# Switcher bar for releases (milestones).
%include switcher_bar tpl_vars=tpl_vars, query_string=query_string, url_base=view
%#-------------------------------------------------------------------------
%# The table.
%#-------------------------------------------------------------------------
%_tbl = tpl_vars['tbl']
{{!_tbl.html()}}
<div>
<h5> What does retry pass rate mean? </h5>
<p>
A 10% retry pass rate means 1 out of 10 failing test runs
was finally able to pass after being retried.
</p>
</div>
%end
%rebase master {'title': title, 'query_string': query_string, 'body_block': body_block}