Integrate atomic reprotest into salsa-ci pipeline
The original idea of this MR was to run different jobs of reprotest, one for each variation, automatically if the 'main' reprotest job failed.
However, it makes more sense (e.g. to save resources) that the user manually trigger this "atomic reprotest", including an additional yml file (atomic-reprotest.yml
) and setting SALSA_CI_ENABLE_ATOMIC_REPROTEST: 1
, as documented in the README.md
Edited by Santiago R.R.