-
Notifications
You must be signed in to change notification settings - Fork 791
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
Fixing build broken links for netlify build (remove from todoPatterns) #3963
base: master
Are you sure you want to change the base?
Conversation
Hi @jaiakash. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
83022c6
to
38497f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaiakash Have you verified where the pending links are? Please consider using skipPatterns
as mentioned by Mathew in the issue.
NOTE: if some of the TODO links are actually correct but the plugin is making a mistake, we can use the skipPatterns section instead, so they don't appear in the logs.
Hi @hbelmiro, So I tried to dig deeper into the issue. There are 4 patterns that are causing issues right now. I will go through one by one.
Solution: We can replace it with KubeFlow installation link.
Solution: We have to use GKE docs absolute link for referencing above pattern. GKE Docs |
Solution: Replace this link with examples page (https://www.kubeflow.org/docs/started/kubeflow-examples/) |
Hi @hbelmiro @thesuperzapper, can you please review and give your suggestions? |
@jaiakash for [3], I suggest removing that bullet. |
Signed-off-by: Akash Jaiswal <[email protected]>
Signed-off-by: Akash Jaiswal <[email protected]>
Signed-off-by: Akash Jaiswal <[email protected]>
f65db0d
to
9e71683
Compare
Signed-off-by: Akash Jaiswal <[email protected]>
Signed-off-by: Akash Jaiswal <[email protected]>
Hi @hbelmiro ,
For 1, I changed the link to KubeFlow installation docs.
For 3, I deleted it since its not needed now. For 4, shared resources are supposed to point at examples but not for all the pages, so I moved it to skipPatterns |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: hbelmiro The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Any update on PR @hbelmiro ? |
@andreyvelich @terrytangyuan can one of you guys PTAL? |
Hi, I removed all (for now yes, all) links from
todoPatterns
to check the status of netlify build.Update 1: When i removed all the links total 6 tests were failing.
After reverting those link patterns, build is passing.
Fixes #3960