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

Side by Side Diff: appengine/cmd/milo/frontend/expectations/buildbot-swarming.TestableBuild-Basic_successful_build.html

Issue 2109473005: Milo: Pending swarming builds (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 1
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 3
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Test swarming build</title> 5 <title>Test swarming build</title>
6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 6 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
7 <script src="/static/common/js/time.js"></script> 7 <script src="/static/common/js/time.js"></script>
8 8
9 9
10 <body class="interface"> 10 <body class="interface">
(...skipping 18 matching lines...) Expand all
29 </p> 29 </p>
30 30
31 31
32 32
33 33
34 34
35 35
36 36
37 37
38 38
39 <h2>Steps and Logfiles:</h2> 39
40 <ol>
41
42 </ol>
43 40
44 </div> 41 </div>
45 42
46 <div class="column"> 43 <div class="column">
47 44
48 <h2>Build Properties:</h2> 45 <h2>Build Properties:</h2>
49 46
50 <table class="info" width="100%"> 47 <table class="info" width="100%">
51 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 48 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
52 49
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 })(); 92 })();
96 </script> 93 </script>
97 94
98 <script> 95 <script>
99 (function () { 96 (function () {
100 'use strict'; 97 'use strict';
101 document.getElementById('current-time').textContent = milo.formatDate( 98 document.getElementById('current-time').textContent = milo.formatDate(
102 '0001-02-03 04:05:06.000000007 \x2b0000 UTC'); 99 '0001-02-03 04:05:06.000000007 \x2b0000 UTC');
103 })(); 100 })();
104 </script> 101 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698