diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-05-30 15:14:09 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-05-30 16:02:38 +0200 |
| commit | df37c7f1199ac2f4e3aff7bf2cbfb9a56d8eef41 (patch) | |
| tree | 71b4a2e531f3bd3745523e87206ebebee6be612c /dashboard/app/tree.go | |
| parent | 8d5c7541d29fecb0d8adc7f44caedd9abe9c9dca (diff) | |
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.
Diffstat (limited to 'dashboard/app/tree.go')
| -rw-r--r-- | dashboard/app/tree.go | 1 |
1 files changed, 1 insertions, 0 deletions
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{ |
