Add make check-testdata
to the prow CI
#1503
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
make check-testdata
to the prow CI
#1503
This task is for we add in the prow the test which checks if the testdata is updated. The reason for that is avoid broke the CI for the master branch. Following a scenario as an example.
The mod
kubebuilder-declarative-pattern
is added when the testdata add-on project is gen, if it changes after the PR be pushed and the CI finished then, the boot will merge the PR in the master because it will just re-run the prow tests. However, themake check-testdata
for the master branch will be executed after the merge and will fail.Notes
The text was updated successfully, but these errors were encountered: