From 5fe2ab024738373e5a8abe1855bbb0ce0840040a Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 24 Oct 2023 09:45:52 +0100 Subject: [PATCH 1/2] networking-generic-switch: Stop syncing Victoria - Xena These branches were EOL'd. --- ansible/inventory/group_vars/all/source-repositories | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index 3d19fc2a..37c3d35d 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -232,6 +232,10 @@ source_repositories: content: "{{ community_files.codeowners.openstack }}" dest: ".github/CODEOWNERS" networking-generic-switch: + ignored_releases: + - victoria + - wallaby + - xena community_files: - codeowners: content: "{{ community_files.codeowners.openstack }}" From 1dfb1daa8a3cafeb676e87e2b7cde6b69888d53d Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Mon, 30 Oct 2023 09:57:17 +0000 Subject: [PATCH 2/2] magnum: Stop syncing Wallaby - Xena These branches were EOL'd. --- ansible/inventory/group_vars/all/source-repositories | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index 37c3d35d..e88af9df 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -212,6 +212,8 @@ source_repositories: magnum: ignored_releases: - victoria + - wallaby + - xena community_files: - codeowners: content: "{{ community_files.codeowners.openstack }}"