From 4d2ea3170f185bf970b7ef5eea1298f13162b3d5 Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Tue, 15 Nov 2022 14:08:29 +0000 Subject: [PATCH] s-k-c: Update required checks for Rocky 8 In my PR to add the rocky all in one, I've changed the job name to include the OS distribution (we are now testing more than one): stackhpc/stackhpc-kayobe-config#194 This updates the required checks to match. --- terraform/github/terraform.tfvars.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index fc22565a..69993dac 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -259,8 +259,10 @@ "Tox pep8 with Python 3.8", "Tox releasenotes with Python 3.8", "Build Kayobe Image / Build kayobe image", - "aio (OVS) / All in one", - "aio (OVN) / All in one" + "aio (CentOS OVS) / All in one", + "aio (CentOS OVN) / All in one", + "aio (Rocky OVS) / All in one", + "aio (Rocky OVN) / All in one" ], "stackhpc-release-train": [ "Ansible Lint",