[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:48:53 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):
----------------
kpdev42 wrote:
> dmgreen wrote:
> > Should this still include testsuite?
> Thank you! Fixed https://reviews.llvm.org/rLNTbe3643cefc52cb74373ae1b0bc5c62391f4f73b6
I meant that missing `testsuite` was fixed
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