config subscription bazel settings#4871
Conversation
|
/retest |
|
|
||
| # | ||
| # Config Subscription | ||
| # | ||
| "envoy.config_subscription.rest": "//source/extensions/config_subscription/rest:http_subscription_lib", | ||
| "envoy.config_subscription.filesystem": "//source/extensions/config_subscription/filesystem:filesystem_subscription_lib", | ||
| "envoy.config_subscription.filesystem_collection": "//source/extensions/config_subscription/filesystem:filesystem_subscription_lib", | ||
| "envoy.config_subscription.grpc": "//source/extensions/config_subscription/grpc:grpc_subscription_lib", | ||
| "envoy.config_subscription.delta_grpc": "//source/extensions/config_subscription/grpc:grpc_subscription_lib", | ||
| "envoy.config_subscription.ads": "//source/extensions/config_subscription/grpc:grpc_subscription_lib", | ||
| "envoy.config_subscription.aggregated_grpc_collection": "//source/extensions/config_subscription/grpc:grpc_collection_subscription_lib", | ||
| "envoy.config_subscription.aggregated_delta_grpc_collection": "//source/extensions/config_subscription/grpc:grpc_collection_subscription_lib", | ||
| "envoy.config_subscription.ads_collection": "//source/extensions/config_subscription/grpc:grpc_collection_subscription_lib", |
There was a problem hiding this comment.
I'm not an expert, but shouldn't this have been added to ENVOY_EXTENSIONS instead of ENVOY_CONTRIB_EXTENSIONS?
There was a problem hiding this comment.
thanks for remind, it's a mistake.
hanxiaop
left a comment
There was a problem hiding this comment.
Should this be in the master branch as well and then do a cherry-pick to 1.18?
master is right, I'm not sure why this's not sync. see #4642 |
|
@zirain: The following tests failed, say
DetailsInstructions 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. |
I see, thanks |
|
/test test-tsan |
Looks like this merged in the main branch on May 6th, while the branch cut for 1.18 was on May 3rd. Would have needed a cherry-pick. |
|
need a better way to check to difference between upstream and proxy repo, in particular for ENVOY_EXTENSIONS. |
fixes: istio/istio#46321