You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/.teamcity/components/projects/feature_branches/FEATURE_BRANCH_resource_identity.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ fun featureBranchResourceIdentitySubProject(allConfig: AllContextParameters): Pr
32
32
val trigger =NightlyTriggerConfiguration(
33
33
branch ="refs/heads/$featureBranchResourceIdentity", // triggered builds must test the feature branch
34
34
startHour =DefaultStartHour+6,
35
+
nightlyTestsEnabled =false
35
36
)
36
37
val vcrConfig = getVcrAcceptanceTestConfig(allConfig) // Reused below for both MM testing build configs
37
38
val servicesToTest = arrayOf("secretmanager", "resourcemanager")
0 commit comments