| Index: tools/bots/dartium_android.py
|
| diff --git a/tools/bots/dartium_android.py b/tools/bots/dartium_android.py
|
| index 5cbb2f3fa8d473c18dffd08540705793c20ce659..8f740bf500bacf21fd7f537f25777fb3c6ce4681 100644
|
| --- a/tools/bots/dartium_android.py
|
| +++ b/tools/bots/dartium_android.py
|
| @@ -39,7 +39,10 @@ def UploadSetACL(gsutil, local, remote):
|
|
|
| def UploadAPKs(options):
|
| with bot.BuildStep('Upload apk'):
|
| - bot_name = os.environ.get("BUILDBOT_BUILDERNAME")
|
| + bot_name = os.environ.get('BUILDBOT_BUILDERNAME')
|
| + on_fyi = 'fyi-' in os.environ.get('BUILDBOT_SCHEDULER')
|
| + if '-integration' in bot_name or on_fyi:
|
| + return
|
| channel = bot_utils.GetChannelFromName(bot_name)
|
| namer = bot_utils.GCSNamer(channel=channel)
|
| gsutil = bot_utils.GSUtil()
|
|
|