From 02d5a6a3371c9fa52a32124cf07da16b89a11e27 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 --- 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 27000fa2b577b..a53507d86fc6b 100644 --- a/doc/dev/developer_guide/basic-workflow.rst +++ b/doc/dev/developer_guide/basic-workflow.rst @@ -416,6 +416,10 @@ Teuthology test suites can take hours (and even days in some cases) to complete, so batching tests reduces contention for resources and saves 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.39.5