Skip to content

Commit

Permalink
fix: disable periodic for EAB (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsorbo authored Jul 18, 2024
1 parent 241057e commit 5ba8bc0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -823,12 +823,11 @@ locals {
topics = local.common_topics.da
},
{
name = "terraform-google-enterprise-application"
org = "GoogleCloudPlatform"
description = "Deploy an enterprise developer platform on Google Cloud"
owners = ["gtsorbo", "erictune", "yliaog", "sleighton2022", "apeabody"]
topics = join(",", [local.common_topics.e2e, local.common_topics.ops])
enable_periodic = true
name = "terraform-google-enterprise-application"
org = "GoogleCloudPlatform"
description = "Deploy an enterprise developer platform on Google Cloud"
owners = ["gtsorbo", "erictune", "yliaog", "sleighton2022", "apeabody"]
topics = join(",", [local.common_topics.e2e, local.common_topics.ops])
},
{
name = "terraform-genai-rag"
Expand Down

0 comments on commit 5ba8bc0

Please sign in to comment.