On 3/25/22 14:58, David Caro wrote:
This repository is now under common cloud, where volunteers (toolforge roots) don't have merge rights, should we have one per-project? Or the idea is to have several of this gitlab-ci.yaml files, like:
- python39_tox
- golang1_17
Exactly.
As many centrally-managed gitlab-ci.yaml files as we need. One per lang/release combo, and the code required to maintain the associated container images in which we run the tests.
Then each individual repo can override as required.