Chromium Code Reviews| Index: tools/bots/dartium_android.py |
| =================================================================== |
| --- tools/bots/dartium_android.py (revision 37258) |
| +++ tools/bots/dartium_android.py (working copy) |
| @@ -40,6 +40,7 @@ |
| def UploadAPKs(options): |
| with bot.BuildStep('Upload apk'): |
| revision = utils.GetSVNRevision() |
| + bot_name, _ = bot.GetBotName() |
| channel = bot_utils.GetChannelFromName(bot_name) |
| namer = bot_utils.GCSNamer(channel=channel) |
| gsutil = bot_utils.GSUtil() |