Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Validation of ocp-build-data Image & RPM declarations

License

Notifications You must be signed in to change notification settings

openshift-eng/ocp-build-data-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Shiyang Wang
Jun 18, 2020
b7acbd5 · Jun 18, 2020

History

76 Commits
Jun 6, 2020
Jun 8, 2020
Jun 18, 2020
Jun 7, 2020
Oct 7, 2019
May 29, 2020
Oct 4, 2019
Nov 1, 2019
Jun 6, 2020
Jun 6, 2020
Jun 18, 2020
Oct 8, 2019

Repository files navigation

ocp-build-data-validator

Validation of ocp-build-data Image & RPM declarations

Installation

$ pip install rh-ocp-build-data-validator

Usage

Validating a single file:

$ validate-ocp-build-data path/to/ocp-build-data/images/or/rpms.yml

Validating the whole ocp-build-data repository:

$ validate-ocp-build-data path/to/ocp-build/data/{images,rpms}/*

Validations

  • YAML Format
  • YAML Schema (supported schemas: Image and RPM)
  • Presence of corresponding DistGit repository (needs to match YAML filename)
    • Presence of corresponding branch on DistGit
  • Presence of GitHub repository (if declared)
    • Presence of branch on GitHub (if declared)
    • Presence of dockerfile on GitHub (if declared)
    • Presence of manifests-dir on GitHub (if declared)
  • Stream is supported (if declared, value must match one of the entries in streams.yml)
  • Member exists (if declared, member must be another existing declaration under images/)