| Index: milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_with_builds.html
|
| diff --git a/milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_with_builds.html b/milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_with_builds.html
|
| deleted file mode 100644
|
| index 8fd4df0b28c38d70fb22acec6328a473f3d04faa..0000000000000000000000000000000000000000
|
| --- a/milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_with_builds.html
|
| +++ /dev/null
|
| @@ -1,181 +0,0 @@
|
| -
|
| -<!DOCTYPE html>
|
| -
|
| -<html lang="en">
|
| -<meta charset="utf-8">
|
| -<title>Builder Sample Builder</title>
|
| -<link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
|
| -<link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" type="text/css">
|
| -<script src="/static/common/third_party/js/moment-with-locales.min.js"></script>
|
| -<script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.min.js"></script>
|
| -<script src="/static/common/js/time.js"></script>
|
| -<script src="/static/common/third_party/js/jquery.min.js"></script>
|
| -<script src="/static/common/third_party/js/jquery-ui.min.js"></script>
|
| -
|
| -<link id="favicon" rel="shortcut icon"
|
| - type="image/png" href="/static/common/favicon/milo-32.png">
|
| -
|
| -
|
| -<body class="interface">
|
| - <header>
|
| - Luci
|
| - <div>
|
| -
|
| - <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a>
|
| -
|
| - </div>
|
| - </header>
|
| - <hr>
|
| -
|
| -<h1>Builder <a href="/foobar">Sample Builder</a></h1>
|
| -
|
| -<div class="prelude">
|
| - <div class="column">
|
| -
|
| -
|
| - <h2>Machine Pool:</h2>
|
| - <table>
|
| - <tr>
|
| - <td>Idle</td><td>5</td>
|
| - <td class="graph">
|
| -
|
| - <div class="bar idle" style="width: 33.3%"></div>
|
| -
|
| - </td>
|
| - </tr><tr>
|
| - <td>Busy</td><td>8</td>
|
| - <td class="graph">
|
| -
|
| - <div class="bar busy" style="width: 53.3%"></div>
|
| -
|
| - </td>
|
| - </tr><tr>
|
| - <td>Disconnected</td><td>13</td>
|
| - <td class="graph">
|
| -
|
| - <div class="bar disconnected"
|
| - style="width: 86.7%"></div>
|
| -
|
| - </td>
|
| - </tr>
|
| - </table>
|
| - <details>
|
| - <summary>15 bots</summary>
|
| - <table class="info">
|
| - <tr><th>Name</th><th>Status</th></tr>
|
| -
|
| - </table>
|
| - </details>
|
| -
|
| -
|
| - </div>
|
| -
|
| - <div class="column">
|
| -
|
| - <h2>Current Builds (1):</h2>
|
| - <ul>
|
| -
|
| - <li><a href="https://some.url/path">Some current build</a>
|
| -
|
| - [Running for: 0]
|
| -
|
| - </li>
|
| -
|
| - </ul>
|
| -
|
| - </div>
|
| -
|
| - <div class="column">
|
| - <h2>Pending Build Requests (1):</h2>
|
| - <ul><li>
|
| - <small>(, waiting 0)</small></li></ul>
|
| -
|
| - </div>
|
| -</div>
|
| -
|
| -<div class="main">
|
| -
|
| - <h2>Recent Builds:</h2>
|
| -
|
| - <table class="info">
|
| - <tr>
|
| - <th>Time</th>
|
| - <th>Revision</th>
|
| - <th>Result</th>
|
| - <th>Build #</th>
|
| - <th>Changes</th>
|
| - <th>Info</th>
|
| - </tr>
|
| -
|
| -
|
| - <tr>
|
| - <td></td>
|
| - <td class="revision">deadbeef</td>
|
| -
|
| - <td> NotRun </td>
|
| -
|
| - <td><a href="https://some.url/path">Some current build</a></td>
|
| - <td>
|
| -
|
| -
|
| -
|
| -
|
| - </td>
|
| - <td class="left">
|
| -
|
| - </td>
|
| - </tr>
|
| -
|
| - </table>
|
| -
|
| -</div>
|
| -
|
| -<div class="epiloge">
|
| -
|
| - (Show:
|
| - <a href="/foobar">default</a>
|
| - <a href="/foobar?limit=25">25</a>
|
| - <a href="/foobar?limit=50">50</a>
|
| - <a href="/foobar?limit=100">100</a>
|
| - <a href="/foobar?limit=200">200</a>
|
| - )
|
| -
|
| -</div>
|
| -
|
| -
|
| - <footer>
|
| - <hr>
|
| - <a href="https://github.com/luci">luci</a>,
|
| - working for the <a href="https://chromium.org/">Chromium</a> project.<br>
|
| - Page built: <b><span class="local-time" data-timestamp="-6792498672871">Saturday, 03-Feb-01 04:05:06 UTC</span></b>
|
| - </footer>
|
| -<script>
|
| -(function () {
|
| - 'use strict';
|
| - milo.makeTimesLocal();
|
| - milo.annotateDurations();
|
| - $(document).tooltip({
|
| - show: false,
|
| - hide: false
|
| - });
|
| -})();
|
| -</script>
|
| -<script>
|
| - (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
|
| - (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
|
| - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
| - })(window,document,'script','https://storage.googleapis.com/crdx-feedback.appspot.com/feedback.js','crdx');
|
| -
|
| - crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/entry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo');
|
| -</script>
|
| -
|
| -<script>
|
| - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
| - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
| - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
| - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
| -
|
| - ga('create', 'UA-12345-01', 'auto');
|
| - ga('send', 'pageview');
|
| -</script>
|
| -
|
|
|