Change default builder to "Linux ChromiumOS Tests (2)"

BUG=None
TEST=Ran on my Linux workstation

Change-Id: I018e13f4abd989cd91853b4a5403a8dd445588a6
Reviewed-on: https://chromium-review.googlesource.com/204028
Tested-by: Scott Cunningham <scunningham@chromium.org>
Reviewed-by: Tracy Turchetto <tturchetto@chromium.org>
Reviewed-by: Scott Cunningham <scunningham@chromium.org>
Commit-Queue: Scott Cunningham <scunningham@chromium.org>
diff --git a/provingground/browsertest_status.py b/provingground/browsertest_status.py
index 998e1ca..1e3532c 100755
--- a/provingground/browsertest_status.py
+++ b/provingground/browsertest_status.py
@@ -15,7 +15,7 @@
 # Recent test results are fetched from the test-results.appspot.com server,
 # read from the results.json file located at:
 #   https://test-results.appspot.com/testfile?master=ChromiumChromiumOS&
-#   builder=Linux ChromiumOS Tests (dbg)(2)&testtype=browser_tests&
+#   builder=Linux ChromiumOS Tests (2)&testtype=browser_tests&
 #   name=results.json
 #
 
@@ -37,7 +37,7 @@
 # TestResults server url parameter defaults.
 _TR_HOST = 'test-results.appspot.com'  # URI to TestResults server.
 _TR_MASTER = 'ChromiumChromiumOS'  # Test-results build master repository.
-_TR_BUILDER = 'Linux ChromiumOS Tests (dbg)(2)'  # TestResults builder name.
+_TR_BUILDER = 'Linux ChromiumOS Tests (2)'  # TestResults builder name.
 
 # Input file and report directory parameter defaults.
 _TESTS_FILE = './tests'  # Path to the file that contains the tests names.
@@ -211,7 +211,7 @@
 
   Args:
     master: Master repo (e.g., 'ChromiumChromiumOS')
-    builder: Builder name (e.g., 'Linux ChromiumOS Tests (dbg)(2)')
+    builder: Builder name (e.g., 'Linux ChromiumOS Tests (2)')
 
   Returns:
     Dictionary of builder results.