[PATCH] D109578: [LNT] Fixed incomplete feature for submit JSON to a local instance

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 01:15:05 PDT 2021


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

LNT parses the test suite from the specified url for the submit command. But the suite is always default (nts) in case of using a local path to the instance instead of the url. This patch allows to specify the test suite in the submit command.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109578

Files:
  lnt/lnttool/main.py
  lnt/server/db/rules/rule_update_fixed_regressions.py
  lnt/util/ServerUtil.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109578.371813.patch
Type: text/x-patch
Size: 5057 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210910/b7c77205/attachment.bin>


More information about the llvm-commits mailing list