* KCIDB: v5.3 - test input files
@ 2025-03-28 11:16 Nikolai Kondrashov
2025-04-03 14:16 ` Nikolai Kondrashov
0 siblings, 1 reply; 2+ messages in thread
From: Nikolai Kondrashov @ 2025-03-28 11:16 UTC (permalink / raw)
To: syzkaller, Dmitry Vyukov, Alice Ferrazzi, automated-testing,
Cristian Marussi, Johnson George, kernelci@lists.linux.dev,
Mark Brown, Philip Li, Denys Fedoryshchenko, Tales da Aparecida,
Aditya Nagesh, Sachin Sant, Benjamin Copeland, Manoj Kumar,
Michael Hofmann, marcelo.santos, kernelci-webdashboard,
Simone Tollardo
Hello, everyone involved with sending results to KCIDB,
The v5.2 schema adding issue categories has been merged, and we're testing the
already-implemented DB support for it.
Let's now move onto the next change in v5.3: adding support for
specifying test input files (an `input_files` field):
https://github.com/kernelci/kcidb-io/pull/99/commits/07cc1885a1ecae6f25287b61b58ecb4f70a92e63
We already have `input_files` in builds, and `output_files` in both builds and
tests. So this change is, again, quite straightforward. Simone Tollardo, who
works on RISC-V kernel, asked for this (and did the schema change!) to support
specifying the rootfs which their tests executed on. Something like this:
{
"version": {
"major": 5,
"minor": 2
},
"tests": [
{
"id": "riscv:ab266247c76746e",
"origin": "riscv",
"build_id": "maestro:27a3f84da7898ec9f4f1be8e4e043",
"path": "super-test",
"input_files": [
{
"name": "rootfs.img",
"url": "https://github.com/riscv/kernel/commit/"
"f89927a3f84da7898ec9f4f1be8e4e0433db7879/"
"checks/39474543369/rootfs.img"
}
]
"status": "PASS",
}
]
}
NOTE: This is based on the assumption that there could be more than one rootfs
per build, so the build reference is not enough. Plus it's likely there
could be other input files for tests, such as configuration, or sample
data. Please respond, if you disagree.
As the change is minor and backwards-compatible, I'd like to set the feedback
deadline to the middle of next week, Wed, Apr 2. If there are no objections by
that time, I'll merge this change to the schema and database support on that
day.
Thank you!
Nick
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: KCIDB: v5.3 - test input files
2025-03-28 11:16 KCIDB: v5.3 - test input files Nikolai Kondrashov
@ 2025-04-03 14:16 ` Nikolai Kondrashov
0 siblings, 0 replies; 2+ messages in thread
From: Nikolai Kondrashov @ 2025-04-03 14:16 UTC (permalink / raw)
To: syzkaller, Dmitry Vyukov, Alice Ferrazzi, automated-testing,
Cristian Marussi, Johnson George, kernelci@lists.linux.dev,
Mark Brown, Philip Li, Denys Fedoryshchenko, Tales da Aparecida,
Aditya Nagesh, Sachin Sant, Benjamin Copeland, Manoj Kumar,
Michael Hofmann, marcelo.santos, kernelci-webdashboard,
Simone Tollardo
On 3/28/25 1:16 PM, Nikolai Kondrashov wrote:
> Let's now move onto the next change in v5.3: adding support for
> specifying test input files (an `input_files` field):
>
> https://github.com/kernelci/kcidb-io/pull/99/commits/07cc1885a1ecae6f25287b61b58ecb4f70a92e63
>
> As the change is minor and backwards-compatible, I'd like to set the feedback
> deadline to the middle of next week, Wed, Apr 2. If there are no objections by
> that time, I'll merge this change to the schema and database support on that
> day.
This has now been merged, deployed, and the database was upgraded to accept
(and serve) the data.
Nick
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-03 14:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-28 11:16 KCIDB: v5.3 - test input files Nikolai Kondrashov
2025-04-03 14:16 ` Nikolai Kondrashov
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).