Merge "Fixes to get cros_mark_as_stable to work with Gerrit changes." into 0.13.434.B
diff --git a/buildbot/cbuildbot_config.py b/buildbot/cbuildbot_config.py
index e65bee6..e5bdca9 100644
--- a/buildbot/cbuildbot_config.py
+++ b/buildbot/cbuildbot_config.py
@@ -153,7 +153,8 @@
   'uprev' : True,
   'rev_overlays': 'both',
   'push_overlays': 'private',
-  'gs_path': 'gs://chromeos-x86-mario/pre-flight-master'
+  'gs_path': 'gs://chromeos-x86-mario/pre-flight-master',
+  'git_url': 'ssh://gerrit-int.chromium.org:29419/chromeos/manifest-internal',
 })
 
 config['x86-alex-pre-flight-branch'] = default.copy()
@@ -164,6 +165,7 @@
   'uprev' : True,
   'rev_overlays': 'both',
   'push_overlays': None,
+  'git_url': 'ssh://gerrit-int.chromium.org:29419/chromeos/manifest-internal',
 })
 
 config['tegra2-aebl-pre-flight-branch'] = default.copy()
@@ -177,7 +179,8 @@
   'uprev' : True,
   'rev_overlays': 'both',
   'push_overlays': 'both',
-  'gs_path': 'gs://chromeos-tegra2-aebl/pre-flight-branch'
+  'gs_path': 'gs://chromeos-tegra2-aebl/pre-flight-branch',
+  'git_url': 'ssh://gerrit-int.chromium.org:29419/chromeos/manifest-internal',
 })
 
 config['x86-mario-pre-flight-branch'] = default.copy()
@@ -188,6 +191,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()