Skip to content

Commit

Permalink
chore: Offboard JSS 13.1 & 13.2 (#2665)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath KKB <[email protected]>
  • Loading branch information
NimJay and bharathkkb authored Nov 28, 2024
1 parent e7c88a9 commit b7f4b2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 0 additions & 2 deletions infra/terraform/test-org/ci-triggers/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ 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
3 changes: 2 additions & 1 deletion infra/terraform/test-org/org/folders.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ module "folders-ci" {

names = [for module in [for repo in local.repos : try(repo.short_name, trimprefix(repo.name, "terraform-google-"))] : "ci-${module}"]

set_roles = false
set_roles = false
deletion_protection = false
}

module "bpt_ci_folder" {
Expand Down
22 changes: 0 additions & 22 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -798,28 +798,6 @@ 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 = ["team-egg", "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 = ["team-egg", "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 b7f4b2a

Please sign in to comment.