Skip to content

Commit 9afda4e

Browse files
BBBmauNandiniAgrawal15
authored andcommitted
resourceIdentity: set nightlyTestsEnabled to false (GoogleCloudPlatform#14055)
1 parent 1923921 commit 9afda4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mmv1/third_party/terraform/.teamcity/components/projects/feature_branches/FEATURE_BRANCH_resource_identity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ fun featureBranchResourceIdentitySubProject(allConfig: AllContextParameters): Pr
3232
val trigger = NightlyTriggerConfiguration(
3333
branch = "refs/heads/$featureBranchResourceIdentity", // triggered builds must test the feature branch
3434
startHour = DefaultStartHour + 6,
35+
nightlyTestsEnabled = false
3536
)
3637
val vcrConfig = getVcrAcceptanceTestConfig(allConfig) // Reused below for both MM testing build configs
3738
val servicesToTest = arrayOf("secretmanager", "resourcemanager")

0 commit comments

Comments
 (0)