GitLab upgrade completed. Current version is 17.11.1. We now benefit from the features of the release 17.11.
Related to bug 14185.
This merge request enhance the rake valid:homogeneity
task.
This task will check that differences between nodes that have been registered into the lib/refrepo/valid/data/homogeneity.yaml.erb
file are present into the ref-repo. If an exception from the previous file is not found in the ref-repo, it is counted as an error.
The goal of this merge request is to avoid the exceptions in the homogeneity.yaml.erb
file to stale and lead us to confusion.
This merge requests contains:
rake valid:homogeneity
tasksrake valid:homogeneity
task to the validate
pipeline of the CI, to check regularly that no errors are introduced in the repo.