Skip to content

Commit

Permalink
Add copyright headers to files in .teamcity/
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Jul 18, 2023
1 parent b08129e commit dda29da
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is copied from mmv1, any changes made here will be overwritten

import jetbrains.buildServer.configs.kotlin.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is copied from mmv1, any changes made here will be overwritten

import jetbrains.buildServer.configs.kotlin.ParametrizedWithType
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<% autogen_exception -%>
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is auto-generated with mmv1, any changes made here will be overwritten

import jetbrains.buildServer.configs.kotlin.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<% autogen_exception -%>
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is auto-generated with mmv1, any changes made here will be overwritten

import jetbrains.buildServer.configs.kotlin.BuildType
Expand All @@ -10,6 +15,7 @@ fun Google<%= version.capitalize unless version == 'ga' -%>(environment: String,
return Project{
vcsRoot(providerRepository)

// Create build configs for each package defined in packages.kt
var buildConfigs = buildConfigurationsForPackages(packages, providerName, "google<%= "-" + version unless version == 'ga' -%>", environment, configuration)
buildConfigs.forEach { buildConfiguration ->
buildType(buildConfiguration)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<% autogen_exception -%>
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is auto-generated with mmv1, any changes made here will be overwritten
<%
service_names = []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<% autogen_exception -%>
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is auto-generated with mmv1, any changes made here will be overwritten

import jetbrains.buildServer.configs.kotlin.vcs.GitVcsRoot
Expand Down
5 changes: 5 additions & 0 deletions mmv1/third_party/terraform/.teamcity/components/packages.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is copied from mmv1, any changes made here will be overwritten

var packages = mapOf(
Expand Down
7 changes: 6 additions & 1 deletion mmv1/third_party/terraform/.teamcity/components/settings.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is copied from mmv1, any changes made here will be overwritten

// specifies the default hour (UTC) at which tests should be triggered, if enabled
Expand All @@ -9,7 +14,7 @@ var defaultParallelism = 12
// specifies the default version of Terraform Core which should be used for testing
var defaultTerraformCoreVersion = "1.2.5"

// This represents a cron view of days of the week, Monday - Friday.
// This represents a cron view of days of the week
const val defaultDaysOfWeek = "*"

// Cron value for any day of month
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<% autogen_exception -%>
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is auto-generated with mmv1, any changes made here will be overwritten

import Google<%= version.capitalize unless version == 'ga' -%>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<% autogen_exception -%>
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is auto-generated with mmv1, any changes made here will be overwritten

package tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<% autogen_exception -%>
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is auto-generated with mmv1, any changes made here will be overwritten

package tests
Expand Down
5 changes: 5 additions & 0 deletions mmv1/third_party/terraform/.teamcity/tests/helpers.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/

// this file is copied from mmv1, any changes made here will be overwritten

package tests
Expand Down

0 comments on commit dda29da

Please sign in to comment.