History log of /external/autotest/site_utils/admin/common.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9e30bb204a993933f5a8875498abb84b7e227e0a 01-Jan-2013 Alex Miller <milleral@chromium.org> [autotest] Change os.path.join use in common.py to be portable.

All uses of |os.path.join("x", "../..")| have been changed into
|os.path.join("x", "..", "..")|.

TEST=syntax check all common.py files, trybot passes HWTest
BUG=None

Change-Id: Ic05a2e375352eab4447ae5b180da750ccbc1b914
Reviewed-on: https://gerrit.chromium.org/gerrit/40312
Tested-by: Alex Miller <milleral@chromium.org>
Commit-Queue: Scott Zawalski <scottz@chromium.org>
Reviewed-by: Scott Zawalski <scottz@chromium.org>
Commit-Queue: Alex Miller <milleral@chromium.org>
/external/autotest/site_utils/admin/common.py
3a2fb2b455a95ab0b90bd1dd95c4d88023a46642 27-Jul-2012 Alex Miller <milleral@chromium.org> [autotest] Clean builds based on time since last use.

The current logic only keeps the last N builds, which causes issues if
one tries to run tests on an old build. This change uses a timestamp
left by the devserver to determine when a build was last used, and only
remove the build if it hasn't been used recently.

BUG=chromium-os:32912
TEST=None
CQ-DEPEND=I0c06dd55cd915332f7aa580d846adce4972f6223

Change-Id: I410f1e598c01282a4dfb34e0cba0a7c35b4d9021
Reviewed-on: https://gerrit.chromium.org/gerrit/28628
Commit-Ready: Alex Miller <milleral@chromium.org>
Reviewed-by: Alex Miller <milleral@chromium.org>
Tested-by: Alex Miller <milleral@chromium.org>
/external/autotest/site_utils/admin/common.py