From 0b6a67ac4b0dc26f43030c5edd01c9175f13b784 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 12 Sep 2023 18:39:19 +0200 Subject: syz-ci: ignore one more bisection result The "devlink: bump the instance index directly when iterating" commit has already appeared in too many invalid fix bisection results. --- syz-ci/jobs.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/syz-ci/jobs.go b/syz-ci/jobs.go index 662361fd2..b2d996cf4 100644 --- a/syz-ci/jobs.go +++ b/syz-ci/jobs.go @@ -580,6 +580,10 @@ var ignoredCommits = []string{ // triggering USB bugs, which ends up being the guilty commit during bisection // for USB bugs introduced before it. "f2c2e717642c66f7fe7e5dd69b2e8ff5849f4d10", + // Commit "devlink: bump the instance index directly when iterating" has likely + // fixed some frequent task hung, which skews fix bisection results. + // TODO: consider backporting it during bisection itself. + "d772781964415c63759572b917e21c4f7ec08d9f", } func (jp *JobProcessor) ignoreBisectCommit(commit *vcs.Commit) bool { -- cgit mrf-deployment