Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mmv1/third_party/terraform/.teamcity/components/constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const val DefaultDaysOfMonth = "*"
const val DefaultBranchName = "refs/heads/nightly-test"

// Value used to make long-running builds fail due to a timeout
const val DefaultBuildTimeoutDuration = 60 * 15 // 15 hours in minutes
const val DefaultBuildTimeoutDuration = 60 * 18 // 18 hours in minutes

// Values used to define and reference Shared Resource locks, used to avoid conflicting builds
const val SharedResourceNameGa = "ci-test-project-nightly-ga Service Lock"
Expand All @@ -50,4 +50,4 @@ const val VcrRecordingProjectId = "VCRRecording"
// Artifact rules controls which artifacts are uploaded to S3
// https://www.jetbrains.com/help/teamcity/2024.07/configuring-general-settings.html#Artifact+Paths
// The value below lacks a file extension, to allow upload of individual .txt files or a single .tar.gz file
const val ArtifactRules = "%teamcity.build.checkoutDir%/debug*"
const val ArtifactRules = "%teamcity.build.checkoutDir%/debug*"
Loading