Skip to content

ci: avoid diffing svg in go-generate.sh

Administrator requested to merge jh/fix-go-generate-svg into main

Created by: jhchabran

So, it seems that https://github.com/sourcegraph/sourcegraph/pull/26285 introduced a flake, that can be observed here: https://buildkite.com/sourcegraph/sourcegraph/builds?branch=jh%2Ffix-go-generate-svg

The fix does not address the root cause, which I could not identify in a reasonable amount of time. Running the step either locally or on the agents did not lead to failures.

Therefore, I fixed by excluding the svg files from the failing step (dev/check/go-generate.sh).

I QA'ed the fix by running it 50 times in a row and we're good.

image

cc @umpox

Merge request reports

Loading