Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to DCL Version 1.37.0 #7619

Merged
merged 10 commits into from
Apr 7, 2023

Conversation

hao-nan-li
Copy link
Contributor

@hao-nan-li hao-nan-li commented Apr 4, 2023

Upgrade to DCL Version 1.37.0

If this PR is for Terraform, I acknowledge that I have:

  • Searched through the issue tracker for an open issue that this either resolves or contributes to, commented on it to claim it, and written "fixes {url}" or "part of {url}" in this PR description. If there were no relevant open issues, I opened one and commented that I would like to work on it (not necessary for very small changes).
  • Ensured that all new fields I added that can be set by a user appear in at least one example (for generated resources) or third_party test (for handwritten resources or update tests).
  • Generated Terraform providers, and ran make test and make lint in the generated providers to ensure it passes unit and linter tests.
  • Ran relevant acceptance tests using my own Google Cloud project and credentials (If the acceptance tests do not yet pass or you are unable to run them, please let your reviewer know).
  • Read the Release Notes Guide before writing my release note below.

Release Note Template for Downstream PRs (will be copied)

clouddeploy: added fields for resource `google_clouddeploy_delivery_pipeline`

@hao-nan-li hao-nan-li changed the title DCL release 1.37.0 Upgrade to DCL Version 1.37.0 Apr 4, 2023
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 8 files changed, 296 insertions(+), 8 deletions(-))
Terraform Beta: Diff ( 7 files changed, 638 insertions(+), 6 deletions(-))
TF Validator: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_clouddeploy_delivery_pipeline (4 total tests)
Untested fields: serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.profiles, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.verify, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.percentage, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.phase_id, serial_pipeline.stages.strategy.canary.runtime_config.cloud_run.automatic_traffic_control, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.service, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.http_route, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.service, serial_pipeline.stages.strategy.canary.canary_deployment.percentages, serial_pipeline.stages.strategy.canary.canary_deployment.verify

Please add acceptance tests which include these fields.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 0
Passed tests 0
Skipped tests: 0
Affected tests: 0

Errors occurred during REPLAYING mode. Please fix them to complete your PR
View the build log

@hao-nan-li
Copy link
Contributor Author

Looks like this dcl release will introduce some untested fields, and some unexpected errors. The errors could be fixed locally at the downstream, but it will appear again on another make teraaform.

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 8 files changed, 293 insertions(+), 10 deletions(-))
Terraform Beta: Diff ( 7 files changed, 635 insertions(+), 8 deletions(-))
TF Validator: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_clouddeploy_delivery_pipeline (4 total tests)
Untested fields: serial_pipeline.stages.strategy.canary.runtime_config.cloud_run.automatic_traffic_control, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.service, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.http_route, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.service, serial_pipeline.stages.strategy.canary.canary_deployment.percentages, serial_pipeline.stages.strategy.canary.canary_deployment.verify, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.verify, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.percentage, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.phase_id, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.profiles

Please add acceptance tests which include these fields.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 2552
Passed tests 2273
Skipped tests: 275
Affected tests: 4

Action taken

Found 4 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccHealthcareFhirStore_healthcareFhirStoreStreamingConfigExample|TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample|TestAccApigeeEnvKeystoreAliasPkcs12_apigeeEnvKeystoreAliasPkcs12Example|TestAccDataSourceGoogleFirebaseAndroidAppConfig

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

Tests passed during RECORDING mode:
TestAccHealthcareFhirStore_healthcareFhirStoreStreamingConfigExample[Debug log]
TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample[Debug log]
TestAccApigeeEnvKeystoreAliasPkcs12_apigeeEnvKeystoreAliasPkcs12Example[Debug log]
TestAccDataSourceGoogleFirebaseAndroidAppConfig[Debug log]

All tests passed
View the build log or the debug log for each test

@hao-nan-li hao-nan-li marked this pull request as ready for review April 4, 2023 23:21
@hao-nan-li hao-nan-li requested a review from a team as a code owner April 4, 2023 23:21
@hao-nan-li hao-nan-li requested review from melinath and c2thorn and removed request for a team and melinath April 4, 2023 23:21
@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 8 files changed, 293 insertions(+), 10 deletions(-))
Terraform Beta: Diff ( 7 files changed, 635 insertions(+), 8 deletions(-))
TF Conversion: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))
TF Validator: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_clouddeploy_delivery_pipeline (4 total tests)
Untested fields: serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.service, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.http_route, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.service, serial_pipeline.stages.strategy.canary.runtime_config.cloud_run.automatic_traffic_control, serial_pipeline.stages.strategy.canary.canary_deployment.verify, serial_pipeline.stages.strategy.canary.canary_deployment.percentages, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.verify, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.percentage, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.phase_id, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.profiles

Please add acceptance tests which include these fields.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 2556
Passed tests 2275
Skipped tests: 275
Affected tests: 6

Action taken

Found 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccFirebaserulesRelease_BasicRelease|TestAccCloudRunV2Job_cloudrunv2JobVpcaccessExample|TestAccBigqueryReservationCapacityCommitment_bigqueryReservationCapacityCommitmentBasicExample|TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample|TestAccApigeeEnvKeystoreAliasPkcs12_apigeeEnvKeystoreAliasPkcs12Example|TestAccDataSourceGoogleFirebaseAndroidAppConfig

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

Tests passed during RECORDING mode:
TestAccFirebaserulesRelease_BasicRelease[Debug log]
TestAccCloudRunV2Job_cloudrunv2JobVpcaccessExample[Debug log]
TestAccBigqueryReservationCapacityCommitment_bigqueryReservationCapacityCommitmentBasicExample[Debug log]
TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample[Debug log]
TestAccApigeeEnvKeystoreAliasPkcs12_apigeeEnvKeystoreAliasPkcs12Example[Debug log]
TestAccDataSourceGoogleFirebaseAndroidAppConfig[Debug log]

All tests passed
View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 9 files changed, 300 insertions(+), 15 deletions(-))
Terraform Beta: Diff ( 8 files changed, 687 insertions(+), 13 deletions(-))
TF Conversion: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))
TF Validator: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_clouddeploy_delivery_pipeline (4 total tests)
Untested fields: serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.phase_id, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.profiles, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.verify, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.percentage, serial_pipeline.stages.strategy.canary.runtime_config.cloud_run.automatic_traffic_control, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.service

Please add acceptance tests which include these fields.

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 8 files changed, 331 insertions(+), 10 deletions(-))
Terraform Beta: Diff ( 8 files changed, 834 insertions(+), 8 deletions(-))
TF Conversion: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))
TF Validator: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_clouddeploy_delivery_pipeline (4 total tests)
Untested fields: serial_pipeline.stages.strategy.canary.runtime_config.cloud_run.automatic_traffic_control, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.service, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.service, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.gateway_service_mesh.http_route, serial_pipeline.stages.strategy.canary.canary_deployment.percentages, serial_pipeline.stages.strategy.canary.canary_deployment.verify, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.phase_id, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.profiles, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.verify, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.percentage

Please add acceptance tests which include these fields.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 0
Passed tests 0
Skipped tests: 0
Affected tests: 0

Errors occurred during REPLAYING mode. Please fix them to complete your PR
View the build log

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 8 files changed, 331 insertions(+), 10 deletions(-))
Terraform Beta: Diff ( 8 files changed, 834 insertions(+), 8 deletions(-))
TF Conversion: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))
TF Validator: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_clouddeploy_delivery_pipeline (6 total tests)
Untested fields: serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.profiles, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.verify, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.percentage, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.phase_id, serial_pipeline.stages.strategy.canary.runtime_config.cloud_run.automatic_traffic_control, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.service

Please add acceptance tests which include these fields.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 2560
Passed tests 2278
Skipped tests: 275
Affected tests: 7

Action taken

Found 7 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccDataSourceGoogleFirebaseAndroidAppConfig|TestAccComposerEnvironment_withEncryptionConfigComposer1|TestAccBigQueryDataTable_bigtable|TestAccApigeeEnvKeystoreAliasPkcs12_apigeeEnvKeystoreAliasPkcs12Example|TestAccClouddeployDeliveryPipeline_CanaryDeliveryPipeline|TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample|TestAccBigqueryReservationCapacityCommitment_bigqueryReservationCapacityCommitmentBasicExample

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

Tests passed during RECORDING mode:
TestAccDataSourceGoogleFirebaseAndroidAppConfig[Debug log]
TestAccComposerEnvironment_withEncryptionConfigComposer1[Debug log]
TestAccBigQueryDataTable_bigtable[Debug log]
TestAccApigeeEnvKeystoreAliasPkcs12_apigeeEnvKeystoreAliasPkcs12Example[Debug log]
TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample[Debug log]
TestAccBigqueryReservationCapacityCommitment_bigqueryReservationCapacityCommitmentBasicExample[Debug log]

Tests failed during RECORDING mode:
TestAccClouddeployDeliveryPipeline_CanaryDeliveryPipeline[Error message] [Debug log]

Please fix these to complete your PR
View the build log or the debug log for each test

@@ -0,0 +1,74 @@
{
"name": "{{resource_name}}",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"name": "{{resource_name}}",
"name": "{{pipeline}}",

Should fix the current VCR error

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the suggestion, I'll run the test couple times locally to make sure that's all the remaining problem.

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 8 files changed, 331 insertions(+), 10 deletions(-))
Terraform Beta: Diff ( 8 files changed, 834 insertions(+), 8 deletions(-))
TF Conversion: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))
TF Validator: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_clouddeploy_delivery_pipeline (6 total tests)
Untested fields: serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.deployment, serial_pipeline.stages.strategy.canary.runtime_config.kubernetes.service_networking.service, serial_pipeline.stages.strategy.canary.runtime_config.cloud_run.automatic_traffic_control, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.verify, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.percentage, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.phase_id, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.profiles

Please add acceptance tests which include these fields.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 2560
Passed tests 2279
Skipped tests: 275
Affected tests: 6

Action taken

Found 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccFirebaserulesRelease_BasicRelease|TestAccComposerEnvironment_withEncryptionConfigComposer2|TestAccClouddeployDeliveryPipeline_CanaryDeliveryPipeline|TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample|TestAccApigeeEnvKeystoreAliasPkcs12_apigeeEnvKeystoreAliasPkcs12Example|TestAccDataSourceGoogleFirebaseAndroidAppConfig

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

Tests passed during RECORDING mode:
TestAccFirebaserulesRelease_BasicRelease[Debug log]
TestAccComposerEnvironment_withEncryptionConfigComposer2[Debug log]
TestAccClouddeployDeliveryPipeline_CanaryDeliveryPipeline[Debug log]
TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample[Debug log]
TestAccApigeeEnvKeystoreAliasPkcs12_apigeeEnvKeystoreAliasPkcs12Example[Debug log]
TestAccDataSourceGoogleFirebaseAndroidAppConfig[Debug log]

All tests passed
View the build log or the debug log for each test

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 8 files changed, 407 insertions(+), 10 deletions(-))
Terraform Beta: Diff ( 8 files changed, 1159 insertions(+), 8 deletions(-))
TF Conversion: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))
TF Validator: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_clouddeploy_delivery_pipeline (10 total tests)
Untested fields: serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.phase_id, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.profiles, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.verify, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.percentage

Please add acceptance tests which include these fields.

@modular-magician
Copy link
Collaborator

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 8 files changed, 406 insertions(+), 9 deletions(-))
Terraform Beta: Diff ( 8 files changed, 1158 insertions(+), 7 deletions(-))
TF Conversion: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))
TF Validator: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_clouddeploy_delivery_pipeline (10 total tests)
Untested fields: serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.percentage, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.phase_id, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.profiles, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.verify

Please add acceptance tests which include these fields.

@trodge
Copy link
Contributor

trodge commented Apr 7, 2023

Hi there, I'm the Modular magician. I've detected the following information about your changes:

Diff report

Your PR generated some diffs in downstreams - here they are.

Terraform GA: Diff ( 8 files changed, 406 insertions(+), 9 deletions(-)) Terraform Beta: Diff ( 8 files changed, 1158 insertions(+), 7 deletions(-)) TF Conversion: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-)) TF Validator: Diff ( 2 files changed, 6 insertions(+), 6 deletions(-))

Missing test report

Your PR includes resource fields which are not covered by any test.

Resource: google_clouddeploy_delivery_pipeline (10 total tests) Untested fields: serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.percentage, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.phase_id, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.profiles, serial_pipeline.stages.strategy.canary.custom_canary_deployment.phase_configs.verify

Please add acceptance tests which include these fields.

The missing test detector is missing fields covered by nested objects in arrays.

#7614 will fix this issue in future.

For now these findings can be ignored.

@modular-magician
Copy link
Collaborator

Tests analytics

Total tests: 2562
Passed tests 2282
Skipped tests: 275
Affected tests: 5

Action taken

Found 5 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample|TestAccApigeeEnvKeystoreAliasPkcs12_apigeeEnvKeystoreAliasPkcs12Example|TestAccDataSourceGoogleFirebaseAndroidAppConfig|TestAccClouddeployDeliveryPipeline_CanaryServiceNetworkingDeliveryPipeline|TestAccClouddeployDeliveryPipeline_CanaryrunDeliveryPipeline

Get to know how VCR tests work

@modular-magician
Copy link
Collaborator

Tests passed during RECORDING mode:
TestAccApigeeKeystoresAliasesKeyCertFile_apigeeKeystoresAliasesKeyCertFileTestExample[Debug log]
TestAccApigeeEnvKeystoreAliasPkcs12_apigeeEnvKeystoreAliasPkcs12Example[Debug log]
TestAccDataSourceGoogleFirebaseAndroidAppConfig[Debug log]
TestAccClouddeployDeliveryPipeline_CanaryServiceNetworkingDeliveryPipeline[Debug log]
TestAccClouddeployDeliveryPipeline_CanaryrunDeliveryPipeline[Debug log]

All tests passed
View the build log or the debug log for each test

@hao-nan-li hao-nan-li merged commit 23f0a28 into GoogleCloudPlatform:main Apr 7, 2023
hao-nan-li added a commit to hao-nan-li/magic-modules that referenced this pull request Apr 11, 2023
* DCL release 1.37.0

* Fix make lint problem

* Add tests for clouddeploy pipeline

* Update tests for delivery_pipeline

* Change delivery pipeline test name to avoid duplicated test name

* Fix {{resource}} not found issue

* Add tests for clouddeploy delivery pipeline
maphad pushed a commit to maphad/magic-modules that referenced this pull request Apr 12, 2023
* DCL release 1.37.0

* Fix make lint problem

* Add tests for clouddeploy pipeline

* Update tests for delivery_pipeline

* Change delivery pipeline test name to avoid duplicated test name

* Fix {{resource}} not found issue

* Add tests for clouddeploy delivery pipeline
ericayyliu pushed a commit to ericayyliu/magic-modules that referenced this pull request Jul 26, 2023
* DCL release 1.37.0

* Fix make lint problem

* Add tests for clouddeploy pipeline

* Update tests for delivery_pipeline

* Change delivery pipeline test name to avoid duplicated test name

* Fix {{resource}} not found issue

* Add tests for clouddeploy delivery pipeline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants