Skip to content

Commit b63fca5

Browse files
authored
Remove 7.0.0 TC testing (#14991)
1 parent 409394a commit b63fca5

File tree

4 files changed

+2
-111
lines changed

4 files changed

+2
-111
lines changed

mmv1/third_party/terraform/.teamcity/components/projects/feature_branches/FEATURE-BRANCH-major-release-7.0.0.kt

Lines changed: 0 additions & 105 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fun googleSubProjectBeta(allConfig: AllContextParameters): Project {
3333
description = "Subproject containing builds for testing the Beta version of the Google provider"
3434

3535
// Nightly Test project that uses hashicorp/terraform-provider-google-beta
36-
subProject(nightlyTests(betaId, ProviderNameBeta, HashiCorpVCSRootBeta, betaConfig, NightlyTriggerConfiguration(daysOfWeek="1-3,5-7"))) // All nights except Wednesday (4) for Beta; feature branch testing happens on Wednesdays and TeamCity numbers days Sun=1...Sat=7
36+
subProject(nightlyTests(betaId, ProviderNameBeta, HashiCorpVCSRootBeta, betaConfig, NightlyTriggerConfiguration()))
3737

3838
// MM Upstream project that uses modular-magician/terraform-provider-google-beta
3939
subProject(mmUpstream(betaId, ProviderNameBeta, ModularMagicianVCSRootBeta, HashiCorpVCSRootBeta, vcrConfig, NightlyTriggerConfiguration()))

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fun googleSubProjectGa(allConfig: AllContextParameters): Project {
3131
description = "Subproject containing builds for testing the GA version of the Google provider"
3232

3333
// Nightly Test project that uses hashicorp/terraform-provider-google
34-
subProject(nightlyTests(gaId, ProviderNameGa, HashiCorpVCSRootGa, gaConfig, NightlyTriggerConfiguration(daysOfWeek="1-3,5-7"))) // All nights except Wednesday (4) for GA; feature branch testing happens on Wednesday and TeamCity numbers days Sun=1...Sat=7
34+
subProject(nightlyTests(gaId, ProviderNameGa, HashiCorpVCSRootGa, gaConfig, NightlyTriggerConfiguration()))
3535

3636
// MM Upstream project that uses modular-magician/terraform-provider-google
3737
subProject(mmUpstream(gaId, ProviderNameGa, ModularMagicianVCSRootGa, HashiCorpVCSRootGa, vcrConfig, NightlyTriggerConfiguration()))

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import generated.ServicesListGa
1919
import jetbrains.buildServer.configs.kotlin.Project
2020
import jetbrains.buildServer.configs.kotlin.sharedResource
2121
import projects.feature_branches.featureBranchResourceIdentitySubProject
22-
import projects.feature_branches.featureBranchMajorRelease700_Project
2322

2423
// googleCloudRootProject returns a root project that contains a subprojects for the GA and Beta version of the
2524
// Google provider. There are also resources to help manage the test projects used for acceptance tests.
@@ -67,9 +66,6 @@ fun googleCloudRootProject(allConfig: AllContextParameters): Project {
6766

6867
// Feature branch-testing projects - these will be added and removed as needed
6968

70-
// Feature branch testing
71-
subProject(featureBranchMajorRelease700_Project(allConfig)) // FEATURE-BRANCH-major-release-7.0.0
72-
7369
params {
7470
readOnlySettings()
7571
}

0 commit comments

Comments
 (0)