Skip to content
Snippets Groups Projects
Commit c4b61e24 authored by Adele Zhou's avatar Adele Zhou
Browse files

Use the VIP that routes to GFE.

parent c931305c
No related branches found
No related tags found
No related merge requests found
...@@ -623,15 +623,15 @@ def aggregate_http2_results(stdout): ...@@ -623,15 +623,15 @@ def aggregate_http2_results(stdout):
# TODO(adelez): implement logic for errors_allowed where if the indicated tests # TODO(adelez): implement logic for errors_allowed where if the indicated tests
# fail, they don't impact the overall test result. # fail, they don't impact the overall test result.
prod_servers = { prod_servers = {
'default': ('grpc-test.sandbox.googleapis.com', 'default': ('216.239.32.254',
'grpc-test.sandbox.googleapis.com', False), 'grpc-test.sandbox.googleapis.com', False),
'gateway_v2': ('grpc-test2.sandbox.googleapis.com', 'gateway_v2': ('216.239.32.254',
'grpc-test2.sandbox.googleapis.com', True), 'grpc-test2.sandbox.googleapis.com', True),
'cloud_gateway': ('216.239.32.255', 'grpc-test.sandbox.googleapis.com', 'cloud_gateway': ('216.239.32.255', 'grpc-test.sandbox.googleapis.com',
False), False),
'cloud_gateway_v2': ('216.239.32.255', 'grpc-test2.sandbox.googleapis.com', 'cloud_gateway_v2': ('216.239.32.255', 'grpc-test2.sandbox.googleapis.com',
True), True),
'gateway_v4': ('grpc-test4.sandbox.googleapis.com', 'gateway_v4': ('216.239.32.254',
'grpc-test4.sandbox.googleapis.com', True), 'grpc-test4.sandbox.googleapis.com', True),
'cloud_gateway_v4': ('216.239.32.255', 'grpc-test4.sandbox.googleapis.com', 'cloud_gateway_v4': ('216.239.32.255', 'grpc-test4.sandbox.googleapis.com',
True), True),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment