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/tree.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/app/tree.go') diff --git a/dashboard/app/tree.go b/dashboard/app/tree.go index e6ee6cc26..6e1b1e9d0 100644 --- a/dashboard/app/tree.go +++ b/dashboard/app/tree.go @@ -431,6 +431,7 @@ func (ctx *bugTreeContext) doRunRepro(repo KernelRepo, result expectedResult, ru crash: ctx.crash, crashKey: ctx.crashKey, configRef: ctx.build.KernelConfig, + configAppend: repo.AppendConfig, inTransaction: true, treeOrigin: true, testReqArgs: testReqArgs{ -- cgit mrf-deployment