From 576834d37da413fd0d3a9585eddf34f12cb94b65 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 13 Dec 2023 12:30:19 +0000 Subject: [PATCH] Add ARC-Installer repo --- ansible/inventory/group_vars/all/source-repositories | 7 +++++++ terraform/github/terraform.tfvars.json | 1 + 2 files changed, 8 insertions(+) diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index 5cdb6daf..cf2c43d3 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -648,6 +648,13 @@ source_repositories: - codeowners: content: "{{ community_files.codeowners.release_train }}" dest: ".github/CODEOWNERS" + ARC-Installer: + repository_type: "single-branch" + workflows: [] + community_files: + - codeowners: + content: "{{ community_files.codeowners.release_train }}" + dest: ".github/CODEOWNERS" stackhpc-release-train: repository_type: "ansible" workflows: [] diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index 025c4baa..b41218c0 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -85,6 +85,7 @@ ], "ReleaseTrain": [ ".github", + "ARC-Installer", "stackhpc-release-train", "stackhpc-release-train-clients" ],