blob: e449e03600207b03cdf0e1c02f9e208e99cabec8 [file] [log] [blame] [view]
nodir06cbaa02015-08-25 17:15:241# Useful URLs
andybons3322f762015-08-24 21:37:092
nodir06cbaa02015-08-25 17:15:243Chromium has a lot of different pages for a lot of different things.
4This page aims to be a repository of useful links that people may find useful.
andybons3322f762015-08-24 21:37:095
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
nodir06cbaa02015-08-25 17:15:2421
andybons3322f762015-08-24 21:37:0922| 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
nodir06cbaa02015-08-25 17:15:2430
andybons3322f762015-08-24 21:37:0931| 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
nodir06cbaa02015-08-25 17:15:2436
andybons3322f762015-08-24 21:37:0937| 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
nodir06cbaa02015-08-25 17:15:2447
andybons3322f762015-08-24 21:37:0948| 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) |
nodir06cbaa02015-08-25 17:15:2452| http://code.google.com/p/chromium/wiki/UserHandleMapping | Chromium User Mapping |