Merge lp://qastaging/~matthew-gretton-dann/cbuild/spawn-gcc-release-tests into lp://qastaging/~linaro-toolchain-dev/cbuild/tools

Proposed by Matthew Gretton-Dann
Status: Approved
Approved by: Michael Hope
Approved revision: 49
Proposed branch: lp://qastaging/~matthew-gretton-dann/cbuild/spawn-gcc-release-tests
Merge into: lp://qastaging/~linaro-toolchain-dev/cbuild/tools
Diff against target: 105 lines (+101/-0)
1 file modified
spawn-gcc-release-tests.sh (+101/-0)
To merge this branch: bzr merge lp://qastaging/~matthew-gretton-dann/cbuild/spawn-gcc-release-tests
Reviewer Review Type Date Requested Status
Michael Hope Approve
Review via email: mp+121043@code.qastaging.launchpad.net

Description of the change

This adds the spawn-gcc-release-tests.sh script to ~linaro-toolchain-dev/cbuild/tools

I have made most of the changes suggested in other review comments.

However, I have not made the automatic detection of queues change as there are many more queues available than we test on - and that could be confusing.

To post a comment you must log in.
Revision history for this message
Michael Hope (michaelh1) wrote :

I like it. For the future, consider testing multiple variables the same way as crosstool-NG by using case "$foo","$bar". I like it as commas don't appear in names:

case "$queue-$release" in
   i686-*-4.6-*)

to

case "$queue","$release" in
   i686*,*-4.6-*)

review: Approve

Unmerged revisions

49. By Matthew Gretton-Dann

Add script to spawn GCC release tests.

This script is intended to be used during the GCC release process to spawn
the testing jobs after the toolchain has been built for various targets.

Intended usage is:

ssh -p7023 <email address hidden> \
    ./lib/tools/spawn-gcc-release-tests.sh gcc-linaro-4.X-20YY.MM[-R] <queue>

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches