Skip to content

Commit

Permalink
Add copyright headers to files in .teamcity/ (GoogleCloudPlatform#8373)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Jul 31, 2023
1 parent 0c1a1c3 commit 4e74bd1
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 0 deletions.
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 @@ -13,6 +18,7 @@ const val providerName = "google<%= "-" + version unless version == 'ga' -%>"
fun Google<%= version.capitalize unless version == 'ga' -%>(environment: String, manualVcsRoot: AbsoluteId, branchRef: String, configuration: ClientConfiguration) : Project {
return Project{

// Create build configs for each package defined in packages.kt
var buildConfigs = buildConfigurationsForPackages(packages, providerName, "google<%= "-" + version unless version == 'ga' -%>", environment, manualVcsRoot, branchRef, 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

// specifies the default hour (UTC) at which tests should be triggered, if enabled
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
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 4e74bd1

Please sign in to comment.