From 2c5607db28e971508ea65f15b821fc705cd3b345 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 19 Nov 2018 17:18:07 +0800 Subject: [PATCH] Add details to the relnotes for submodule-timeouts When reading the release notes, there is no context to which patch and files were changed. This makes it difficult for the reader to know what "submodule-timeouts" refers to. Improve the release notes to mention which macros and templates were changed. Change-Id: Idc04dd19ea54f217cb04895d755dab71fe205351 Signed-off-by: Thanh Ha --- .../notes/submodule-timeout-e75d10f51ca36933.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/releasenotes/notes/submodule-timeout-e75d10f51ca36933.yaml b/releasenotes/notes/submodule-timeout-e75d10f51ca36933.yaml index f13ee74b..fca18f84 100644 --- a/releasenotes/notes/submodule-timeout-e75d10f51ca36933.yaml +++ b/releasenotes/notes/submodule-timeout-e75d10f51ca36933.yaml @@ -1,12 +1,16 @@ --- features: - | - Add a new ``submodule-timeout`` optional parameter to provide a timeout - value (in minutes) for timeout operations. + **lf-infra-gerrit-scm** and **lf-infra-github-scm** now require a + ``submodule-timeout`` parameter to provide a timeout value (in minutes) + for git fetch operations. + - | + All job-templates now provide an optional ``submodule-timeout`` parameter + for git fetch operations, defaulting to 10 minutes. upgrade: - | - Any project using the lf-infra-gerrit-scm and lf-infra-github-scm macros - in our out of global-jjb should need to add a submodule-timeout value. - It is recommended to set this value to ``10`` since that is the default - value used by the Jenkins Git Plugin. + Any project using the **lf-infra-gerrit-scm** and **lf-infra-github-scm** + macros in global-jjb should need to add a ``submodule-timeout`` value. It + is recommended to default this value to ``10`` since it is the + default used by the Jenkins Git Plugin. -- 2.16.6