Re: [PATCH v7 00/11] kconfig: Add support for conflict resolution

From: Luis Chamberlain
Date: Sun Mar 23 2025 - 04:55:13 EST


On Sun, Mar 23, 2025 at 01:40:37AM -0700, Luis Chamberlain wrote:
> Let me know if your team is interested in exploring these things.

Hrm, actually there's much more...
Given we support all cloud providers...

This can also be something like:

matrix:
providers: [aws, gcp]
storage: [ebs, nvme]
filesystems: [xfs, ext4]
testsuites: [fstests]

If we could gather data about price...

- cost_limit: $0.50/hr

We then just need a mapping of code to tests.

code_paths:
fs/xfs/: [fstests, ltp, gitr]
block/: [blktets]

Ie, code maps to Kconfig attributes, and so we know what tests to run
as code gets updated on each commit.

Luis