Skip to content

Commit c480f7e

Browse files
SarahFrenchakshat-jindal-nit
authored andcommitted
Update examples about how to make major release test projects in TeamCity (GoogleCloudPlatform#11888)
1 parent 7f14e53 commit c480f7e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

mmv1/third_party/terraform/.teamcity/CONTRIBUTION_GUIDE.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,12 @@ If you want to test a feature branch on a schedule ahead of a release you can up
8989

9090
First, make sure that the feature branch `FEATURE-BRANCH-major-release-X.0.0` is created in the downstream TPG and TPGB repositories, where X is the major version.
9191

92-
See this PR as an example of adding a major release testing project: https://github.com/SarahFrench/magic-modules/pull/9/files
92+
See these PRs as examples of adding a major release testing project:
93+
- v6.0.0:
94+
- https://github.com/GoogleCloudPlatform/magic-modules/pull/11104
95+
- https://github.com/GoogleCloudPlatform/magic-modules/pull/11143 (a fix to the one above)
96+
- v7.0.0:
97+
- https://github.com/GoogleCloudPlatform/magic-modules/pull/11887
9398

9499
That PR creates a new file at `.teamcity/components/projects/feature_branches/FEATURE-BRANCH-major-release-X.0.0.kt` (replacing `X` with the version number). This file defines a new project that will contain all the builds run against the feature branch. See [FEATURE-BRANCH-major-release-6.0.0.kt](https://github.com/GoogleCloudPlatform/magic-modules/blob/main/mmv1/third_party/terraform/.teamcity/components/projects/feature_branches/FEATURE-BRANCH-major-release-6.0.0.kt) as an example.
95100

0 commit comments

Comments
 (0)