Skip to content

Commit

Permalink
Update constants.kt (hashicorp#12329) (hashicorp#20335)
Browse files Browse the repository at this point in the history
[upstream:77a08ce6aa3154dcaa7d855e05043b1fe38cd9df]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Nov 14, 2024
1 parent ecea3f4 commit a4968bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/12329.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:none

```
3 changes: 2 additions & 1 deletion .teamcity/components/constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const val DefaultStartHour = 4
const val DefaultParallelism = 6

// specifies the default version of Terraform Core which should be used for testing
// this is updated semi-regularly
const val DefaultTerraformCoreVersion = "1.8.3"

// This represents a cron view of days of the week
Expand Down Expand Up @@ -47,4 +48,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*"

0 comments on commit a4968bb

Please sign in to comment.