Skip to content

Commit

Permalink
remove FEATURE-branch-provider-functions project from TeamCity fold…
Browse files Browse the repository at this point in the history
  • Loading branch information
BBBmau authored and pjotrekk committed Apr 2, 2024
1 parent 459a93e commit 1023e0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 106 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Feature Branch Folder

This folder is meant for testing of new features in teamcity.

For example, this [PR](https://github.com/GoogleCloudPlatform/magic-modules/pull/10088) creates a project within teamcity for testing provider functions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import generated.ServicesListBeta
import generated.ServicesListGa
import jetbrains.buildServer.configs.kotlin.Project
import jetbrains.buildServer.configs.kotlin.sharedResource
import projects.feature_branches.featureBranchProviderFunctionSubProject

// googleCloudRootProject returns a root project that contains a subprojects for the GA and Beta version of the
// Google provider. There are also resources to help manage the test projects used for acceptance tests.
Expand Down Expand Up @@ -63,9 +62,6 @@ fun googleCloudRootProject(allConfig: AllContextParameters): Project {
subProject(googleSubProjectBeta(allConfig))
subProject(projectSweeperSubProject(allConfig))

// Feature branch-testing projects - these will be added and removed as needed
subProject(featureBranchProviderFunctionSubProject(allConfig))

params {
readOnlySettings()
}
Expand Down

0 comments on commit 1023e0c

Please sign in to comment.