Skip to content

zoekt: build updates to enable multiple branch indexing

Administrator requested to merge k/zoekt-git-index into master

Created by: keegancsmith

This does not enable indexing of multiple branches. The main purpose of this change is to build zoekt-git-index. zoekt-git-index is used instead of zoekt-archive-index when we want to index multiple branches.

See individual commits, summaries included below with git log --pretty=format:'### %s%n%n%b%n'

Part of #6728

all: build and include zoekt-git-index

If you are indexing multiple branches this command is required. This adds the command to our dev and single docker image environments. The docker images for cluster already include the command (see zoekt repo).

zoekt: set cpu_fraction flag for indexserver

The default was 0.25, but was bumped to 1.0. This bump was done to align the flag defaults with how we run indexserver in cluster environments. We update our dev and single image environments to use the same value. Those environmemts don't have resource isolation so we need to continue using 0.25 rather than allowing indexing to use all cores.

gomod: update zoekt

Includes the following commits

Merge request reports

Loading