From 77e8ba577c0a83275d06b6f64c72cdaf1198d05d Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Thu, 4 Jan 2024 14:30:19 +0100 Subject: [PATCH] [test] release and cut stable branch for release-test Release and cut stable branch for release-test in Zed and Yoga series. So that we can do tests with new Unmaintained changes on these branches against release-test repository. Change-Id: I59e647ff3a1ac33190feec982a5cea76cd372122 --- deliverables/yoga/release-test.yaml | 8 ++++++++ deliverables/zed/release-test.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/deliverables/yoga/release-test.yaml b/deliverables/yoga/release-test.yaml index 6f63fd98bd..cc950f32e0 100644 --- a/deliverables/yoga/release-test.yaml +++ b/deliverables/yoga/release-test.yaml @@ -8,6 +8,14 @@ stable-branch-type: std-with-versions repository-settings: openstack/release-test: tarball-base: openstack-release-test +releases: + - version: 3.8.0 + projects: + - repo: openstack/release-test + hash: 055b8a76be84ece98464114712f086571c009d28 +branches: + - name: stable/yoga + location: 3.8.0 # NOTE(hberaud) This deliverable was not released in wallaby, # however, I prefer to keep this sample project around even # if it was not used during wallaby, just in case we need to diff --git a/deliverables/zed/release-test.yaml b/deliverables/zed/release-test.yaml index c8e6d008f6..f0c32b665a 100644 --- a/deliverables/zed/release-test.yaml +++ b/deliverables/zed/release-test.yaml @@ -8,6 +8,14 @@ stable-branch-type: std-with-versions repository-settings: openstack/release-test: tarball-base: openstack-release-test +releases: + - version: 3.9.0 + projects: + - repo: openstack/release-test + hash: d2183f292d5d532e2836ed1a4dbf8a7206e776d1 +branches: + - name: stable/zed + location: 3.9.0 # NOTE(hberaud) This deliverable was not released in wallaby, # however, I prefer to keep this sample project around even # if it was not used during wallaby, just in case we need to