Skip to content
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: 1 addition & 2 deletions terraform/github/branches.tf
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ resource "github_branch_protection" "kayobe_branch_protection_master" {
contexts = lookup(lookup(var.required_status_checks, each.key, {}), "stackhpc/master", lookup(var.required_status_checks, each.key, {
"default" : [
"tox / Tox pep8 with Python 3.12",
"tox / Tox py3 with Python 3.12",
"tox / Tox py3 with Python 3.10"
"tox / Tox py3 with Python 3.12"
]
}).default)
strict = false
Expand Down
3 changes: 1 addition & 2 deletions terraform/github/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,7 @@
"aio (Rocky 9 OVN) / All in one",
"aio (Ubuntu Noble OVN) / All in one",
"aio upgrade (Rocky 9 OVN) / All in one",
"Ansible 2.18 lint with Python 3.12",
"Ansible 2.17 lint with Python 3.10"
"Ansible 2.18 lint with Python 3.12"
]
},
"stackhpc-release-train": {
Expand Down