Merge "Add details to the relnotes for submodule-timeouts"
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 20 Nov 2018 13:50:18 +0000 (13:50 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Tue, 20 Nov 2018 13:50:18 +0000 (13:50 +0000)
releasenotes/notes/submodule-timeout-e75d10f51ca36933.yaml

index f13ee74..fca18f8 100644 (file)
@@ -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.