Skip to content

Commit

Permalink
fix: Disable JSS 15.1 periodic tests (#2445)
Browse files Browse the repository at this point in the history
Co-authored-by: Awais Malik <[email protected]>
  • Loading branch information
NimJay and g-awmalik authored Jul 9, 2024
1 parent 7e5140e commit e6cc985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion infra/terraform/test-org/org/github.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
}

Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/test-org/org/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit e6cc985

Please sign in to comment.