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

fix: Disable JSS 15.1 periodic tests #2445

Merged
merged 3 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading