* [PATCH] ci: configure Coderabbit
@ 2025-10-01 8:18 David Marchand
2025-10-01 14:03 ` Burakov, Anatoly
0 siblings, 1 reply; 4+ messages in thread
From: David Marchand @ 2025-10-01 8:18 UTC (permalink / raw)
To: dev; +Cc: rjarry, Aaron Conole, Michael Santana, Thomas Monjalon
Coderabbit currently runs in ovsrobot repository (and can be used in
public personal forks).
poems are funny, but not really helpful.
Reduce some noise by disabling (or collapsing) some verbose outputs.
Signed-off-by: David Marchand <david.marchand@redhat.com>
---
I copied the tone instructions and some settings from grout.
The docstrings check is noisy, and often wrong for C headers
(especially EAL arch headers).
Opinions?
---
.coderabbit.yaml | 14 ++++++++++++++
MAINTAINERS | 1 +
devtools/check-spdx-tag.sh | 2 +-
3 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 .coderabbit.yaml
diff --git a/.coderabbit.yaml b/.coderabbit.yaml
new file mode 100644
index 0000000000..7968f4f4ba
--- /dev/null
+++ b/.coderabbit.yaml
@@ -0,0 +1,14 @@
+language: "en-US"
+tone_instructions: "Only provide helpful, relevant comments. Be brief and terse but clear."
+reviews:
+ profile: "chill"
+ collapse_walkthrough: true
+ changed_files_summary: false
+ sequence_diagrams: false
+ suggested_labels: false
+ poem: false
+ finishing_touches:
+ docstrings:
+ enabled: false
+ unit_tests:
+ enabled: false
diff --git a/MAINTAINERS b/MAINTAINERS
index 1a2729be66..b82632fea3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -141,6 +141,7 @@ M: Aaron Conole <aconole@redhat.com>
M: Michael Santana <maicolgabriel@hotmail.com>
F: .github/workflows/build.yml
F: .ci/
+F: .coderabbit.yaml
Driver information
M: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
diff --git a/devtools/check-spdx-tag.sh b/devtools/check-spdx-tag.sh
index 984825026e..eb4a88a3fb 100755
--- a/devtools/check-spdx-tag.sh
+++ b/devtools/check-spdx-tag.sh
@@ -18,7 +18,7 @@ print_usage () {
no_license_list=\
':^.git* :^.mailmap :^.ci/* :^README :^*/README* :^MAINTAINERS :^VERSION :^ABI_VERSION '\
':^license/ :^config/ :^buildtools/ :^*.abignore :^*.cocci :^*/poetry.lock '\
-':^*/Kbuild :^kernel/linux/uapi/version '\
+':^*/Kbuild :^kernel/linux/uapi/version :^.coderabbit.yaml '\
':^*.ini :^*.data :^*.json :^*.cfg :^*.txt :^*.svg :^*.png'
check_spdx() {
--
2.51.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ci: configure Coderabbit
2025-10-01 8:18 [PATCH] ci: configure Coderabbit David Marchand
@ 2025-10-01 14:03 ` Burakov, Anatoly
2025-10-01 14:12 ` David Marchand
0 siblings, 1 reply; 4+ messages in thread
From: Burakov, Anatoly @ 2025-10-01 14:03 UTC (permalink / raw)
To: David Marchand, dev
Cc: rjarry, Aaron Conole, Michael Santana, Thomas Monjalon
On 10/1/2025 10:18 AM, David Marchand wrote:
> Coderabbit currently runs in ovsrobot repository (and can be used in
> public personal forks).
>
> poems are funny, but not really helpful.
> Reduce some noise by disabling (or collapsing) some verbose outputs.
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
> I copied the tone instructions and some settings from grout.
> The docstrings check is noisy, and often wrong for C headers
> (especially EAL arch headers).
>
> Opinions?
>
> ---
Hi David,
Can you provide a little more details on what exactly you are proposing?
On the back of this patch, I installed CodeRabbit in my IDE (VSCode),
and did a review of one of my recent patchsets - it's quite interesting,
actually, and the comments provided were basic but meaningful, alas the
free version is limited to like 1 review per 30 minutes or something so
it's a bit limiting. On top of that, I found the tool a lot more usable
than GitHub Copilot reviews, which are attached to GH pull requests
rather than Git branches, and they take a lot less time to boot, so I
feel like this tool has potential.
That said, I'm not sure what this patch is supposed to do - is it to
have it set up to review patches automatically?
--
Thanks,
Anatoly
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ci: configure Coderabbit
2025-10-01 14:03 ` Burakov, Anatoly
@ 2025-10-01 14:12 ` David Marchand
2025-10-01 14:23 ` David Marchand
0 siblings, 1 reply; 4+ messages in thread
From: David Marchand @ 2025-10-01 14:12 UTC (permalink / raw)
To: Burakov, Anatoly
Cc: dev, rjarry, Aaron Conole, Michael Santana, Thomas Monjalon
On Wed, 1 Oct 2025 at 16:04, Burakov, Anatoly <anatoly.burakov@intel.com> wrote:
>
> On 10/1/2025 10:18 AM, David Marchand wrote:
> > Coderabbit currently runs in ovsrobot repository (and can be used in
> > public personal forks).
> >
> > poems are funny, but not really helpful.
> > Reduce some noise by disabling (or collapsing) some verbose outputs.
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> > ---
> > I copied the tone instructions and some settings from grout.
> > The docstrings check is noisy, and often wrong for C headers
> > (especially EAL arch headers).
> >
> > Opinions?
> >
> > ---
>
> Hi David,
>
> Can you provide a little more details on what exactly you are proposing?
>
> On the back of this patch, I installed CodeRabbit in my IDE (VSCode),
> and did a review of one of my recent patchsets - it's quite interesting,
> actually, and the comments provided were basic but meaningful, alas the
> free version is limited to like 1 review per 30 minutes or something so
> it's a bit limiting. On top of that, I found the tool a lot more usable
> than GitHub Copilot reviews, which are attached to GH pull requests
> rather than Git branches, and they take a lot less time to boot, so I
> feel like this tool has potential.
>
> That said, I'm not sure what this patch is supposed to do - is it to
> have it set up to review patches automatically?
The ovsrobot creates pull requests in its dpdk github repository, and
Coderabbit and sourcery are invoked on them.
Look for a link in patchwork, under the name "ci/github-robot-post".
For example, this exact patch got a branch and pr in ovsrobot/dpdk:
https://github.com/ovsrobot/dpdk/tree/series_36267
https://github.com/ovsrobot/dpdk/pull/124
--
David Marchand
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ci: configure Coderabbit
2025-10-01 14:12 ` David Marchand
@ 2025-10-01 14:23 ` David Marchand
0 siblings, 0 replies; 4+ messages in thread
From: David Marchand @ 2025-10-01 14:23 UTC (permalink / raw)
To: Burakov, Anatoly
Cc: dev, rjarry, Aaron Conole, Michael Santana, Thomas Monjalon
On Wed, 1 Oct 2025 at 16:12, David Marchand <david.marchand@redhat.com> wrote:
> On Wed, 1 Oct 2025 at 16:04, Burakov, Anatoly <anatoly.burakov@intel.com> wrote:
> > Can you provide a little more details on what exactly you are proposing?
> >
> > On the back of this patch, I installed CodeRabbit in my IDE (VSCode),
> > and did a review of one of my recent patchsets - it's quite interesting,
> > actually, and the comments provided were basic but meaningful, alas the
> > free version is limited to like 1 review per 30 minutes or something so
> > it's a bit limiting. On top of that, I found the tool a lot more usable
> > than GitHub Copilot reviews, which are attached to GH pull requests
> > rather than Git branches, and they take a lot less time to boot, so I
> > feel like this tool has potential.
> >
> > That said, I'm not sure what this patch is supposed to do - is it to
> > have it set up to review patches automatically?
>
> The ovsrobot creates pull requests in its dpdk github repository, and
> Coderabbit and sourcery are invoked on them.
> Look for a link in patchwork, under the name "ci/github-robot-post".
>
> For example, this exact patch got a branch and pr in ovsrobot/dpdk:
> https://github.com/ovsrobot/dpdk/tree/series_36267
> https://github.com/ovsrobot/dpdk/pull/124
Btw, you'll notice a bit of noise, due to how the PR is created
against ovsrobot/main, and not the exact DPDK main branch at the
moment the patch is submitted on the ml.
--
David Marchand
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-10-01 14:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-01 8:18 [PATCH] ci: configure Coderabbit David Marchand
2025-10-01 14:03 ` Burakov, Anatoly
2025-10-01 14:12 ` David Marchand
2025-10-01 14:23 ` David Marchand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).