aboutsummaryrefslogtreecommitdiffstats
path: root/syz-ci/jobs.go
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2023-08-04 17:02:49 +0200
committerAleksandr Nogikh <nogikh@google.com>2023-08-04 16:03:43 +0000
commit4ffcc9efeba621d9391f2beb81ab904c2f97cefa (patch)
tree42cea5835643a9e2745856cc08e40cfd332a865e /syz-ci/jobs.go
parent635a5acfb7298dc171e913960b31157947faa91d (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.go2
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,