Fix is_trybot for no-buildbot bots
authorEric Boren <borenet@google.com>
Wed, 23 Nov 2016 17:46:26 +0000 (12:46 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Wed, 23 Nov 2016 18:42:20 +0000 (18:42 +0000)
commitef4848fd7cebba99247279673049e0a161d7a877
tree9b692b1c8119b1aa725b0656635e0a50f2390814
parent8c6a43a1c06de67311f1fd0d16338f50f4f4c1d6
Fix is_trybot for no-buildbot bots

This was breaking gold/perf trybot results for no-buildbot bots.
Note that:
- Upload destination was correct, due to upload_nano_results using the
  correct property names.
- Patches were properly applied, since bot_update uses the properties
  independently of our logic.

BUG=skia:

Change-Id: I16f2e2d24d4602dc73233784d098f00b745e061a
Reviewed-on: https://skia-review.googlesource.com/5201
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
infra/bots/recipe_modules/vars/api.py