Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Issue 5212003: Remove the dependency to autotest_run.sh so I can get rid of it in next CL. (Closed)

Created:
10 years, 1 month ago by ericli
Modified:
9 years, 7 months ago
Reviewers:
kmixter1, sosa
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

Remove the dependency to autotest_run.sh so I can get rid of it in next CL. Change-Id: Ieaa2553612aefd6161785185350d495cbf0dad81 BUG=9291 TEST=Run storageFio test since it need prebuild test and deps. w/wo emerge autotest w/wo cros_workon in/outside of chroot. w/wo --used_emerged w/wo --results_dir_root and all its combinations. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=6f209d1

Patch Set 1 #

Patch Set 2 : patch #

Patch Set 3 : Patch #

Patch Set 4 : patch #

Patch Set 5 : patch #

Patch Set 6 : patch #

Total comments: 7

Patch Set 7 : patch #

Patch Set 8 : patch #

Total comments: 6

Patch Set 9 : patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -85 lines) Patch
D autotest_run.sh View 1 chunk +0 lines, -74 lines 0 comments Download
M run_remote_tests.sh View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ericli
Please re-review.
10 years, 1 month ago (2010-11-18 21:48:32 UTC) #1
kmixter1
A few comments. Sorry, I've had it on my todo list to remove that script ...
10 years, 1 month ago (2010-11-18 22:33:37 UTC) #2
ericli
http://codereview.chromium.org/5212003/diff/10001/run_remote_tests.sh File run_remote_tests.sh (right): http://codereview.chromium.org/5212003/diff/10001/run_remote_tests.sh#newcode67 run_remote_tests.sh:67: if [[ ${INSIDE_CHROOT} -eq ${FLAGS_TRUE} ]]; then my interpretation ...
10 years, 1 month ago (2010-11-18 23:05:22 UTC) #3
kmixter1
http://codereview.chromium.org/5212003/diff/10001/run_remote_tests.sh File run_remote_tests.sh (right): http://codereview.chromium.org/5212003/diff/10001/run_remote_tests.sh#newcode67 run_remote_tests.sh:67: if [[ ${INSIDE_CHROOT} -eq ${FLAGS_TRUE} ]]; then On 2010/11/18 ...
10 years, 1 month ago (2010-11-18 23:59:38 UTC) #4
ericli
PTAL. Ken, Your concern has been addressed now, and I had to fall back to ...
10 years, 1 month ago (2010-11-19 02:52:38 UTC) #5
kmixter1
LGTM++ just a few nits http://codereview.chromium.org/5212003/diff/20001/run_remote_tests.sh File run_remote_tests.sh (right): http://codereview.chromium.org/5212003/diff/20001/run_remote_tests.sh#newcode281 run_remote_tests.sh:281: cat > "${TMP}/run_test.sh" <<EOF ...
10 years, 1 month ago (2010-11-19 18:34:08 UTC) #6
ericli
10 years, 1 month ago (2010-11-19 18:42:21 UTC) #7
Thanks. I will push now and watch PFQ, hopefully it will pass through this time.

http://codereview.chromium.org/5212003/diff/20001/run_remote_tests.sh
File run_remote_tests.sh (right):

http://codereview.chromium.org/5212003/diff/20001/run_remote_tests.sh#newcode281
run_remote_tests.sh:281: cat > "${TMP}/run_test.sh" <<EOF
On 2010/11/19 18:34:08, kmixter1 wrote:
> indent wrong

Done.

http://codereview.chromium.org/5212003/diff/20001/run_remote_tests.sh#newcode282
run_remote_tests.sh:282: cd /build/${FLAGS_board}/usr/local/autotest
when run outside of chroot, ${autotest_dir} is pointed to
/usr/local/google/home/ericli/chromiumos/cros3/chroot/build/x86-generic/usr/local/autotest

not a good path inside chroot.

On 2010/11/19 18:34:08, kmixter1 wrote:
> use ${autotest_dir}?

http://codereview.chromium.org/5212003/diff/20001/run_remote_tests.sh#newcode288
run_remote_tests.sh:288: ${ENTER_CHROOT} ${TMP_INSIDE_CHROOT}/run_test.sh  >&2
On 2010/11/19 18:34:08, kmixter1 wrote:
> extra space

Done.

Powered by Google App Engine
This is Rietveld 408576698