Problem description (if applicable)
Currently we don't have any checks whether make manifests and make generate targets work or not. Additionally, if a patchset introduce API changes, we do not enforce whether the appropriate changes were committed in autogenerated files.
Proposed change
Create a zuul job which will run make generate and make manifests targets and enforce that all required changes in autogenerated files were committed properly.
Problem description (if applicable) Currently we don't have any checks whether
make manifests
andmake generate
targets work or not. Additionally, if a patchset introduce API changes, we do not enforce whether the appropriate changes were committed in autogenerated files.Proposed change Create a zuul job which will run
make generate
andmake manifests
targets and enforce that all required changes in autogenerated files were committed properly.Potential impacts None.