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

Issue 1603004: remove build_autotest.sh and change run_remote_tests.sh to use new autotest script. (Closed)

Created:
10 years, 8 months ago by ericli
Modified:
9 years, 7 months ago
Reviewers:
kmixter1
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

remove build_autotest.sh and change run_remote_tests.sh to use new autotest script. This change should go with http://codereview.chromium.org/1545014 together.

Patch Set 1 #

Patch Set 2 : patch 1 #

Total comments: 9

Patch Set 3 : patch 3 #

Patch Set 4 : patch 5. #

Patch Set 5 : patch 5. #

Patch Set 6 : patch 6 #

Patch Set 7 : patch 7. #

Patch Set 8 : patch 7 #

Total comments: 2

Patch Set 9 : patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -139 lines) Patch
M src/scripts/autotest View 1 chunk +1 line, -1 line 0 comments Download
M src/scripts/build_autotest.sh View 1 2 3 4 6 1 chunk +1 line, -85 lines 0 comments Download
M src/scripts/run_remote_tests.sh View 1 2 3 4 5 6 7 8 7 chunks +31 lines, -53 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
ericli
10 years, 8 months ago (2010-04-01 22:38:00 UTC) #1
kmixter1
http://codereview.chromium.org/1603004/diff/2001/3003 File src/scripts/run_remote_tests.sh (left): http://codereview.chromium.org/1603004/diff/2001/3003#oldcode263 src/scripts/run_remote_tests.sh:263: ${enter_chroot} ./build_autotest.sh --board=${FLAGS_board} ${build_param} why did you remove this ...
10 years, 8 months ago (2010-04-01 23:48:27 UTC) #2
ericli
I am also fixing an autotest issue, when no command line argument provided, should print ...
10 years, 8 months ago (2010-04-02 04:43:53 UTC) #3
sosa
For this CL, I would prefer if you didn't delete build_autotest.sh. During the test fix-it ...
10 years, 8 months ago (2010-04-02 17:07:22 UTC) #4
ericli
This is reasonable request. Done! On Fri, Apr 2, 2010 at 10:07 AM, Chris Sosa ...
10 years, 8 months ago (2010-04-02 17:27:03 UTC) #5
kmixter1
Seems like you could make build_autotest just call autotest - at least then the workflow ...
10 years, 8 months ago (2010-04-02 19:53:54 UTC) #6
ericli
build_autotest is already replaced by autotest inside buildbot, and with all the upsteam changes I ...
10 years, 8 months ago (2010-04-02 20:08:24 UTC) #7
kmixter1
I think so - I agree - we should have fewer scripts too. I'm just ...
10 years, 8 months ago (2010-04-02 20:10:20 UTC) #8
petkov
On Fri, Apr 2, 2010 at 1:08 PM, Eric Li(李咏竹) <ericli@chromium.org> wrote: > build_autotest is ...
10 years, 8 months ago (2010-04-02 20:16:41 UTC) #9
ericli
To Darin: No. I thought about it at the beginning and I do not want ...
10 years, 8 months ago (2010-04-02 20:25:46 UTC) #10
kmixter1
LGTM If build_autotest's functionality is entirely obsoleted by the "autotest" script and it has the ...
10 years, 8 months ago (2010-04-05 17:34:31 UTC) #11
ericli
Ken, Please take another look. for build_autotest.sh. This should be what you want. Thanks On ...
10 years, 8 months ago (2010-04-06 01:21:21 UTC) #12
kmixter1
LGTM with small comments http://codereview.chromium.org/1603004/diff/28001/29002 File src/scripts/build_autotest.sh (right): http://codereview.chromium.org/1603004/diff/28001/29002#newcode15 src/scripts/build_autotest.sh:15: ./autotest --build=all $@ just checking: ...
10 years, 8 months ago (2010-04-07 19:11:06 UTC) #13
ericli
10 years, 8 months ago (2010-04-07 19:47:13 UTC) #14
Pushing both 1603004 and 1545014 together.

On 2010/04/07 19:11:06, kmixter1 wrote:
> LGTM with small comments
> 
> http://codereview.chromium.org/1603004/diff/28001/29002
> File src/scripts/build_autotest.sh (right):
> 
> http://codereview.chromium.org/1603004/diff/28001/29002#newcode15
> src/scripts/build_autotest.sh:15: ./autotest --build=all $@
> just checking: does this still allow the user to pass --build=specific-test
and
> have that override this default of building all tests.
YES.

> 
> http://codereview.chromium.org/1603004/diff/28001/29003
> File src/scripts/run_remote_tests.sh (right):
> 
> http://codereview.chromium.org/1603004/diff/28001/29003#newcode157
> src/scripts/run_remote_tests.sh:157: TMP_INSIDE_CHROOT=$(echo ${TMP:(-26)})
> Please avoid using hardcoded strlen's.  Try instead
> ${TMP#${FLAGS_chroot}}.

FIXED.

Powered by Google App Engine
This is Rietveld 408576698