[LNT] r249026 - Add support for storing hash of test binaries.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 13:44:05 PDT 2015


Hi Tobias,

I think the least risky way to get your submissions through
is to add the
--exclude-stat-from-submission=hash
command line option to the lnt runtest nt command.

If you're using a setup based on zorg, this probably means
adding '--exclude-stat-from-submission=hash' to the list
specified by the nt_flags parameter of the 
LNTBuilder.getLNTFactory that defines your runs.

This should result in not including hashes in the jsons your
bots create, and should get your submissions accepted by the
current version of LNT running at llvm.org/perf.

It does require a change in your slave setup, but this
probably is the quickest way to get your bot submissions through
to the server before the it is upgraded.

Thanks,

Kristof

> -----Original Message-----
> From: Tobias Grosser [mailto:tobias at grosser.es]
> Sent: 13 October 2015 21:04
> To: Chris Matthews
> Cc: Chris Matthews; Kristof Beyls; llvm-commits at lists.llvm.org
> Subject: Re: [LNT] r249026 - Add support for storing hash of test
> binaries.
> 
> On 10/13/2015 09:47 PM, Chris Matthews wrote:
> > I have been given access to the server.  I'm going to sync up with
> Daniel this week to find out how it works, then I will do the upgrade.
> 
> Does this mean I have another week without test coverage. If so, could
> we possibly revert/disable the hash-creating until this update has been
> taken care of?
> 
> Best,
> Tobias





More information about the llvm-commits mailing list