-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
Description
Describe the bug
I have to manually add the approved label to kernel-crawler PRs.
How to reproduce it
Approve any PR on kernel-crawler repo :)
Expected behaviour
The approved label should be automatically added.
With @maxgio92 we discovered that there is some issue with the git client:
hook-7bb6858466-gzdrx hook {"client":"git","component":"hook","count":1,"error":"running \"/usr/bin/git\" [clone --mirror github.com/falcosecurity/kernel-crawler /tmp/git65590195/falcosecurity/kernel-crawler.git] returned error exit status 128 with output \"Cloning into bare repository '/tmp/git65590195/falcosecurity/kernel-crawler.git'...\\nfatal: fetch-pack: invalid index-pack output\\n\"","file":"k8s.io/test-infra/prow/git/git.go:580","func":"k8s.io/test-infra/prow/git.retryCmd","level":"debug","msg":"Retrying, if this is not the 3rd try then this will be retried.","severity":"debug","time":"2023-02-03T15:09:11Z"}
I think it is because the kernel-crawler repo hosts the huge json lists for the kernels for supported architectures and we need to somehow tweak the git client config.
Reactions are currently unavailable