This is an archive of the discontinued LLVM Phabricator instance.

[LNT] Added the ability to disable regressions processing to improve performance
ClosedPublic

Authored by kpdev42 on Oct 8 2021, 1:28 AM.

Details

Summary

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.

Diff Detail

Repository
rLNT LNT

Event Timeline

kpdev42 created this revision.Oct 8 2021, 1:28 AM
kpdev42 requested review of this revision.Oct 8 2021, 1:28 AM
thopre accepted this revision.Oct 8 2021, 2:36 AM

LGTM. Gee that's an impressive amount of changes needed for bubbling up the config and command-line options to the processing code!

This revision is now accepted and ready to land.Oct 8 2021, 2:36 AM
cmatthews accepted this revision.Oct 8 2021, 11:52 AM

Great idea! They can be very slow on large DBs to process.

dmgreen added inline comments.
lnt/lnttool/main.py
191

Should this still include testsuite?

kpdev42 marked an inline comment as done.Oct 12 2021, 4:46 AM
kpdev42 added inline comments.
kpdev42 marked an inline comment as done.Oct 12 2021, 4:48 AM
kpdev42 added inline comments.
lnt/lnttool/main.py
191

I meant that missing testsuite was fixed