diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-08-04 17:02:49 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-08-04 16:03:43 +0000 |
| commit | 4ffcc9efeba621d9391f2beb81ab904c2f97cefa (patch) | |
| tree | 42cea5835643a9e2745856cc08e40cfd332a865e /syz-ci/jobs.go | |
| parent | 635a5acfb7298dc171e913960b31157947faa91d (diff) | |
syz-ci: accept the global per-syz-ci backport list
Now that we also support checking whether the guilty commit is present,
we can afford to share the custom backport list among all syz-ci
managers in a number of cases.
Diffstat (limited to 'syz-ci/jobs.go')
| -rw-r--r-- | syz-ci/jobs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-ci/jobs.go b/syz-ci/jobs.go index f9851edfb..662361fd2 100644 --- a/syz-ci/jobs.go +++ b/syz-ci/jobs.go @@ -503,7 +503,7 @@ func (jp *JobProcessor) bisect(job *Job, mgrcfg *mgrconfig.Config) error { Config: req.KernelConfig, BaselineConfig: baseline, Userspace: mgr.mgrcfg.Userspace, - Backports: mgr.mgrcfg.BisectBackports, + Backports: mgr.backportCommits(), }, Syzkaller: bisect.SyzkallerConfig{ Repo: jp.cfg.SyzkallerRepo, |
