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/config.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/config.go')
| -rw-r--r-- | dashboard/app/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |
