-
Notifications
You must be signed in to change notification settings - Fork 699
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
service_control: Set owner ref for service and add test cases #617
Conversation
Travis tests have failedHey @gaocegege, 2nd Buildgometalinter --config=linter_config.json --vendor ./...
3rd Buildgometalinter --config=linter_config.json --vendor ./...
|
Travis tests have failedHey @gaocegege, 2nd Buildgometalinter --config=linter_config.json --vendor ./...
3rd Buildgometalinter --config=linter_config.json --vendor ./...
|
Travis tests have failedHey @gaocegege, 1st Buildgometalinter --config=linter_config.json --vendor ./...
2nd Buildgometalinter --config=linter_config.json --vendor ./...
|
/lgtm |
Signed-off-by: Ce Gao <gaoce@caicloud.io>
Signed-off-by: Ce Gao <gaoce@caicloud.io>
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: 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 |
…ow#617) * service_control: Set owner ref for service Signed-off-by: Ce Gao <gaoce@caicloud.io> * service_control: Add err check Signed-off-by: Ce Gao <gaoce@caicloud.io>
…ow#617) * service_control: Set owner ref for service Signed-off-by: Ce Gao <gaoce@caicloud.io> * service_control: Add err check Signed-off-by: Ce Gao <gaoce@caicloud.io>
Close #616
We do not set owner reference for the service in servicecontrol, thus we can not get all services by the given tfjob. This PR adds the logic and corresponding test cases.
/assign @jlewi
This change is