Skip to content

Commit

Permalink
feat: Onboarding new repositories (UP 12.1 and UP 12.2) (#1793)
Browse files Browse the repository at this point in the history
Co-authored-by: Awais Malik <[email protected]>
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2023
1 parent c72544f commit baf6073
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -43,6 +43,8 @@ locals {
"genai-doc-summarization" = "terraform-genai-doc-summarization"
"secured-notebook" = "notebooks-blueprint-security"
"sdw-onprem-ingest" = "terraform-google-secured-data-warehouse-onprem-ingest"
"pubsub-golang-app" = "terraform-pubsub-integration-golang"
"pubsub-java-app" = "terraform-pubsub-integration-java"
}
# example foundation has custom test modes
example_foundation = { "terraform-example-foundation" = data.terraform_remote_state.org.outputs.ci_repos_folders["example-foundation"] }
Expand Down
16 changes: 16 additions & 0 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -752,5 +752,21 @@ locals {
owners = ["anaik91", "imrannayer"]
topics = local.common_topics.db
},
{
name = "terraform-pubsub-integration-golang"
org = "GoogleCloudPlatform"
short_name = "pubsub-golang-app"
owners = ["shabirmean", "Mukamik"]
groups = ["dee-platform-ops", local.jss_common_group]
enable_periodic = true
},
{
name = "terraform-pubsub-integration-java"
org = "GoogleCloudPlatform"
short_name = "pubsub-java-app"
owners = ["shabirmean", "Mukamik"]
groups = ["dee-platform-ops", local.jss_common_group]
enable_periodic = true
},
]
}

0 comments on commit baf6073

Please sign in to comment.