commit | 635b2de91f7ec26b108190cc037b825152c35eb1 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Mon Apr 25 10:35:14 2022 +0200 |
committer | Rico Wind <ricow@google.com> | Mon Apr 25 09:15:50 2022 +0000 |
tree | 7b03b87f2c36cc74137fd136a94e24de5aca674d | |
parent | d31b5898693d9ce1ef23c18306367059fbaebd61 [diff] [blame] |
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)