airshipit / airshipctl

A CLI for managing declarative infrastructure.
Apache License 2.0
43 stars 49 forks source link

Create zuul job which performs make generate/make manifests #665

Closed raliev12 closed 2 years ago

raliev12 commented 2 years ago

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.

Potential impacts None.

raliev12 commented 2 years ago

The issue can be assigned to me.