-
Notifications
You must be signed in to change notification settings - Fork 41.9k
add verify-licenses.sh hack script (#108942) #109299
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
add verify-licenses.sh hack script (#108942) #109299
Conversation
|
@Priyankasaggu11929: This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@Priyankasaggu11929 quick feedback, the verify script fails in CI, i had the same problem locally as well. I had to do the following to get a good run. Also, please avoid Let's do those two, get a clean run on CI and ping me back please. |
|
/assign |
|
Thanks @joakimr-axis for the review. Have addressed all the comments in the latest commit. |
|
/test pull-kubernetes-node-e2e-containerd |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, Priyankasaggu11929 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
thanks @joakimr-axis @Priyankasaggu11929 please do the follow up PR(s) Priyanka.
|
|
/test pull-kubernetes-integration |
|
/test pull-kubernetes-e2e-gce-ubuntu-containerd |
|
@Priyankasaggu11929: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
@dims, following up on next steps:
Raised a WIP PR: kubernetes/test-infra#26220. Have added comment to gather some information.
@jasonbraganza raised a PR for the above bit ^ #109859 (I'm helping him getting started with contributions to the Kubernetes project 🙂 ) |
|
/test pull-kubernetes-integration |
|
thanks @Priyankasaggu11929 ! |
What type of PR is this?
/kind feature
What this PR does / why we need it:
The PR adds a new hack script
hack/verify-licenses.shto the project, to partly address the asks from the Issue #108942 (comment):Which issue(s) this PR fixes:
Part of the fix for https://github.com/kubernetes/kubernetes/issues/108942gi
Special notes for your reviewer:
The script assumes that the clone of the project has the following format of git remote origin:
In case if the format is
git@github.com:kubernetes/kubernetes.git, thego-licenseslibrary complains while fetching the URL to the dependency go-packages license from the project:Does this PR introduce a user-facing change?