Skip to content

Upload artifacts retries tunning

What does this MR do?

it activate environment variables for tunning upload of artifacts (number of retries and time between retries)

Why was this MR needed?

some server might be overloaded and upload of artifacts current values (3 retries and 1s between retries) are too short and leads to job failure while waiting a little more will be successful

Are there points in the code the reviewer needs to double check?

changes are simple

Does this MR meet the acceptance criteria?

  • Documentation created/updated : not found documentation about that
  • Added tests for this feature/bug : don't know how to test automatically
  • In case of conflicts with master - branch was rebased : dev done on old branch because we use a old server that isn't compatible with new gitlab-runner versions....

What are the relevant issue numbers?

Merge request reports