Recently I discovered the include feature of the GitLab CI. Building on this, I moved the configuration of ~20 repositories into a single one and added some includes:
I think that working with these templates makes managing multiple repositories much easier and would propose providing such a template from the industrial CI.
Recently I discovered the include feature of the GitLab CI. Building on this, I moved the configuration of ~20 repositories into a single one and added some includes:
my_ci_config.git/ros-industrial-base.yml
my_ci_config.git/ros-1.yml
my_ci_config.git/clang-format.yml
my_project.git/.gitlab-ci.yml
I think that working with these templates makes managing multiple repositories much easier and would propose providing such a template from the industrial CI.