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 | |
| 8 | | http://build.chromium.org/p/chromium/console | Main buildbot waterfall | |
| 9 | |:---------------------------------------------|:------------------------| |
| 10 | | http://chromium-status.appspot.com/lkgr | Last Known Good Revision. Trybots pull this revision from trunk. | |
| 11 | | http://chromium-status.appspot.com/revisions | List of the last 100 potential LKGRs | |
| 12 | | http://build.chromium.org/p/chromium/lkgr-status/ | Status dashboard for LKGR | |
| 13 | | http://build.chromium.org/p/tryserver.chromium/[email protected] | Trybot runs, by developer | |
| 14 | | http://chromium-status.appspot.com/status_viewer | Tree uptime stats | |
| 15 | | http://chromium-cq-status.appspot.com | Commit queue status | |
| 16 | | http://codereview.chromium.org/search?closed=3&commit=2&limit=50 | Pending commit queue jobs | |
| 17 | | http://chromium-build-logs.appspot.com/ | Search for historical test failures by test name | |
| 18 | | http://chromium-build-logs.appspot.com/list | Filterable list of most recent build logs | |
| 19 | |
| 20 | ## For Sheriffs |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame^] | 21 | |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 22 | | 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) | |
| 23 | |:---------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------| |
| 24 | | 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) | |
| 25 | | http://build.chromium.org/p/chromium.win/waterfall/help | Customize the waterfall view for a waterfall (using chromium.win as an example) | |
| 26 | | http://chromium-sheriffing.appspot.com | Alternate waterfall view that helps with test failure triage | |
| 27 | | http://test-results.appspot.com/dashboards/flakiness_dashboard.html | Lists historical test results for the bots | |
| 28 | |
| 29 | ## Release Information |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame^] | 30 | |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 31 | | https://omahaproxy.appspot.com/viewer | Current release versions of Chrome on all channels | |
| 32 | |:--------------------------------------|:---------------------------------------------------| |
| 33 | | https://omahaproxy.appspot.com/ | Looks up the revision of a build/release version | |
| 34 | |
| 35 | ## Source Information |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame^] | 36 | |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 37 | | http://cs.chromium.org/ | Code Search | |
| 38 | |:------------------------|:------------| |
| 39 | | http://cs.chromium.org/SEARCH_TERM | Code Search for a specific SEARCH\_TERM | |
| 40 | | http://src.chromium.org/viewvc/chrome/ | ViewVC History Viewer | |
| 41 | | http://git.chromium.org/gitweb/?p=chromium.git;a=summary | Gitweb History Viewer | |
| 42 | | https://chromium.googlesource.com/chromium/src/+log/b6cfa6a..9a2e0a8?pretty=fuller | Git changes in revision range (also works for build numbers) | |
| 43 | | 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 | |
| 44 | | 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 | |
| 45 | |
| 46 | ## Communication |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame^] | 47 | |
andybons | 3322f76 | 2015-08-24 21:37:09 | [diff] [blame] | 48 | | http://groups.google.com/a/chromium.org/group/chromium-dev/topics | Chromium Developers List | |
| 49 | |:------------------------------------------------------------------|:-------------------------| |
| 50 | | http://groups.google.com/a/chromium.org/group/chromium-discuss/topics | Chromium Users List | |
| 51 | | http://code.google.com/p/chromium/source/list | Wiki History (SVN-based) | |
nodir | 06cbaa0 | 2015-08-25 17:15:24 | [diff] [blame^] | 52 | | http://code.google.com/p/chromium/wiki/UserHandleMapping | Chromium User Mapping | |