| Index: third_party/buildbot_8_4p1/README.chromium
|
| ===================================================================
|
| --- third_party/buildbot_8_4p1/README.chromium (revision 119276)
|
| +++ third_party/buildbot_8_4p1/README.chromium (working copy)
|
| @@ -1133,3 +1133,16 @@
|
|
|
| result['builderName'] = self.getBuilderName()
|
|
|
| +
|
| +Add " (CQ)" to the author name in the console if the commit-queue was used.
|
| +
|
| +--- buildbot/status/web/templates/console.html (revision 113419)
|
| ++++ buildbot/status/web/templates/console.html (working copy)
|
| +@@ -187,6 +187,7 @@
|
| + </td>
|
| + <td class='DevName {{ alt }}' width="1%">
|
| + {{ r.who|user }}
|
| ++ {{ r.cq }}
|
| + </td>
|
| +
|
| + {% for c in categories %}
|
|
|