summaryrefslogtreecommitdiff
path: root/compute/setup_bot.py
diff options
context:
space:
mode:
Diffstat (limited to 'compute/setup_bot.py')
-rw-r--r--compute/setup_bot.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/compute/setup_bot.py b/compute/setup_bot.py
index ff4e92376..84d5fe923 100644
--- a/compute/setup_bot.py
+++ b/compute/setup_bot.py
@@ -191,7 +191,8 @@ def SetupBuildbotEnvironment():
# `gclient` relies on depot_tools in $PATH, pass the extra
# envinornment variable.
path_env = '%s:%s' % (os.getenv('PATH'), tmp_depot_tools_path)
- RunCommand(['gclient', 'config', bot_constants.BUILDBOT_GIT_REPO],
+ RunCommand(['gclient', 'config', bot_constants.CHROME_INFRA_SLAVE_REPO,
+ '--deps-file', bot_constants.CHROME_INFRA_SLAVE_DEPS_FILE],
cwd=bot_constants.BUILDBOT_DIR, extra_env={'PATH': path_env})
RunCommand(['gclient', 'sync', '--jobs', '5'],
cwd=bot_constants.BUILDBOT_DIR,