get_drt + client bots: fix google-storage source location for archives

Review URL: https://chromereviews.googleplex.com/3583012

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@248 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
sigmund@google.com 2011-10-07 18:27:18 +00:00
parent 770771127b
commit 05b0b0ba29
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ REVISION = 'BUILDBOT_REVISION'
# latest dartium location
DARTIUM_VERSION_FILE = 'tests/drt/LAST_VERSION'
DARTIUM_V_MATCHER = (
'gs://dashium-archive/latest/dartium-\w*-inc-([0-9]*).([0-9]*).zip')
'gs://dartium-archive/latest/dartium-\w*-inc-([0-9]*).([0-9]*).zip')
# Patterns are of the form "dart_client-linux-ia32-debug"
BUILDER_PATTERN = r'dart_client-(\w+)-(\w+)-(\w+)'

View file

@ -27,7 +27,7 @@ GSUTIL = GSUTIL_DIR + '/gsutil'
DRT_DIR = 'client/tests/drt'
VERSION = DRT_DIR + '/LAST_VERSION'
DRT_DARTIUM_LATEST_PATTERN = (
'gs://dashium-archive/latest/dartium-%(osname)s-inc-*.zip')
'gs://dartium-archive/latest/dartium-%(osname)s-inc-*.zip')
DRT_CHROMIUM_LATEST_PATTERN = (
'gs://dart-dump-render-tree/latest/chromium-%(osname)s-*.zip')