-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Deduce proxy type from the presence of client_id #3003
Conversation
/assign @IronPan |
/retest |
2 similar comments
/retest |
/retest |
/lgtm |
/lgtm |
/retest |
2 similar comments
/retest |
/retest |
/approve |
/retest |
2 similar comments
/retest |
/retest |
run-sample-tests-loop(7:execution_order)�[0m: subprocess.CalledProcessError: Command '['gcloud', 'auth', 'print-access-token']' returned non-zero exit status 1 Does not seem to be a flakiness :( |
Found why it's failing. The format of this endpoint string previously wouldn't go into the I'm going to make |
/retest |
2 similar comments
/retest |
/retest |
@numerology can you please take a second look? |
/lgtm Thanks @chensun |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: IronPan, numerology 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 |
* Deduce proxy type from presence of client_id * handle error in get_gcp_access_token() * restore the logic to detect inverse proxy host
Fixes #2244 @daikeshi
This change is