-
Notifications
You must be signed in to change notification settings - Fork 8k
Expose concurrency flag of envoy #3065
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
Conversation
Hi @mcieplak. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with 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. I understand the commands that are listed here. |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
/lgtm |
@mcieplak Thanks for your PR! Can you please sign the CLA? |
@andraxylia No problem! I just signed the CLA now. This PR is also dependent on istio/api#341 being merged. I will send another PR to handle the kube-inject side as well. |
CLAs look good, thanks! |
/lgtm cancel //PR changed after LGTM, removing LGTM. @andraxylia @mcieplak |
Test fail because the corresponding istio/api change has not been merged yet. |
Please update the istio/api sha to 8d86ca7 in the dependency file here and then to /restest https://github.com/istio/istio/blob/master/Gopkg.lock#L1058 |
/ok-to-test |
@andraxylia Thank you for the updates! @costinm I have updated the PR to only add the concurrency flag if it's specified. Please review. |
@andraxylia The build is now passing. Can you please review? |
e2e-smoke and istio-pilot-e2e failure caused by #3139 |
@costinm tests are passing, please check the code changes, remove the hold label and merge if everything is fine. |
@andraxylia I believe the e2e-pilot ci/circleci test is also failing because of #3139. |
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 APPROVED This pull-request has been approved by: andraxylia, costinm The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@andraxylia @costinm Thank you for the reviews! Can we please merge? |
/test all [submit-queue is verifying that this PR is safe to merge] |
/test istio-unit-tests |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. |
Automatic merge from submit-queue. Expose concurrency flag of envoy This is to address the following github issue: #3031
This is to address the following github issue: #3031