Note that my comment was not saying that not using bot_update was the problem. I have no problem w/ switching to bot_update, but if we think that every builder should be using bot_update, we should probably make that well known in recipe-land and audit it.
I've looked at your recipe and your gclient config definition in depot_tools: all seem sane. So, IMO, the checkout on your bots for some reason got corrupted.
Two ways out:
convert to bot_update, which should be 1 line change - just replace api.gclient.checkout()
with api.bot_update.ensure_checkout()
or wipe out builder dirs on slave.
Comment 1 by tandrii@chromium.org
, Sep 16 2016Labels: Infra-Troopers