Use the archived full autotest tarball in archive_hwqual

Instead of relying on having autotest tarball in image.zip, this change simply
untars the archived full autotest tarball directly.

BUG=chromium-os:32719
TEST=try job
CQ-DEPEND=I3213180a818617495b347c85b4c97900a47104a6

Change-Id: I398031a19f1291653afe94a52522f5ca79e4f3dc
Reviewed-on: https://gerrit.chromium.org/gerrit/27844
Tested-by: Yu-Ju Hong <yjhong@chromium.org>
Reviewed-by: Chris Sosa <sosa@chromium.org>
Commit-Ready: Yu-Ju Hong <yjhong@chromium.org>
This commit is contained in:
Yu-Ju Hong 2012-07-18 14:07:13 -07:00 committed by Gerrit
parent a35663bb34
commit d2345a6706

View File

@ -60,8 +60,8 @@ main() {
TAR_BZIP2="tar --bzip2"
fi
echo "Extracting autotest from build artifacts..."
${TAR_BZIP2} -xf autotest.tar.bz2
echo "Extracting autotest from archived autotest tarball..."
${TAR_BZIP2} -xf "${FLAGS_from}/autotest.tar.bz2"
cd "${TMP}"