Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI not catching updates to LICENSE files and api docs #6210

Closed
dibyom opened this issue Feb 22, 2023 · 4 comments · Fixed by #6416
Closed

CI not catching updates to LICENSE files and api docs #6210

dibyom opened this issue Feb 22, 2023 · 4 comments · Fixed by #6416
Labels
area/test-infra Issues or PRs related to the testing infrastructure help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug.

Comments

@dibyom
Copy link
Member

dibyom commented Feb 22, 2023

          I wonder how is it possible that this delta is not caught by CI, it sounds like something is broken? @vdemeester wdyt?

Originally posted by @afrittoli in #6189 (comment)

/kind bug

@tekton-robot tekton-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 22, 2023
@afrittoli afrittoli added area/test-infra Issues or PRs related to the testing infrastructure help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Mar 3, 2023
@lbernick
Copy link
Member

lbernick commented Mar 9, 2023

Curious if there's a good way to check license files? It would involve diffing the entire third_party directory which I'm not sure whether or not is worth it. (Then again we diff the whole vendor directory so maybe it wouldn't take that long; or maybe someone who's better at shell scripting than I am knows a magic way of doing this :) )

@pritidesai
Copy link
Member

Curious if there's a good way to check license files?

What is involved in this kind of check? diffing third_party directory? Please elaborate

@vdemeester
Copy link
Member

We do diff any "generated" files (from go generate, from go mod vendor , …), so we could definitely also check the third_party content. But, from my memory, I really thought we did already 🤔

@lbernick
Copy link
Member

We don't diff third_party but on second thought adding it in is totally reasonable-- working on this in #6342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/test-infra Issues or PRs related to the testing infrastructure help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
6 participants