Skip to content

builds-api: do not invalidate go mod download cache on code change

Raymond Ndibe requested to merge stop_invalidating_go_mod_download_cache into main

refactor blubber.yaml file to only copy go.mod and go.sum before running go mod download, then copy other neccessary files later.

This ensures that go mod download build cache doesn't get invalidated on every code change.

Bug: T345162 Signed-off-by: Ndibe Raymond Olisaemeka rolisaemeka-ctr@wikimedia.org

Merge request reports