Skip to content

Commit

Permalink
feat: Onboarding new repositories (UP 13.1 / 13.2) (#1852)
Browse files Browse the repository at this point in the history
Co-authored-by: Awais Malik <[email protected]>
  • Loading branch information
arbrown and g-awmalik authored Sep 20, 2023
1 parent fc9d218 commit fcdefc7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/terraform/test-org/ci-triggers/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ locals {
"cloud-foundation-training" = "cloud-foundation-training",
"example-foundation-app" = "terraform-example-foundation-app",
"anthos-samples" = "anthos-samples"
"cloud-deployment-gce" = "terraform-cloud-deployment-gce",
"cloud-deployment-gke" = "terraform-cloud-deployment-gke",
"docs-samples" = "terraform-docs-samples"
"dynamic-python-webapp" = "terraform-dynamic-python-webapp"
"dynamic-javascript-webapp" = "terraform-dynamic-javascript-webapp"
Expand Down
22 changes: 22 additions & 0 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,28 @@ locals {
owners = ["anaik91", "imrannayer"]
topics = local.common_topics.db
},
{
name = "terraform-cloud-deployment-gce"
short_name = "cloud-deployment-gce"
org = "GoogleCloudPlatform"
description = "Deploy a change to a live stateful service (Java on GCE)"
groups = ["torus-dpe", "dee-platform-ops", "dee-data-ai", local.jss_common_group]
enable_periodic = true
lint_env = {
ENABLE_BPMETADATA = "1"
}
},
{
name = "terraform-cloud-deployment-gke"
short_name = "cloud-deployment-gke"
org = "GoogleCloudPlatform"
description = "Deploy a change to a live stateful service (Go on GKE)"
groups = ["torus-dpe", "dee-platform-ops", "dee-data-ai", local.jss_common_group]
enable_periodic = true
lint_env = {
ENABLE_BPMETADATA = "1"
}
},
{
name = "terraform-pubsub-integration-golang"
org = "GoogleCloudPlatform"
Expand Down

0 comments on commit fcdefc7

Please sign in to comment.