From ba8989e64b83e59b892582cc554c93bd3a0b501e Mon Sep 17 00:00:00 2001 From: Nim Jayawardena Date: Tue, 9 Jul 2024 10:36:54 -0400 Subject: [PATCH 1/2] fix: Disable JSS 15.1 periodic tests --- infra/terraform/test-org/org/locals.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } From 379699c4836e03bc1e1d3aee137dab1846f854bb Mon Sep 17 00:00:00 2001 From: Awais Malik Date: Tue, 9 Jul 2024 16:37:02 -0700 Subject: [PATCH 2/2] adding erictune and megelatim to invalid owners --- infra/terraform/test-org/org/github.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", ] }