Skip to content

Retry fetching charts on failure

Balasankar 'Balu' C requested to merge retry-fetching-charts into master

From a rough glance, it can take around 20 minutes for the Charts to be available after release-tools play the publish jobs. So, made the timeout around 50 minutes to be on the safest side.

Testing

  1. Update CHART_VERSIONS file to point to a non-existent version
  2. Run export CHART_FETCH_WAIT_TIME=1s
  3. Run sh scripts/retrieve_gitlab_charts.sh

Closes: #715 (closed)

Edited by Balasankar 'Balu' C

Merge request reports