Skip to content

Use a retry function to survive conda http errors

Duncan Macleod requested to merge duncanmmacleod/lalsuite:ci-conda-retry into master

Description

This MR implements a simple bash retry() function to retry a command a couple of times if it fails, and applies it to conda install commands to try and survive transient HTTP connection errors (timeouts, etc).

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

Merge request reports