Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1065)

Unified Diff: milo/appengine/frontend/expectations/swarming.build-build-finished-logdog-expired-stream.html

Issue 2906753003: Milo: Fix swarmbucket kitchen crashes (Closed)
Patch Set: Review Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | milo/appengine/swarming/build.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/frontend/expectations/swarming.build-build-finished-logdog-expired-stream.html
diff --git a/milo/appengine/frontend/expectations/swarming.build-build-finished-logdog-expired-stream.html b/milo/appengine/frontend/expectations/swarming.build-build-finished-logdog-expired-stream.html
new file mode 100644
index 0000000000000000000000000000000000000000..3cbb2f9e3b2cc9731ad4feb4e30246cc7c7cbd09
--- /dev/null
+++ b/milo/appengine/frontend/expectations/swarming.build-build-finished-logdog-expired-stream.html
@@ -0,0 +1,224 @@
+
+<!DOCTYPE html>
+
+<html lang="en">
+<meta charset="utf-8">
+<title>
+
+ Infra Failure
+
+ -
+
+ 1a2b3c4d5e6f7890
+</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/purple-32.png">
+
+
+
+<body class="interface">
+ <header>
+ Luci
+ <div>
+
+ <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a>
+
+ </div>
+ </header>
+ <hr>
+
+ <div class="content">
+ <h1>
+
+ Build 1a2b3c4d5e6f7890
+
+ </h1>
+
+ <div class="column">
+
+ <h2>Results:</h2>
+
+
+ <p class="exception result">Internal Failure
+
+ <span class="subtitle">
+
+ </span>
+ </p>
+
+
+
+
+
+
+ <h2>Execution:</h2>
+ <ul>
+
+ <li>
+ Source:
+ <a href="https://example.com/task?id=1a2b3c4d5e6f7890&amp;show_raw=1">Task 1a2b3c4d5e6f7890</a>
+ </li>
+
+
+
+
+
+ </ul>
+
+
+
+
+
+ <h2>Steps and Logfiles:</h2>
+ Show:
+ <input type="radio" name="hider" id="showAll">
+ <label for="showAll">All</label>
+ <input type="radio" name="hider" id="showStandard" checked>
+ <label for="showStandard">Standard</label>
+ <input type="radio" name="hider" id="showInteresting">
+ <label for="showInteresting">Interesting Only</label>
+ <ol id="steps" class="standard">
+
+
+
+
+
+
+ <li class="verbosity-Interesting">
+ <div class="status-InfraFailure result">
+ <b>LogDog stream not found</b>
+ <span style="float:right"
+ class="duration"
+ data-starttime="2016-03-14T10:00:01Z"
+ data-endtime="2016-03-14T11:00:18Z">
+ ( 1 hrs )</span>
+ <span>
+ <div class="step-text">Job likely failed to start.</div>
+ </span>
+ </div>
+ <ul>
+
+
+
+ <li> - no logs - </li>
+
+ </ul>
+ </li>
+
+ </ol>
+
+
+ </div>
+
+ <div class="column">
+
+ <h2>Build Properties:</h2>
+
+ <table class="info" width="100%">
+ <tr><th>Name</th><th>Value</th><th>Source</th></tr>
+
+
+
+
+ <tr>
+ <td class="left">Exit Code</td>
+ <td>1</td>
+ <td>Swarming</td>
+ </tr>
+
+
+ </table>
+
+
+
+ <h2>Timing:</h2>
+ <table class="info" width="100%">
+ <tr class="alt"><td class="left">Start</td>
+ <td>
+ <span class="local-time" data-timestamp="1457949601850">Monday, 14-Mar-16 10:00:01 UTC</span>
+ </td></tr>
+ <tr><td class="left">End</td>
+ <td>
+ <span class="local-time" data-timestamp="1457953218486">Monday, 14-Mar-16 11:00:18 UTC</span>
+ </td></tr>
+ <tr class="alt"><td class="left">Elapsed</td>
+ <td id="duration">
+
+ 1 hrs
+
+ </td></tr>
+ </table>
+
+ </div>
+
+
+ </div>
+</div>
+<script language="javascript">
+$(document).ready(function() {
+
+ var check = function(className) {
+ $("#steps").removeClass("all standard interesting").addClass(className)
+ }
+
+ $("#showInteresting").click(function(e) {
+ check("interesting");
+ });
+ $("#showStandard").click(function(e) {
+ check("standard");
+ });
+ $("#showAll").click(function(e) {
+ check("all");
+ });
+
+ $("input[name='hider']").each(function(){
+ if ($(this).prop("checked")) {
+ $(this).click();
+ }
+ });
+});
+</script>
+
+ <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>
+
« no previous file with comments | « no previous file | milo/appengine/swarming/build.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698