Merge "Fixes to get cros_mark_as_stable to work with Gerrit changes." into 0.11.257.B
diff --git a/buildbot/cbuildbot_config.py b/buildbot/cbuildbot_config.py
index 519a6a0..84e45b0 100644
--- a/buildbot/cbuildbot_config.py
+++ b/buildbot/cbuildbot_config.py
@@ -136,6 +136,7 @@
   'uprev' : True,
   'rev_overlays': 'both',
   'push_overlays': 'private',
+  'git_url': 'ssh://gerrit-int.chromium.org:29419/chromeos/manifest-internal',
 })
 
 config['x86-alex-pre-flight-branch'] = default.copy()
@@ -146,6 +147,7 @@
   'uprev' : True,
   'rev_overlays': 'both',
   'push_overlays': None,
+  'git_url': 'ssh://gerrit-int.chromium.org:29419/chromeos/manifest-internal',
 })
 
 config['x86-mario-pre-flight-branch'] = default.copy()
@@ -156,6 +158,7 @@
   'uprev' : True,
   'rev_overlays': 'both',
   'push_overlays': 'both',
+  'git_url': 'ssh://gerrit-int.chromium.org:29419/chromeos/manifest-internal',
 })
 
 config['x86-agz-bin'] = default.copy()