Archive internal test failures to new bucket

Bug: 177799191
Change-Id: I63bece392bcea20971e6e5bfa866b585708b134b
diff --git a/tools/utils.py b/tools/utils.py
index c831d8c..9e837c3 100644
--- a/tools/utils.py
+++ b/tools/utils.py
@@ -101,6 +101,7 @@
 USER_HOME = os.path.expanduser('~')
 
 R8_TEST_RESULTS_BUCKET = 'r8-test-results'
+R8_INTERNAL_TEST_RESULTS_BUCKET = 'r8-internal-test-results'
 
 def archive_file(name, gs_dir, src_file):
   gs_file = '%s/%s' % (gs_dir, name)