From e6cc9852c1ed324ef512b47b90a961ee84dfd89e Mon Sep 17 00:00:00 2001 From: Nim Jayawardena Date: Tue, 9 Jul 2024 19:39:47 -0400 Subject: [PATCH] fix: Disable JSS 15.1 periodic tests (#2445) Co-authored-by: Awais Malik --- infra/terraform/test-org/org/github.tf | 3 ++- infra/terraform/test-org/org/locals.tf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/infra/terraform/test-org/org/github.tf b/infra/terraform/test-org/org/github.tf index cfb30d91b15..a2423ba156a 100644 --- a/infra/terraform/test-org/org/github.tf +++ b/infra/terraform/test-org/org/github.tf @@ -34,9 +34,10 @@ variable "temp_allow_invalid_owners" { type = list(string) description = "Googlers added as owners on TF blueprint repos but are not part of the GCP or TGM orgs yet." default = [ - "dulacp", "nidhi0710", # remove once heynidhi@ is added to GCP org "sylvioneto", + "erictune", + "megelatim", ] } diff --git a/infra/terraform/test-org/org/locals.tf b/infra/terraform/test-org/org/locals.tf index f9ecd8af61c..ba8aec0f6ee 100644 --- a/infra/terraform/test-org/org/locals.tf +++ b/infra/terraform/test-org/org/locals.tf @@ -642,7 +642,7 @@ locals { description = "Deploy a multizone Java application" owners = ["donmccasland"] groups = [local.jss_common_group] - enable_periodic = true + enable_periodic = false lint_env = { ENABLE_BPMETADATA = "1" }