64248e38ab
Change-Id: I15814adaf5316c819d46d755bc3e8792d564a37e Closes-Bug: #1327327
70 lines
2.8 KiB
HTML
70 lines
2.8 KiB
HTML
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:py="http://genshi.edgewall.org/"
|
|
lang="en">
|
|
<HEAD>
|
|
<TITLE>Elastic Recheck</TITLE>
|
|
|
|
<script type="text/javascript"
|
|
src="http://status.openstack.org/jquery.min.js"></script>
|
|
<script type="text/javascript"
|
|
src="http://status.openstack.org/jquery-visibility.min.js"></script>
|
|
<script type="text/javascript"
|
|
src="http://status.openstack.org/jquery-graphite.js"></script>
|
|
<script type="text/javascript"
|
|
src="http://status.openstack.org/common.js"></script>
|
|
<script type="text/javascript"
|
|
src="http://status.openstack.org/jquery.flot.min.js"></script>
|
|
<script type="text/javascript"
|
|
src="http://status.openstack.org/jquery.flot.time.min.js"></script>
|
|
<script type="text/javascript"
|
|
src="elastic-recheck.js"></script>
|
|
<script type='text/javascript'>
|
|
var data_url = 'http://status.openstack.org/elastic-recheck/data/all.json';
|
|
</script>
|
|
|
|
<!-- Google Fonts -->
|
|
<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'/>
|
|
|
|
<!-- Framework CSS -->
|
|
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/blueprint/screen.css" type="text/css" media="screen, projection"/>
|
|
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/blueprint/print.css" type="text/css" media="print"/>
|
|
|
|
<!-- IE CSS -->
|
|
<!--[if lt IE 8]><link rel="stylesheet" href="http://www.openstack.org/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
|
|
|
|
<!-- OpenStack Specific CSS -->
|
|
|
|
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/dropdown.css" type="text/css" media="screen, projection, print"/>
|
|
|
|
<!-- Page Specific CSS -->
|
|
<link rel="stylesheet" href="http://www.openstack.org/themes/openstack/css/home.css" type="text/css" media="screen, projection, print"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="http://www.openstack.org/themes/openstack/css/main.css" />
|
|
|
|
|
|
<!-- Project specific css -->
|
|
<link rel="stylesheet" type="text/css" href="styles/elastic-recheck.css" />
|
|
|
|
<script type="text/javascript">
|
|
</script>
|
|
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
<script type="text/javascript">header('Rechecks');</script>
|
|
<div class="container">
|
|
<ul class="nav nav-tabs">
|
|
<li class="active"><a href="index.html">All Pipelines</a></li>
|
|
<li><a href="gate.html">Gate Pipeline</a></li>
|
|
<li><a href="data/uncategorized.html">Uncategorized</a></li>
|
|
</ul>
|
|
<p>The elastic-recheck project uses Elasticsearch to classify and track OpenStack gate failures. Documentation can be found here: <a href="http://docs.openstack.org/infra/elastic-recheck/">http://docs.openstack.org/infra/elastic-recheck/</a></p>
|
|
</div>
|
|
|
|
<div id="main-container" class="container">
|
|
</div>
|
|
|
|
<script type="text/javascript">footer();</script>
|
|
</BODY>
|
|
</html>
|