Skip to content

Commit 9e82c2d

Browse files
remove FEATURE-branch-provider-functions project from TeamCity folder (#10292) (#17717)
[upstream:7c76bbc753aa5ab82e97f326c872d22b1f2ca449] Signed-off-by: Modular Magician <[email protected]>
1 parent 853ecc6 commit 9e82c2d

File tree

4 files changed

+8
-106
lines changed

4 files changed

+8
-106
lines changed

.changelog/10292.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

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

-102
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Feature Branch Folder
2+
3+
This folder is meant for testing of new features in teamcity.
4+
5+
For example, this [PR](https://github.com/GoogleCloudPlatform/magic-modules/pull/10088) creates a project within teamcity for testing provider functions.

.teamcity/components/projects/root_project.kt

-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import generated.ServicesListBeta
1818
import generated.ServicesListGa
1919
import jetbrains.buildServer.configs.kotlin.Project
2020
import jetbrains.buildServer.configs.kotlin.sharedResource
21-
import projects.feature_branches.featureBranchProviderFunctionSubProject
2221

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

66-
// Feature branch-testing projects - these will be added and removed as needed
67-
subProject(featureBranchProviderFunctionSubProject(allConfig))
68-
6965
params {
7066
readOnlySettings()
7167
}

0 commit comments

Comments
 (0)