aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2026-01-08 13:48:41 +0100
committerAleksandr Nogikh <nogikh@google.com>2026-01-09 14:28:59 +0000
commit993a1e9ee26349d7e290ca7de23faeb6781d9001 (patch)
tree8cb6c95ae5368bd1588f9cdfabcb75db23941fb5
parent8d6fe1046d948f9b31d21d260a8b1d1cb4145930 (diff)
syz-cluster: build commit graph during triage
It will accelerate various commit search operations by orders of magnitude.
-rw-r--r--syz-cluster/workflow/triage-step/workflow-template.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-cluster/workflow/triage-step/workflow-template.yaml b/syz-cluster/workflow/triage-step/workflow-template.yaml
index 35a163bdd..c30ec83e9 100644
--- a/syz-cluster/workflow/triage-step/workflow-template.yaml
+++ b/syz-cluster/workflow/triage-step/workflow-template.yaml
@@ -24,6 +24,7 @@ spec:
- -c
- |
git clone --reference /kernel-repo -c remote.origin.fetch="+refs/heads/*:refs/heads/*" /kernel-repo /workdir
+ git -C /workdir commit-graph write --reachable
env:
- name: GIT_DISCOVERY_ACROSS_FILESYSTEM
value: "1"