Draft: Use tar instead of zip for archiving artifacts
This MR addresses the comment about moving from zip to tar.
Related things to do:
-
remove zip
from the artifact name: https://gitlab.cern.ch/lhcb-core/nightly-builds/lb-nightly-configuration/-/blob/master/lb/nightly/configuration/project.py#L632-700 (lb-nightly-configuration!44) -
adapt the function to create slot deployment directory artifact: https://gitlab.cern.ch/lhcb-core/nightly-builds/lb-nightly-utils/-/blob/master/lb/nightly/utils/_deployment_helpers.py#L35-65 -
adapt lbtask
to usetar
archives directly: https://gitlab.cern.ch/lhcb-core/tasks/lbtaskrun/-/blob/master/src/lbtaskrun/cvmfs/new_nightlies.py
Edited by Maciej Pawel Szymanski