[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 Jul 1 07:54:34 PDT 2012


Hi Daniel and Tobi,

Sorry to not replying for so long, i re-edit the patches and fix the
bug pointed out by tobi. It is appreciated if you could review the
patches at http://llvm.org/bugs/show_bug.cgi?id=12695.

best regards
ether

On Mon, May 14, 2012 at 10:20 AM, Hongbin Zheng <etherzhhb at gmail.com> wrote:
> 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