Skip to content

CI: change mcia host

David Benaben requested to merge ci-change-MCIA into master

Contributor checklist

  • This tool is not an isolated library that could be installed manually by a user or that should be included in a langage package (Python, R, Perl, etc.)
  • The conda env or apptainer definition could be rerun at any time and would result in the exact same tool version

Please, review our Best pratices for more informations

Change MCIA host

Change to "curta1.mcia.fr"

Ideally, I would put "curta.mcia.fr" (roundrobin DNS between 2 hosts) but the CI will not work (the CI create temporary files on 1st host curta, but when it reconnects, goes to "curta2", and fails to find the files)

Merge request reports