From df37c7f1199ac2f4e3aff7bf2cbfb9a56d8eef41 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 30 May 2023 15:14:09 +0200 Subject: dashboard: amend configs during tree origin testing There are cases when e.g. an LTS kernel does not build if provided with some downstream kernel config. Introduce a special AppendConfig option to KernelRepo that can help in this case. --- dashboard/app/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/app/config.go') diff --git a/dashboard/app/config.go b/dashboard/app/config.go index 7c968ff0c..79304af77 100644 --- a/dashboard/app/config.go +++ b/dashboard/app/config.go @@ -254,6 +254,8 @@ type KernelRepo struct { CommitInflow []KernelRepoLink // Enable the missing backport tracking feature for this tree. DetectMissingBackports bool + // Append this string to the config file before running reproducers on this tree. + AppendConfig string } type KernelRepoLink struct { -- cgit mrf-deployment