Skip to content

CI: reduce bandwidth for git pull

(cherry picked from commit 0b6e03b8)

Since we introduced 0b6e03b8, we managed to get the amount of git pulls of the mesa tree in the CI farms from 600GB a week to ~250GB. It turns out that this bandwidth is mostly used (~215GB) by the MS D3D12 sub-tree.

So partially backporting 0b6e03b8 into this branch so we can benefit from the reduced bandwidth usage.

Note that I did not backported the make git archive stage, we can rely on the upstream mesa archive instead.

Merge request reports