Skip to content

Commit 94f663d

Browse files
authored
Add handwritten tests flag for more TGC resources (#15672)
1 parent 93c9a58 commit 94f663d

File tree

24 files changed

+24
-0
lines changed

24 files changed

+24
-0
lines changed

mmv1/products/alloydb/Backup.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ async:
4141
custom_code:
4242
encoder: 'templates/terraform/encoders/alloydb_backup.tmpl'
4343
include_in_tgc_next_DO_NOT_USE: true
44+
tgc_include_handwritten_tests: true
4445
examples:
4546
- name: 'alloydb_backup_basic'
4647
primary_resource_id: 'default'

mmv1/products/alloydb/Cluster.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ custom_diff:
6666
# Skipping the sweeper because we need to force-delete clusters.
6767
exclude_sweeper: true
6868
include_in_tgc_next_DO_NOT_USE: true
69+
tgc_include_handwritten_tests: true
6970
examples:
7071
- name: 'alloydb_cluster_basic'
7172
primary_resource_id: 'default'

mmv1/products/alloydb/Instance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ custom_code:
5353
# Skipping the sweeper because instances will be deleted during cluster sweeps
5454
exclude_sweeper: true
5555
include_in_tgc_next_DO_NOT_USE: true
56+
tgc_include_handwritten_tests: true
5657
examples:
5758
- name: 'alloydb_instance_basic'
5859
primary_resource_id: 'default'

mmv1/products/apigee/Instance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ error_retry_predicates:
4848
- 'transport_tpg.IsApigeeRetryableError'
4949
exclude_sweeper: true
5050
include_in_tgc_next_DO_NOT_USE: true
51+
tgc_include_handwritten_tests: true
5152
examples:
5253
- name: 'apigee_instance_basic'
5354
vars:

mmv1/products/apphub/Application.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ custom_code:
4242
custom_diff:
4343
- 'apphubApplicationCustomizeDiff'
4444
include_in_tgc_next_DO_NOT_USE: true
45+
tgc_include_handwritten_tests: true
4546
sweeper:
4647
url_substitutions:
4748
- region: "us-central1"

mmv1/products/apphub/Service.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ async:
4141
resource_inside_response: true
4242
custom_code:
4343
include_in_tgc_next_DO_NOT_USE: true
44+
tgc_include_handwritten_tests: true
4445
examples:
4546
- name: 'apphub_service_basic'
4647
primary_resource_id: 'example'

mmv1/products/apphub/ServiceProjectAttachment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ async:
3939
custom_code:
4040
constants: 'templates/terraform/constants/apphub_service_project.go.tmpl'
4141
include_in_tgc_next_DO_NOT_USE: true
42+
tgc_include_handwritten_tests: true
4243
examples:
4344
- name: 'service_project_attachment_basic'
4445
config_path: 'templates/terraform/examples/apphub_service_project_attachment_basic.tf.tmpl'

mmv1/products/apphub/Workload.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ async:
4141
resource_inside_response: true
4242
custom_code:
4343
include_in_tgc_next_DO_NOT_USE: true
44+
tgc_include_handwritten_tests: true
4445
examples:
4546
- name: 'apphub_workload_basic'
4647
primary_resource_id: 'example'

mmv1/products/artifactregistry/Repository.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ async:
4040
result:
4141
resource_inside_response: true
4242
include_in_tgc_next_DO_NOT_USE: true
43+
tgc_include_handwritten_tests: true
4344
iam_policy:
4445
method_name_separator: ':'
4546
allowed_iam_role: 'roles/artifactregistry.reader'

mmv1/products/backupdr/BackupPlan.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ timeouts:
3232
custom_code:
3333
tgc_decoder: 'templates/tgc_next/decoders/backup_dr_backup_plan.go.tmpl'
3434
include_in_tgc_next_DO_NOT_USE: true
35+
tgc_include_handwritten_tests: true
3536
examples:
3637
- name: 'backup_dr_backup_plan_simple'
3738
primary_resource_id: 'my-backup-plan-1'

0 commit comments

Comments
 (0)