blob: f0975958f5290f91cd82a5883ae7035b27614af6 [file] [log] [blame]
Primiano Tuccie0ccef92017-10-03 10:43:20 -07001<!doctype html>
2<html>
3 <!--
4 Copyright 2017 The Android Open Source Project
5
6 Licensed under the Apache License, Version 2.0 (the "License");
7 you may not use this file except in compliance with the License.
8 You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing, software
13 distributed under the License is distributed on an "AS IS" BASIS,
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 See the License for the specific language governing permissions and
16 limitations under the License.
17 -->
18 <head>
19 <meta charset="utf-8">
20 <title>Perfetto CI</title>
21 <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
22 <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400" rel="stylesheet">
Sami Kyostilab0289a42017-11-22 14:26:27 +000023 <link href="static/icon.png" rel="shortcut icon">
Primiano Tuccie0ccef92017-10-03 10:43:20 -070024 <style type="text/css">
25 html { font-family: 'Source Sans Pro', sans-serif; font-size: 13px; font-weight: 300; padding: 0; margin: 0; }
26 body { padding: 0; margin: 0; }
27 header { background: rgb(212, 233, 169); width: 100%; padding: 0 20px; box-sizing: border-box; overflow: hidden; }
28 #travis-badge { float: right; line-height: 80px; }
29 h1 { font-size: 32px; font-weight: 300; padding-left: 60px; line-height: 50px; background-image: url('static/icon.png'); background-repeat: no-repeat; background-size: contain; }
30 h2 { margin: 20px; font-size: 20px; font-weight: 400; color: #333; }
31 table { width: 100%; }
32 table tbody td:first-child { padding-left: 20px !important; }
33 thead { background: #fafafa; color: #111; font-size: 14px; font-weight: 400; }
34 thead tr:nth-child(n+3) td { font-size: 10px; }
35 thead tr:nth-child(4) td { width: 20px; }
36 thead td { padding: 2px 5px; text-align: center; border: 1px solid #ddd; }
37 a { color: black; text-decoration: none; }
38 a:hover { text-decoration: underline; }
39 #cls td { border-bottom: 1px solid #eee; font-size: 13px; font-weight: 300; line-height: 2; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
40 #cls tr:hover { background: #eef; }
41 #cls td:nth-child(n+5) { text-align: center; }
42 #cls td.job i { font-size: 16px; }
43 #cls td.job { color: #edde3f; }
44 #cls td.job .finished { color: #39aa56; }
45 #cls td.job .errored { color: #db4545; }
Primiano Tuccib5947952018-01-16 10:33:11 +000046 #cls tr.MERGED td:not(.job), #cls tr.MERGED td:not(.job) a { color: #BBB ; }
Primiano Tuccie0ccef92017-10-03 10:43:20 -070047 </style>
48 </head>
49 <body>
50 <header>
51 <div id="travis-badge">
Primiano Tucci46e47192017-10-04 09:32:12 -070052 <a href="https://travis-ci.org/catapult-project/perfetto/builds">
53 <img src="https://travis-ci.org/catapult-project/perfetto.svg?branch=master">
Primiano Tuccie0ccef92017-10-03 10:43:20 -070054 </a>
55 </div>
56 <h1>Perfetto Continuous Integration</h1>
57 </header>
58
59 <h2>Recent CLs</h2>
60 <table>
61 <thead>
62 <tr>
63 <td rowspan="4">Subject</td>
64 <td rowspan="4">Status</td>
65 <td rowspan="4">Owner</td>
66 <td rowspan="4">Updated</td>
Florian Mayer4c3580f2018-02-12 15:59:55 +000067 <td colspan="10">Bots</td>
Primiano Tuccie0ccef92017-10-03 10:43:20 -070068 </tr>
69 <tr>
Florian Mayere96d6612018-02-12 16:24:35 +000070 <td colspan="6">linux</td>
Lalit Magantifc8a6ce2018-02-05 16:12:15 +000071 <td colspan="2">android</td>
Primiano Tuccie0ccef92017-10-03 10:43:20 -070072 </tr>
73 <tr>
Primiano Tuccie0ccef92017-10-03 10:43:20 -070074 <td>gcc7</td>
Florian Mayere96d6612018-02-12 16:24:35 +000075 <td colspan="5">clang</td>
Primiano Tucci72d33602017-10-13 20:45:21 +020076 <td colspan="2">clang-arm</td>
Primiano Tuccie0ccef92017-10-03 10:43:20 -070077 </tr>
78 <tr id="cls_header">
Primiano Tuccie0ccef92017-10-03 10:43:20 -070079 <td id="linux_trusty-gcc7-x86_64-release">rel</td>
80 <td id="linux_trusty-clang-x86_64-debug">dbg</td>
Primiano Tuccie0ccef92017-10-03 10:43:20 -070081 <td id="linux_trusty-clang-x86_64-tsan">tsan</td>
82 <td id="linux_trusty-clang-x86_64-msan">msan</td>
Florian Mayere96d6612018-02-12 16:24:35 +000083 <td id="linux_trusty-clang-x86_64-ubsan_asan_lsan">{a,l,ub}san</td>
Florian Mayer4c3580f2018-02-12 15:59:55 +000084 <td id="linux_trusty-clang-x86_64-libfuzzer">fuzzer</td>
Primiano Tuccie0ccef92017-10-03 10:43:20 -070085 <td id="android-clang-arm-release">rel</td>
86 <td id="android-clang-arm-asan">asan</td>
Primiano Tuccie0ccef92017-10-03 10:43:20 -070087 </tr>
88 </thead>
89 <tbody id="cls">
90 </tbody>
91 </table>
92 </body>
93</html>
94<script type="text/javascript" src="static/script.js"></script>