Skip to content

dev/ci: only asdf install go in pipeline gen

Administrator requested to merge pipeline-gen-only-go into main

Created by: bobheadxi

Cuts the pipeline generation step from ~60s to ~25s - doing a fresh asdf install golang seems significantly faster than using the asdf tools cache.

Opened a related idea: https://github.com/sourcegraph/sourcegraph/issues/33854

Together with https://github.com/sourcegraph/sourcegraph/pull/33821 , this significantly reduces the time it takes for builds to get to the "actually running" state (~120s -> ~50s)

Test plan

https://buildkite.com/sourcegraph/sourcegraph/builds/142131

Merge request reports

Loading