nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 1 | # Useful URLs |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 2 | |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 3 | Chromium has a lot of different pages for a lot of different things. |
| 4 | This page aims to be a repository of useful links that people may find useful. |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 5 | |
| 6 | ## Build Status |
| 7 | |
sangwoo108 | 82d873a | 2016-06-18 06:57:53 | [diff] [blame] | 8 | * [Main buildbot waterfall](http://build.chromium.org/p/chromium/console) |
| 9 | * [Last Known Good Revision](http://chromium-status.appspot.com/lkgr) : Trybots pull this revision from trunk |
| 10 | * [List of the last 100 potential LKGRs](http://chromium-status.appspot.com/revisions) |
| 11 | * [Status dashboard for LKGR](http://build.chromium.org/p/chromium/lkgr-status/) |
| 12 | * http://build.chromium.org/p/tryserver.chromium/[email protected] : Trybot runs, by developer |
| 13 | * [Tree uptime stats](http://chromium-status.appspot.com/status_viewer) |
| 14 | * [Commit queue status](http://chromium-cq-status.appspot.com) |
| 15 | * [Pending commit queue jobs](http://codereview.chromium.org/search?closed=3&commit=2&limit=50) |
| 16 | * [Search for historical test failures by test name](http://chromium-build-logs.appspot.com/) |
| 17 | * [Filterable list of most recent build logs](http://chromium-build-logs.appspot.com/list) |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 18 | |
| 19 | ## For Sheriffs |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 20 | |
sangwoo108 | 82d873a | 2016-06-18 06:57:53 | [diff] [blame] | 21 | * http://build.chromium.org/p/chromium.chromiumos/waterfall?show_events=true&reload=120&failures_only=true : List of failing bots for a waterfall(chromium.chromiumos as an example) |
| 22 | * http://build.chromium.org/p/chromium.linux/waterfall?show_events=true&reload=120&builder=Linux%20Builder%20x64&builder=Linux%20Builder%20(dbg) : Monitor one or multiple bots(Linux Builder x64 and Linux Builder (dbg) on chromium.linux as an example) |
| 23 | * http://build.chromium.org/p/chromium.win/waterfall/help : Customize the waterfall view for a waterfall(using chromium.win as an example) |
| 24 | * [Alternate waterfall view that helps with test failure triage](http://chromium-sheriffing.appspot.com) |
| 25 | * [Lists historical test results for the bots](http://test-results.appspot.com/dashboards/flakiness_dashboard.html) |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 26 | |
| 27 | ## Release Information |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 28 | |
sangwoo108 | 82d873a | 2016-06-18 06:57:53 | [diff] [blame] | 29 | * [Current release versions of Chrome on all channels](https://omahaproxy.appspot.com/viewer) |
| 30 | * [Looks up the revision of a build/release version](https://omahaproxy.appspot.com/) |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 31 | |
| 32 | ## Source Information |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 33 | |
sangwoo108 | 82d873a | 2016-06-18 06:57:53 | [diff] [blame] | 34 | * [Code Search](http://cs.chromium.org/) |
| 35 | * http://cs.chromium.org/SEARCH_TERM : Code Search for a specific SEARCH\_TERM |
| 36 | * [Gitiles Source Code Browser](https://chromium.googlesource.com/chromium/src/) |
| 37 | * https://chromium.googlesource.com/chromium/src/+log/b6cfa6a..9a2e0a8?pretty=fuller : Git changes in revision range(also works for build numbers) |
| 38 | * http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog.html?url=/trunk/src&mode=html&range=SUCCESS_REV:FAILURE_REV : SVN changes in revision range |
| 39 | * http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&mode=html&range=SUCCESS_REV:FAILURE_REV : Blink changes in revision range |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 40 | |
| 41 | ## Communication |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame] | 42 | |
sangwoo108 | 82d873a | 2016-06-18 06:57:53 | [diff] [blame] | 43 | * [Chromium Developers List](http://groups.google.com/a/chromium.org/group/chromium-dev/topics) |
| 44 | * [Chromium Users List](http://groups.google.com/a/chromium.org/group/chromium-discuss/topics) |