From f18b2baa52b5c1122260d369afad132131e6b968 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 4 Sep 2018 17:12:37 -0400 Subject: [PATCH] Add upgrade testing completion criteria for upgrade-checkers goal This adds an item to the completion criteria for the upgrade-checkers goal for projects with the "supports-upgrade" tag that they need to also run the check in their upgrade CI job. Change-Id: I4aa6e5f76b77fc849af505dea5d26f7620ca9727 --- goals/stein/upgrade-checkers.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/goals/stein/upgrade-checkers.rst b/goals/stein/upgrade-checkers.rst index de7573f97..5558bd3ef 100644 --- a/goals/stein/upgrade-checkers.rst +++ b/goals/stein/upgrade-checkers.rst @@ -61,6 +61,9 @@ The command must: * 1 - Warning that one or issues were found that require investigation * 2 - One or more checks found an issue that will cause upgrade to fail +#. Projects with the :ref:`tag-assert:supports-upgrade` tag must integrate + their upgrade check command into their upgrade CI testing. + .. note:: This goal is primarily focused on the traditional stateful service projects like keystone, cinder, glance, etc. However, deployment projects would clearly benefit from integrating these checks into their install and