From be85d09b865327df436060ed084700c2fb3d796b Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Wed, 9 Jul 2025 10:00:59 +0100 Subject: [PATCH] Add required status checks for SKC stackhpc/2025.1 --- terraform/github/terraform.tfvars.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index 227a735d..45e4cf20 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -370,7 +370,19 @@ "Ansible 2.16 lint with Python 3.12" ], "stackhpc/2025.1": [ - "Tox pep8 with Python 3.12" + "Tox pep8 with Python 3.12", + "Tox releasenotes with Python 3.12", + "Tox docs with Python 3.12", + "Build Kayobe Image / Build kayobe image", + "Check container image tags / Check container image tags", + "aio (Rocky 9 OVS) / All in one", + "aio (Rocky 9 OVN) / All in one", + "aio (Ubuntu Noble OVN) / All in one", + "aio upgrade (Rocky 9 OVS) / All in one", + "aio upgrade (Rocky 9 OVN) / All in one", + "aio upgrade (Ubuntu Jammy to Noble OVN) / All in one", + "Ansible 2.18 lint with Python 3.12", + "Ansible 2.17 lint with Python 3.10" ], "stackhpc/master": [ "Tox pep8 with Python 3.12",