-
Notifications
You must be signed in to change notification settings - Fork 706
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
Update links and files with the new URL #1434
Update links and files with the new URL #1434
Conversation
@alembiewski After running Maybe we should modify our training-operator/hack/python-sdk/gen-sdk.sh Lines 42 to 46 in 2fe4271
What do you think @alembiewski @Jeffwan ? |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich, terrytangyuan 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 |
/hold |
@andreyvelich, thanks for catching this!
yeah, that's what we actually do with |
Thanks @alembiewski. |
@andreyvelich, I got your point and I agree with the proposed approach. Let me take a closer look at how we can simplify that. Closing #1435. |
.travis.yml
Outdated
@@ -3,8 +3,9 @@ language: go | |||
go: | |||
- "1.13" | |||
- "1.14" | |||
- "1.17" |
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.
what's the strategy here? It prefer higher version?
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.
I think it was used to test various go env.
We will remove Travis in this PR: kubeflow/testing#967, so I can remove this change.
Should we rename the following description in developer_guide.md? @andreyvelich # Developer Guide
Tf-operator is currently at v1. |
Sure, changed. |
Great news, the CI has been triggered after this PR: kubeflow/testing#967. |
@andreyvelich #1440 is merged. Let's rebase the change? |
Sorry, I forgot to fix the coveralls link of Readme in #1440. However, it seems to be correctly described in this PR, so please give priority to this PR change when rebasing. @andreyvelich [![Coverage Status](https://coveralls.io/repos/github/kubeflow/training-operator/badge.svg?branch=master)](https://coveralls.io/github/kubeflow/tf-operator?branch=master) |
4047bd7
to
9380ad8
Compare
Pull Request Test Coverage Report for Build 1323699138
💛 - Coveralls |
@@ -91,19 +92,19 @@ Please refer to [CHANGELOG](CHANGELOG.md) | |||
|
|||
The following table lists the most recent few versions of the operator. | |||
|
|||
| Operator Version | API Version | Kubernetes Version | |
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.
Did you use some format tools on this kind of format issue?
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.
Yes, I am using Prettier to automatically format these docs.
Does it sounds good to you ?
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.
Sounds good. I am thinking we should force to use same tool and probably add it to CI later.
em.. sorry @andreyvelich I merge the other PR and we need to rebase this one one more time. |
LGTM👍 |
105d76c
to
835eb4d
Compare
I made the changes. |
/lgtm |
/unhold |
Great! Thanks! |
Since we updated the repository name: #1348, we should keep our links up to date.
Also, I updated Go version to 1.17 from 1.14.
Please take a look.
/assign @kubeflow/wg-training-leads