[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
Tue Oct 12 04:46:57 PDT 2021


kpdev42 marked an inline comment as done.
kpdev42 added inline comments.


================
Comment at: lnt/lnttool/main.py:191
+              help="disable regression tracking")
+def action_submit(url, files, select_machine, merge, verbose,
+                  ignore_regressions):
----------------
dmgreen wrote:
> Should this still include testsuite?
Thank you! Fixed https://reviews.llvm.org/rLNTbe3643cefc52cb74373ae1b0bc5c62391f4f73b6


Repository:
  rLNT LNT

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111389/new/

https://reviews.llvm.org/D111389



More information about the llvm-commits mailing list