summaryrefslogtreecommitdiff
path: root/cbuildbot/binhost.py
diff options
context:
space:
mode:
authorDon Garrett <dgarrett@google.com>2015-05-28 15:35:32 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-29 20:44:06 +0000
commit5e4b4caf0a25097074aa7a0ae04395c93a2db910 (patch)
tree364bafad49d32d218a640df72ba90c30c6894515 /cbuildbot/binhost.py
parent8a83c625c57a1ad990ba8f5f95890b57d204501f (diff)
downloadchromite-5e4b4caf0a25097074aa7a0ae04395c93a2db910.tar.gz
config_lib: Remove simple cbuildbot_config references.
This CL gets rid of all cbuildbot_config references, other than those related to GetConfig, and OverrideConfigForTrybot. It also removes most symbols from cbuildbot_config to prove they aren't being used. BUG=chromium:483566 TEST=cbuildbot/run_tests Change-Id: Id289d1aad190d865cd4c609c5550a64f9dfdd463 Reviewed-on: https://chromium-review.googlesource.com/273913 Trybot-Ready: Don Garrett <dgarrett@chromium.org> Tested-by: Don Garrett <dgarrett@chromium.org> Reviewed-by: Prathmesh Prabhu <pprabhu@chromium.org> Commit-Queue: Don Garrett <dgarrett@chromium.org>
Diffstat (limited to 'cbuildbot/binhost.py')
-rw-r--r--cbuildbot/binhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cbuildbot/binhost.py b/cbuildbot/binhost.py
index 6f45ecf97..a0ee3989e 100644
--- a/cbuildbot/binhost.py
+++ b/cbuildbot/binhost.py
@@ -36,7 +36,7 @@ def GetBoardKey(config, board=None):
"""Get the BoardKey associated with a given config.
Args:
- config: A cbuildbot_config.BuildConfig object.
+ config: A config_lib.BuildConfig object.
board: Board to use. Defaults to the first board in the config.
Optional if len(config.boards) == 1.
"""