From 349828f39897bea36533cf2cf2b715e4cc06d022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= Date: Fri, 13 Aug 2021 11:44:35 +0200 Subject: [PATCH] [storlets] Transition Newton to Ocata to End of Life This transition the Newton branch and the Ocata branch to End of Life. The last patch of these branch will be tagged with *-eol tag. Theese branchs cannot be used anymore and will be deleted if this patch merges. This is needed as these branches are not actively maintained in the recent period and thus gate is broken due to job failures. By removing these branches, infra resources will be freed up, too. Change-Id: I93822aa5fd9a1dde6b8226b4bc48adbc8093c28b --- deliverables/newton/storlets.yaml | 12 ++++++++++++ deliverables/ocata/storlets.yaml | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 deliverables/newton/storlets.yaml create mode 100644 deliverables/ocata/storlets.yaml diff --git a/deliverables/newton/storlets.yaml b/deliverables/newton/storlets.yaml new file mode 100644 index 0000000000..f4208b899f --- /dev/null +++ b/deliverables/newton/storlets.yaml @@ -0,0 +1,12 @@ +--- +launchpad: storlets +team: storlets +type: service +release-model: cycle-with-intermediary +releases: + - version: newton-eol + projects: + - repo: openstack/storlets + hash: a0b986b13cfb4d88d18bdc59ce8fe9d964ba0e00 +repository-settings: + openstack/storlets: {} diff --git a/deliverables/ocata/storlets.yaml b/deliverables/ocata/storlets.yaml new file mode 100644 index 0000000000..1950b9ace6 --- /dev/null +++ b/deliverables/ocata/storlets.yaml @@ -0,0 +1,12 @@ +--- +launchpad: storlets +team: storlets +type: service +release-model: cycle-with-intermediary +releases: + - version: ocata-eol + projects: + - repo: openstack/storlets + hash: 912428ff0cabca1f841fac3649677181b1290713 +repository-settings: + openstack/storlets: {}