[llvm-commits] [LNT][Patch]Duplicate the log files to a iteration-independent location in multisample build (was Bug 12695)

Hongbin Zheng etherzhhb at gmail.com
Sun May 13 19:20:52 PDT 2012


ping?

On Tue, May 8, 2012 at 9:45 AM, Hongbin Zheng <etherzhhb at gmail.com> wrote:
> Hi Daniel,
>
> The buildbot try to read the logfiles from build/*.log (found in
> AddLNTTestsToFactory) when it run the lnt with --multisample, but the
> logfiles is in fact placed in build-0/*.log, build-1/*.log, etc, as a
> result, the buildbot cannot get any output from the logs, so it think
> the buildstep is not responding and kill the build process, e.g.[1].
>
> Tobias Grosser and I work out several patches to duplicate the log
> files to a iteration-independent directory (i.e. build/*.log instead
> of build-0/*.log, build-1/*.log ) in multisample build, so the
> buildbot can read the output of the multisample build in time.
>
> The patches also rename the merged-report.json to report.json and
> place it to the  iteration-independent directory.
>
> Any suggestion and comment is appreciated.
>
> best regards
> ether
>
> [1]http://lab.llvm.org:8011/builders/clang-x86_64-darwin10-nt-O3/builds/362




More information about the llvm-commits mailing list