Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 1 | <!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 Kyostila | b0289a4 | 2017-11-22 14:26:27 +0000 | [diff] [blame] | 23 | <link href="static/icon.png" rel="shortcut icon"> |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 24 | <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 Tucci | b594795 | 2018-01-16 10:33:11 +0000 | [diff] [blame] | 46 | #cls tr.MERGED td:not(.job), #cls tr.MERGED td:not(.job) a { color: #BBB ; } |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 47 | </style> |
| 48 | </head> |
| 49 | <body> |
| 50 | <header> |
| 51 | <div id="travis-badge"> |
Primiano Tucci | 46e4719 | 2017-10-04 09:32:12 -0700 | [diff] [blame] | 52 | <a href="https://travis-ci.org/catapult-project/perfetto/builds"> |
| 53 | <img src="https://travis-ci.org/catapult-project/perfetto.svg?branch=master"> |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 54 | </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 Mayer | 4c3580f | 2018-02-12 15:59:55 +0000 | [diff] [blame] | 67 | <td colspan="10">Bots</td> |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 68 | </tr> |
| 69 | <tr> |
Florian Mayer | e96d661 | 2018-02-12 16:24:35 +0000 | [diff] [blame] | 70 | <td colspan="6">linux</td> |
Lalit Maganti | fc8a6ce | 2018-02-05 16:12:15 +0000 | [diff] [blame] | 71 | <td colspan="2">android</td> |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 72 | </tr> |
| 73 | <tr> |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 74 | <td>gcc7</td> |
Florian Mayer | e96d661 | 2018-02-12 16:24:35 +0000 | [diff] [blame] | 75 | <td colspan="5">clang</td> |
Primiano Tucci | 72d3360 | 2017-10-13 20:45:21 +0200 | [diff] [blame] | 76 | <td colspan="2">clang-arm</td> |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 77 | </tr> |
| 78 | <tr id="cls_header"> |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 79 | <td id="linux_trusty-gcc7-x86_64-release">rel</td> |
| 80 | <td id="linux_trusty-clang-x86_64-debug">dbg</td> |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 81 | <td id="linux_trusty-clang-x86_64-tsan">tsan</td> |
| 82 | <td id="linux_trusty-clang-x86_64-msan">msan</td> |
Florian Mayer | e96d661 | 2018-02-12 16:24:35 +0000 | [diff] [blame] | 83 | <td id="linux_trusty-clang-x86_64-ubsan_asan_lsan">{a,l,ub}san</td> |
Florian Mayer | 4c3580f | 2018-02-12 15:59:55 +0000 | [diff] [blame] | 84 | <td id="linux_trusty-clang-x86_64-libfuzzer">fuzzer</td> |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 85 | <td id="android-clang-arm-release">rel</td> |
| 86 | <td id="android-clang-arm-asan">asan</td> |
Primiano Tucci | e0ccef9 | 2017-10-03 10:43:20 -0700 | [diff] [blame] | 87 | </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> |