-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 a message in 'Get Started Page' #3152
Conversation
@chensun: GitHub didn't allow me to assign the following users: IreneGi. Note that only kubeflow members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
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. |
/assign @SinaChavoshi |
Run |
Thanks! I was wondering if the snap file is manually updated or maintained by any script. |
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
/approve
@@ -5,7 +5,7 @@ exports[`GettingStarted page fallbacks to show pipeline list page if request fai | |||
- First value | |||
+ Second value | |||
|
|||
@@ -69,11 +69,13 @@ | |||
@@ -70,11 +70,13 @@ |
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.
Looks like this is not a good way to do snapshot testing. I will consider alternatives.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Bobgy 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 |
/retest |
3 similar comments
/retest |
/retest |
/retest |
The failure here in xgboost is the same as https://travis-ci.com/kubeflow/pipelines/jobs/290012541. python2 cannot find enum module, I'm suspecting some modules are no longer supporting python2 because it is no longer maintained. Maybe we can workaround by https://stackoverflow.com/a/40655587, but I think we should upgrade all components to use python3 instead. |
FYI I filed #3155 |
/retest |
/retest |
* Add a message in 'Get Started Page' * remove extra empty line * attempt to fix test * update snapshot
* Generate client-go Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> * Generate manifests Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com> --------- Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>
Add a message to remind users to choose a Tensorflow 2.1 notebook instance.
/assign @IreneGi
This change is