Skip to content

Commit f23cbbe

Browse files
authored
Update comments in .teamcity/ files for clarity (#10149)
* Make warning about files being controlled by MM more explicit * Add guidance to the input files about how to update them, and when
1 parent e3a06e3 commit f23cbbe

30 files changed

+54
-30
lines changed

mmv1/third_party/terraform/.teamcity/components/builds/build_configuration_per_package.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package builds
99

mmv1/third_party/terraform/.teamcity/components/builds/build_configuration_sweepers.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package builds
99

mmv1/third_party/terraform/.teamcity/components/builds/build_configuration_vcr_recording.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package builds
99

mmv1/third_party/terraform/.teamcity/components/builds/build_features.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package builds
99

mmv1/third_party/terraform/.teamcity/components/builds/build_parameters.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package builds
99

mmv1/third_party/terraform/.teamcity/components/builds/build_steps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package builds
99

mmv1/third_party/terraform/.teamcity/components/builds/build_triggers.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package builds
99

mmv1/third_party/terraform/.teamcity/components/builds/vcr_build_steps.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package builds
99

mmv1/third_party/terraform/.teamcity/components/constants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
// Provider name that matches the name in the Registry
99
const val ProviderNameGa = "google"

mmv1/third_party/terraform/.teamcity/components/inputs/packages.kt

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
7+
8+
/*
9+
NOTE: This file is manually curated - any new packages added to the provider codebase will need to be accompanied with a change in this file.
10+
When adding new entires make sure to ensure the path value is correct for TPG or TPGB
11+
e.g. "path" to "./google/envvar"
12+
versus
13+
"path" to "./google-beta/envvar"
14+
*/
715

816
package generated
917

mmv1/third_party/terraform/.teamcity/components/inputs/per_service_parallelism.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package generated
99

mmv1/third_party/terraform/.teamcity/components/inputs/services_beta.kt

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
7+
8+
/*
9+
NOTE: This file is manually curated - any new service packages added to the provider codebase will need to be accompanied with a change in this file.
10+
When adding new entires make sure to ensure the path value is correct for TPG or TPGB
11+
12+
For this file, services_beta.kt, please ensure paths are like:
13+
"./google-beta/services/accessapproval"
14+
*/
715

816
package generated
917

mmv1/third_party/terraform/.teamcity/components/inputs/services_ga.kt

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
7+
8+
/*
9+
NOTE: This file is manually curated - any new service packages added to the provider codebase will need to be accompanied with a change in this file.
10+
When adding new entires make sure to ensure the path value is correct for TPG or TPGB
11+
12+
For this file, services_ga.kt, please ensure paths are like:
13+
"./google/services/accessapproval"
14+
*/
715

816
package generated
917

mmv1/third_party/terraform/.teamcity/components/projects/feature_branches/FEATURE-BRANCH-provider-functions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package projects.feature_branches
99

mmv1/third_party/terraform/.teamcity/components/projects/google_beta_subproject.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package projects
99

mmv1/third_party/terraform/.teamcity/components/projects/google_ga_subproject.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package projects
99

mmv1/third_party/terraform/.teamcity/components/projects/project_sweeper_project.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package projects
99

mmv1/third_party/terraform/.teamcity/components/projects/reused/mm_upstream.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package projects.reused
99

mmv1/third_party/terraform/.teamcity/components/projects/reused/nightly_tests.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package projects.reused
99

mmv1/third_party/terraform/.teamcity/components/projects/reused/vcr_recording.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package projects.reused
99

mmv1/third_party/terraform/.teamcity/components/projects/root_project.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package projects
99

mmv1/third_party/terraform/.teamcity/components/unique_id.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
fun replaceCharsId(id: String): String{
99
var newId = id.replace("-", "")

mmv1/third_party/terraform/.teamcity/components/vcs_roots/vcs_roots.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package vcs_roots
99

mmv1/third_party/terraform/.teamcity/settings.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
import projects.googleCloudRootProject
99
import builds.AllContextParameters

mmv1/third_party/terraform/.teamcity/tests/build_configuration_features.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package tests
99

mmv1/third_party/terraform/.teamcity/tests/context_parameters.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package tests
99

mmv1/third_party/terraform/.teamcity/tests/nightly_tests_project.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package tests
99

mmv1/third_party/terraform/.teamcity/tests/sweepers.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package tests
99

mmv1/third_party/terraform/.teamcity/tests/test_utils.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package tests
99

mmv1/third_party/terraform/.teamcity/tests/vcs_roots.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

6-
// This file is controlled by MMv1, any changes made here will be overwritten
6+
// This file is maintained in the GoogleCloudPlatform/magic-modules repository and copied into the downstream provider repositories. Any changes to this file in the downstream will be overwritten.
77

88
package tests
99

0 commit comments

Comments
 (0)