xref: /aosp_15_r20/external/grpc-grpc/bazel/test_experiments.bzl (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1# Copyright 2023 gRPC authors.
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#     http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Auto generated by tools/codegen/core/gen_experiments.py
16
17"""Dictionary of tags to experiments so we know when to test different experiments."""
18
19TEST_EXPERIMENT_ENABLES = {
20    "test_experiment_1": "test_experiment_1",
21    "test_experiment_2": "test_experiment_2",
22    "test_experiment_3": "test_experiment_3",
23    "test_experiment_4": "test_experiment_4",
24}
25
26TEST_EXPERIMENT_POLLERS = [
27]
28
29TEST_EXPERIMENTS = {
30    "windows": {
31        "dbg": {
32        },
33        "off": {
34            "experiments_tag_test": [
35                "test_experiment_1",
36            ],
37        },
38        "on": {
39        },
40    },
41    "ios": {
42        "dbg": {
43        },
44        "off": {
45        },
46        "on": {
47        },
48    },
49    "posix": {
50        "dbg": {
51        },
52        "off": {
53        },
54        "on": {
55            "experiments_tag_test": [
56                "test_experiment_1",
57            ],
58        },
59    },
60}
61