From bbe18d76add67cee645efb3568508b8bcf7d802a Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 23 Jul 2024 01:36:53 +1000 Subject: [PATCH] doc/dev_guide: add needs-upgrade-testing label info Add an explanation of the "needs-upgrade-testing" label and explain when to use it. Laura is the true author of this text. Co-authored-by: Laura Flores Signed-off-by: Zac Dover (cherry picked from commit 02d5a6a3371c9fa52a32124cf07da16b89a11e27) --- doc/dev/developer_guide/basic-workflow.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/dev/developer_guide/basic-workflow.rst b/doc/dev/developer_guide/basic-workflow.rst index 53c9c18e824..4cd496f0a4a 100644 --- a/doc/dev/developer_guide/basic-workflow.rst +++ b/doc/dev/developer_guide/basic-workflow.rst @@ -415,6 +415,10 @@ need testing to be merged into a single branch and tested all at the same time. Since teuthology suites can take hours (even days in some cases) to run, this can save a lot of time. +If your code change has any effect on upgrades, add the +``needs-upgrade-testing`` label. This indicates that an upgrade testing suite +should be scheduled. + To request access to the Sepia lab, start `here `_. -- 2.47.3