From 5c71169291419338540335eeb8dadcf5d37117c9 Mon Sep 17 00:00:00 2001 From: Jack Hodgkiss Date: Thu, 9 Jan 2025 22:48:19 +0000 Subject: [PATCH] feat: add `ansible-lint` as required check Add the two new `ansible-lint` jobs as required checks for `stackhpc-kayobe-config` for `stackhpc/2024.1` only. --- terraform/github/terraform.tfvars.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index bac334b6..6539d72b 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -354,6 +354,10 @@ "aio (Rocky OVN) / All in one", "aio (Ubuntu OVS) / All in one", "aio (Ubuntu OVN) / All in one" + ], + "stackhpc/2024.1": [ + "Ansible 2.15 lint with Python 3.10", + "Ansible 2.16 lint with Python 3.12" ] }, "stackhpc-release-train": {