[experiments] extend expiry (#36246)

Closes #36246

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36246 from ananda1066:exps 128795c35d
PiperOrigin-RevId: 621994634
pull/36250/head
Alisha Nanda 8 months ago committed by Copybara-Service
parent 4811e1dd90
commit 130b948100
  1. 8
      src/core/lib/experiments/experiments.yaml

@ -55,7 +55,7 @@
- name: canary_client_privacy
description:
If set, canary client privacy
expiry: 2024/04/01
expiry: 2024/08/01
owner: alishananda@google.com
test_tags: []
allow_in_fuzzing_config: false
@ -69,7 +69,7 @@
- name: client_privacy
description:
If set, client privacy
expiry: 2024/04/01
expiry: 2024/08/01
owner: alishananda@google.com
test_tags: []
allow_in_fuzzing_config: false
@ -95,7 +95,7 @@
uses_polling: true
- name: free_large_allocator
description: If set, return all free bytes from a "big" allocator
expiry: 2024/04/01
expiry: 2024/08/01
owner: alishananda@google.com
test_tags: [resource_quota_test]
- name: http2_stats_fix
@ -187,7 +187,7 @@
- name: server_privacy
description:
If set, server privacy
expiry: 2024/04/01
expiry: 2024/08/01
owner: alishananda@google.com
test_tags: []
allow_in_fuzzing_config: false

Loading…
Cancel
Save