From 4161f2ae50522d072614265451098c68cb5e9989 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Wed, 7 May 2025 13:10:19 +0100 Subject: [PATCH 1/2] Remove Ubuntu OVS AIO required status checks --- terraform/github/terraform.tfvars.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index 6f5a37f5..a5bd1c9b 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -340,10 +340,8 @@ "Check container image tags / Check container image tags", "aio (Rocky 9 OVS) / All in one", "aio (Rocky 9 OVN) / All in one", - "aio (Ubuntu Jammy OVS) / All in one", "aio (Ubuntu Jammy OVN) / All in one", - "aio upgrade (Rocky 9 OVN) / All in one", - "aio upgrade (Ubuntu Jammy OVS) / All in one" + "aio upgrade (Rocky 9 OVN) / All in one" ], "stackhpc/[vwxy]*": [ "Tox pep8 with Python 3.8", @@ -351,7 +349,6 @@ "Build Kayobe Image / Build kayobe image", "aio (Rocky OVS) / All in one", "aio (Rocky OVN) / All in one", - "aio (Ubuntu OVS) / All in one", "aio (Ubuntu OVN) / All in one" ], "stackhpc/2024.1": [ @@ -362,10 +359,8 @@ "Check container image tags / Check container image tags", "aio (Rocky 9 OVS) / All in one", "aio (Rocky 9 OVN) / All in one", - "aio (Ubuntu Jammy OVS) / All in one", "aio (Ubuntu Jammy OVN) / All in one", "aio upgrade (Rocky 9 OVN) / All in one", - "aio upgrade (Ubuntu Jammy OVS) / All in one", "Ansible 2.15 lint with Python 3.10", "Ansible 2.16 lint with Python 3.12" ], From 2aafb4e683b13b7dcb046a68a026e920bd56ff66 Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Wed, 7 May 2025 13:14:52 +0100 Subject: [PATCH 2/2] Add extended require status checks for SKC master --- terraform/github/terraform.tfvars.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index a5bd1c9b..5d718daa 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -365,6 +365,15 @@ "Ansible 2.16 lint with Python 3.12" ], "stackhpc/master": [ + "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 OVN) / All in one", "Ansible 2.18 lint with Python 3.12", "Ansible 2.17 lint with Python 3.10" ]