Skip to content

Commit 8285b17

Browse files
resourceIdentity: set nightlyTestsEnabled to false (#14055) (#22952)
[upstream:f641484ecce6d68b19ec12622b7d5b493e85f97b] Signed-off-by: Modular Magician <[email protected]>
1 parent 50b92ef commit 8285b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)