software/slapos-testing: add back required versions pins
217f7f05 (slapos-testing: don't pin tested eggs, 2021-01-12) was wrong, some versions needs to be pinned for initial installation of the software. The problem was not visible when the software was already installed and updated in place, but when installing software from scratch, it was failing very early with an error like: While: Bootstrapping. Getting distribution for 'slapos.libnetworkcache'. Error: Picked: slapos.libnetworkcache = 0.20
Showing
-
Owner
If, for example, there's a new release of slapos.recipe.build and it's not used yet by slapos.git (stack/slapos.cfg still refers to an old version) then it won't test the repository code.
Worse, and no idea why, it could still test an old version after stack/slapos.cfg is updated, e.g. https://erp5.nexedi.net/test_result_module/20210925-CABBAC0A/12 (search for paths in tracebacks).
(today, slapos.recipe.build fails due to a known bug in buildout that was hidden so far)
Please register or sign in to comment