blob: 21dd4c72dd402bc31338879b47d5444a2851b912 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Module contains constants shared across all other devserver modules."""
#### Google Storage locations and names. ####
# TODO (joyc) move the google storage filenames of artfacts here
GOOGLE_STORAGE_IMAGE_DIR = 'gs://chromeos-image-archive'
#### Local storage locations and names. ####
AUTOTEST_DIR = 'autotest'
ROOT_UPDATE_FILE = 'update.gz'