* Missing kernelci bot emails?
@ 2026-07-30 12:13 Will Deacon
2026-07-30 12:17 ` Mark Brown
0 siblings, 1 reply; 4+ messages in thread
From: Will Deacon @ 2026-07-30 12:13 UTC (permalink / raw)
To: kernelci; +Cc: catalin.marinas
Hi folks,
The last email I got from the KernelCI Bot was on 20th June:
https://lore.kernel.org/all/178192264021.17323.9854948270991678156@330cfa3079ca/
I've updated the arm64 for-kernelci branch since then, but I don't seem
to have received another update. Is something broken?
Cheers,
Will
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Missing kernelci bot emails?
2026-07-30 12:13 Missing kernelci bot emails? Will Deacon
@ 2026-07-30 12:17 ` Mark Brown
2026-07-30 19:35 ` Alan Zanoni Peixinho
0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2026-07-30 12:17 UTC (permalink / raw)
To: Will Deacon; +Cc: kernelci, catalin.marinas
[-- Attachment #1: Type: text/plain, Size: 524 bytes --]
On Thu, Jul 30, 2026 at 01:13:40PM +0100, Will Deacon wrote:
> The last email I got from the KernelCI Bot was on 20th June:
> https://lore.kernel.org/all/178192264021.17323.9854948270991678156@330cfa3079ca/
> I've updated the arm64 for-kernelci branch since then, but I don't seem
> to have received another update. Is something broken?
FWIW the branch is still being tested:
https://dashboard.kernelci.org/tree/arm64/for-kernelci/365f9c7a6b81889720fc221c166075b1ce81c641?i=7
so whatever's happening is the emails.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Missing kernelci bot emails?
2026-07-30 12:17 ` Mark Brown
@ 2026-07-30 19:35 ` Alan Zanoni Peixinho
2026-07-31 12:35 ` Will Deacon
0 siblings, 1 reply; 4+ messages in thread
From: Alan Zanoni Peixinho @ 2026-07-30 19:35 UTC (permalink / raw)
To: Mark Brown; +Cc: Will Deacon, kernelci, catalin.marinas
Hello everybody,
Apologies for the delay — I wanted to take a proper look at the
notifications system first, since it's a part of the KernelCI
Dashboard I hadn't explored in depth before.
From local testing, the system appears to be working as intended. What
I did find is that a summary email is only sent when two conditions
are both met:
1. A recent checkout exists. The subscribed branch must have a
checkout that started between 5 and 29 hours before the daily run. The
5-hour delay gives builds and tests time to finish reporting, and only
the most recent checkout in that window is used.
2. At least one test changed state. Looking at the last 7 days, a
test must show a regression (PASS to FAIL), a fix (FAIL to PASS), or
unstable behaviour (flapping, or inconclusive results such as ERROR or
SKIP). If everything is stable, the report is skipped.
Debugging against
https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git, all
the tests I can see in the current window are passing with no state
changes, which is why the notification is being
skipped. Does that match your expectation — that there simply
haven't been any status changes recently?
There is also a flag to send the summary every day (when we have
builds) regardless of whether anything changed on test status — we
already use it for the mainline tree. If you'd prefer that for arm64,
I'm happy to enable it.
Att,
Alan Peixinho
On Thu, Jul 30, 2026 at 9:24 AM Mark Brown <broonie@kernel.org> wrote:
>
> On Thu, Jul 30, 2026 at 01:13:40PM +0100, Will Deacon wrote:
>
> > The last email I got from the KernelCI Bot was on 20th June:
>
> > https://lore.kernel.org/all/178192264021.17323.9854948270991678156@330cfa3079ca/
>
> > I've updated the arm64 for-kernelci branch since then, but I don't seem
> > to have received another update. Is something broken?
>
> FWIW the branch is still being tested:
>
> https://dashboard.kernelci.org/tree/arm64/for-kernelci/365f9c7a6b81889720fc221c166075b1ce81c641?i=7
>
> so whatever's happening is the emails.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Missing kernelci bot emails?
2026-07-30 19:35 ` Alan Zanoni Peixinho
@ 2026-07-31 12:35 ` Will Deacon
0 siblings, 0 replies; 4+ messages in thread
From: Will Deacon @ 2026-07-31 12:35 UTC (permalink / raw)
To: Alan Zanoni Peixinho; +Cc: Mark Brown, kernelci, catalin.marinas
Hi Alan,
On Thu, Jul 30, 2026 at 04:35:40PM -0300, Alan Zanoni Peixinho wrote:
> Apologies for the delay — I wanted to take a proper look at the
> notifications system first, since it's a part of the KernelCI
> Dashboard I hadn't explored in depth before.
No problem, thank you for looking into it.
> From local testing, the system appears to be working as intended. What
> I did find is that a summary email is only sent when two conditions
> are both met:
> 1. A recent checkout exists. The subscribed branch must have a
> checkout that started between 5 and 29 hours before the daily run. The
> 5-hour delay gives builds and tests time to finish reporting, and only
> the most recent checkout in that window is used.
> 2. At least one test changed state. Looking at the last 7 days, a
> test must show a regression (PASS to FAIL), a fix (FAIL to PASS), or
> unstable behaviour (flapping, or inconclusive results such as ERROR or
> SKIP). If everything is stable, the report is skipped.
>
> Debugging against
> https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git, all
> the tests I can see in the current window are passing with no state
> changes, which is why the notification is being
> skipped. Does that match your expectation — that there simply
> haven't been any status changes recently?
Ah, that would expain it then, thanks. If possible, I would actually
like to receive an email even if the status hasn't changed but the HEAD
commit of the tested branch _has_ changed since last time. That way, I
know that the tests have run without having to poll the dashboard. Is
that possible with the current system?
> There is also a flag to send the summary every day (when we have
> builds) regardless of whether anything changed on test status — we
> already use it for the mainline tree. If you'd prefer that for arm64,
> I'm happy to enable it.
That's a bit noisy; it would be more helpful to have one email each time
I push to the branch.
Cheers,
Will
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-31 12:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-30 12:13 Missing kernelci bot emails? Will Deacon
2026-07-30 12:17 ` Mark Brown
2026-07-30 19:35 ` Alan Zanoni Peixinho
2026-07-31 12:35 ` Will Deacon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.