[PATCH] D111389: [LNT] Added the ability to disable regressions processing to improve performance

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 01:28:05 PDT 2021


kpdev42 created this revision.
kpdev42 added reviewers: thopre, cmatthews, danilaml.
kpdev42 added a project: LLVM.
Herald added a subscriber: dkolesnichenko.
kpdev42 requested review of this revision.

The regresssion processing can be disabled on the server side or per submit.
Supported the option `ignore_regressions = True` in lnt.cfg to disable regresssion processing at all.
Added the parameter --ignore-regressions to lnt submit command.


Repository:
  rLNT LNT

https://reviews.llvm.org/D111389

Files:
  lnt/lnttool/main.py
  lnt/server/config.py
  lnt/server/ui/api.py
  lnt/server/ui/views.py
  lnt/util/ImportData.py
  lnt/util/ServerUtil.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111389.378099.patch
Type: text/x-patch
Size: 9730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211008/ac53caba/attachment.bin>


More information about the llvm-commits mailing list