File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 56
56
57
57
// XDSDualstackEndpointsEnabled is true if gRPC should read the
58
58
// "additional addresses" in the xDS endpoint resource.
59
- // TODO: https://github.com/grpc/grpc-go/issues/7866 - Control this using
60
- // an env variable when all LB policies handle endpoints.
61
- XDSDualstackEndpointsEnabled = false
59
+ XDSDualstackEndpointsEnabled = boolFromEnv ("GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS" , false )
62
60
63
61
// XDSSystemRootCertsEnabled is true when xDS enabled gRPC clients can use
64
62
// the system's default root certificates for TLS certificate validation.
Original file line number Diff line number Diff line change
1
+ # Config file for internal CI
2
+
3
+ # Location of the continuous shell script in repository.
4
+ build_file: " grpc-go/test/kokoro/psm-interop-test-go.sh"
5
+ timeout_mins: 360
6
+
7
+ action {
8
+ define_artifacts {
9
+ regex: " artifacts/**/*sponge_log.xml"
10
+ regex: " artifacts/**/*.log"
11
+ strip_prefix: " artifacts"
12
+ }
13
+ }
14
+ env_vars {
15
+ key: " PSM_TEST_SUITE"
16
+ value: " dualstack"
17
+ }
You can’t perform that action at this time.
0 commit comments