|
1 | 1 | TEST_CONFIG_OVERRIDE = { |
2 | | - # You can opt out from the test for specific Python versions. |
3 | | - "ignored_versions": ["2.7"], |
4 | | - # Old samples are opted out of enforcing Python type hints |
5 | | - # All new samples should feature them |
6 | | - "enforce_type_hints": True, |
7 | 2 | # An envvar key for determining the project id to use. Change it |
8 | 3 | # to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a |
9 | 4 | # build specific Cloud project. You can also use your own string |
10 | 5 | # to use your own Cloud project. |
11 | | - "gcloud_project_env": "GOOGLE_CLOUD_PROJECT", |
| 6 | + "gcloud_project_env": "BUILD_SPECIFIC_GCLOUD_PROJECT", |
12 | 7 | # 'gcloud_project_env': 'BUILD_SPECIFIC_GCLOUD_PROJECT', |
13 | 8 | # A dictionary you want to inject into your test. Don't put any |
14 | 9 | # secrets here. These values will override predefined values. |
15 | 10 | "envs": { |
16 | | - "GA_TEST_PROPERTY_ID": "222596558", |
17 | | - "GA_TEST_ACCOUNT_ID": "123", |
18 | | - "GA_TEST_USER_LINK_ID": "123", |
19 | | - "GA_TEST_ANDROID_APP_DATA_STREAM_ID": "123", |
20 | | - "GA_TEST_IOS_APP_DATA_STREAM_ID": "123", |
21 | | - "GA_TEST_WEB_DATA_STREAM_ID": "123", |
| 11 | + "GA_TEST_PROPERTY_ID": "276206997", |
| 12 | + "GA_TEST_ACCOUNT_ID": "199820965", |
| 13 | + "GA_TEST_USER_LINK_ID": "103401743041912607932", |
| 14 | + "GA_TEST_PROPERTY_USER_LINK_ID": "105231969274497648555", |
| 15 | + "GA_TEST_ANDROID_APP_DATA_STREAM_ID": "2828100949", |
| 16 | + "GA_TEST_IOS_APP_DATA_STREAM_ID": "2828089289", |
| 17 | + "GA_TEST_WEB_DATA_STREAM_ID": "2828068992", |
22 | 18 | }, |
23 | 19 | } |
0 commit comments