Skip to content

ci: fetch enough commits for stress tests

Denis Smirnov requested to merge sd/git_depth into master

Summary

Previously stress tests fetched only 100 commits and expected that one of them contains a tag (need on the build phase for git describe). We have faced on last CI job that 100 is not enough. So, this MR adds a small script that fetches commits until it finds the last tag for stress tests.

  • Target branch: master
  • Changes should be cherry-picked to 24.2: no
  • Docs follow-up: not necessary
Edited by Denis Smirnov

Merge request reports