History log of /external/autotest/site_utils/setup_db.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de961fe7d099f00d935bf5b6b0bbf10d0a9b7983 12-Mar-2016 Fang Deng <fdeng@chromium.org> Revert the mysql version from 5.6 to 5.5

Our puppet code has dependencies that explicitly
require 5.5. Shard provisioninig is broken currently.
Revert the code for now.

BUG=None
TEST=None

Change-Id: I87c810067b0826dfb4d498a4206a1c0fc1a2f96f
Reviewed-on: https://chromium-review.googlesource.com/332528
Commit-Ready: Fang Deng <fdeng@chromium.org>
Tested-by: Fang Deng <fdeng@chromium.org>
Reviewed-by: Dan Shi <dshi@google.com>
/external/autotest/site_utils/setup_db.sh
13470bb31000f4907b7719e3f59ce0e1e9d3fc82 19-Feb-2016 Shuqian Zhao <shuqianz@chromium.org> [autotest] split the db setup script from setup_dev_autotest.sh

For some situations, we only want to clean up the database rather than
setting up the whole autotest on the servers. For example, when we
remove shards from master, we just need to swipe the database to clean
all the jobs and hosts history. A lot of the functions in
setup_dev_autotest.sh are unnecessary for this purpose.

BUG=None
TEST=Test on a testing master instance. Test the following cmds:
'./setup_dev_autotest.sh -p ${PWD} -a ${AUTOTEST_DIR} -d -m -n -v'
'./setup_db.sh -p ${PWD} -a'
'./setup_db.sh -p ${PWD} -a ${AUTOTEST_DIR}'
'./setup_db.sh -p ${PWD} -a ${AUTOTEST_DIR} -c'
'./setup_db.sh -p ${PWD} -a ${AUTOTEST_DIR} -c'

Change-Id: I736c68c4bc77f22cfd1c815980e546c9cf136f71
Reviewed-on: https://chromium-review.googlesource.com/328532
Commit-Ready: Shuqian Zhao <shuqianz@chromium.org>
Tested-by: Shuqian Zhao <shuqianz@chromium.org>
Reviewed-by: Fang Deng <fdeng@chromium.org>
Reviewed-by: Dan Shi <dshi@google.com>
/external/autotest/site_utils/setup_db.sh