-
Notifications
You must be signed in to change notification settings - Fork 716
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 enableDynamicWorker flag #1142
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Hi @zhujl1991. 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. |
Travis tests have failedHey @zhujl1991, 1st Buildhack/verify-codegen.sh
goveralls -service=travis-ci -v -package ./pkg/... -ignore "pkg/client/*/*.go,pkg/client/*/*/*.go,pkg/client/*/*/*/*.go,pkg/client/*/*/*/*/*.go,pkg/client/*/*/*/*/*/*.go,pkg/client/*/*/*/*/*/*/*.go,pkg/util/*.go,pkg/util/*/*.go,pkg/apis/tensorflow/*/zz_generated.*.go,pkg/apis/tensorflow/*/*_generated.go,pkg/apis/common/*/zz_generated.*.go,pkg/apis/common/*/*_generated.go"
TravisBuddy Request Identifier: 41560cf0-6493-11ea-b857-47bc0e3c428e |
/lgtm |
/retest |
@zhujl1991: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
Can anyone give some instructions to fix the test? Thanks. @gaocegege @ChanYiLin |
I think the error is related to python sdk |
/retest |
/ok-to-test |
Seems that's a kubenertest Client bug, will have a deep investigation.
|
@zhujl1991 The CI problem has been fixed in #1143 , please rebase, thanks. |
71ffee1
to
fa96bb1
Compare
New changes are detected. LGTM label has been removed. |
Rebased but still failed. |
SDK CI tests already passed. /retest |
Looks like the tests are flaky. |
@gaocegege @richardsliu @johnugeorge Can you guys take a look? Thanks. |
Synced with @gaocegege offline, instead of submitting multiple PRs to finish the feature here #1142, I'll do this in one PR with multiple commits. |
@zhujl1991 Thanks. Then will you submit all changes in this PR? |
#1149 . Close this PR. |
This completes the first task in
Implementation Details
here #1141 .This change is