Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3047)

Unified Diff: appengine/chromium_rietveld/codereview/models_chromium.py

Issue 1283133004: Add tryserver.infra to Rietveld. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_rietveld/codereview/models_chromium.py
diff --git a/appengine/chromium_rietveld/codereview/models_chromium.py b/appengine/chromium_rietveld/codereview/models_chromium.py
index dc07b264ab5661face7cb6ad4014b2dec99b22b7..2fa8bff5e1199043a1f449868cf9faab40f9725f 100644
--- a/appengine/chromium_rietveld/codereview/models_chromium.py
+++ b/appengine/chromium_rietveld/codereview/models_chromium.py
@@ -83,6 +83,9 @@ class TryserverBuilders(ndb.Model):
'tryserver.chromium.win': [
'http://build.chromium.org/p/tryserver.chromium.win/json/builders'
],
+ 'tryserver.infra': [
+ 'http://build.chromium.org/p/tryserver.infra/json/builders'
+ ],
'client.gyp': [
'http://build.chromium.org/p/client.gyp/json/builders'
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698