Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Offboard JSS 13.1 & 13.2 #2665

Merged
merged 8 commits into from
Nov 28, 2024
Merged
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
Loading