From fafe2f0fad83069c19eee0fa00762b0ab3358589 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 24 Mar 2020 17:39:07 +0000 Subject: [PATCH] Add Oslo feature freeze to Victoria schedule Oslo freezes earlier than other projects in order to give its consumers time to consume any new features that are added before their feature freezes.[0] This adds that date to the release calendar so it is easy to find. Change-Id: I19938bc16629754001f811e4ffe54c555c0833dc 0: https://specs.openstack.org/openstack/oslo-specs/specs/policy/feature-freeze.html --- doc/source/victoria/schedule.rst | 10 ++++++++++ doc/source/victoria/schedule.yaml | 2 ++ 2 files changed, 12 insertions(+) diff --git a/doc/source/victoria/schedule.rst b/doc/source/victoria/schedule.rst index f7e14ade3f..922ed80b90 100644 --- a/doc/source/victoria/schedule.rst +++ b/doc/source/victoria/schedule.rst @@ -188,3 +188,13 @@ Germany. Project-specific events ======================= +Oslo +---- + +.. _v-oslo-feature-freeze: + +Oslo Feature Freeze +^^^^^^^^^^^^^^^^^^^ + +All new Oslo features must be proposed and substantially complete, with unit +tests by the end of the week. diff --git a/doc/source/victoria/schedule.yaml b/doc/source/victoria/schedule.yaml index 1e2fb8e3bf..a62fcc5230 100644 --- a/doc/source/victoria/schedule.yaml +++ b/doc/source/victoria/schedule.yaml @@ -60,6 +60,8 @@ cycle: - end: '2020-08-28' name: R-7 start: '2020-08-24' + project-specific: + - v-oslo-feature-freeze - end: '2020-09-04' name: R-6 start: '2020-08-31'