Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • R reference-repository
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • grid5000grid5000
  • reference-repository
  • Merge requests
  • !431

[bug 14185] Check that Homogeneity exceptions are still present.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged JACQUOT Pierre requested to merge betterHomogeneity into master Nov 15, 2022
  • Overview 1
  • Commits 10
  • Pipelines 6
  • Changes 3

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:

  • Fixes to the exceptions that are outdated (nodes properties are marked as differents, while they are homogeneous in ref-repo)
  • Enhancement of the rake valid:homogeneity tasks
  • Adding of the rake valid:homogeneity task to the validate pipeline of the CI, to check regularly that no errors are introduced in the repo.
Edited Nov 15, 2022 by JACQUOT Pierre
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: betterHomogeneity