This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new f395d72042c New release wizard build failures step (#792)
f395d72042c is described below

commit f395d72042c65795775d3cda34220fa0b47cb7b5
Author: Jan Høydahl <[email protected]>
AuthorDate: Fri Apr 8 15:24:37 2022 +0200

    New release wizard build failures step (#792)
    
    Co-authored-by: Julie Tibshirani <[email protected]>
---
 dev-tools/scripts/releaseWizard.yaml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-tools/scripts/releaseWizard.yaml 
b/dev-tools/scripts/releaseWizard.yaml
index cb601544240..1f4da7c7dc6 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -288,6 +288,14 @@ groups:
     id: decide_jira_issues
     title: Select JIRA issues to be included
     description: Set the appropriate "Fix Version" in JIRA for the issues that 
should be included in the release.
+  - !Todo
+    id: fix_build_failures
+    title: Look into common build failures
+    description: |
+      Look over recent build results sent to the [email protected] list 
and try to address any recurring
+      failures. It's best to fix common failures now, so they don't pop up 
later and interfere with release smoke
+      testing. Build email archives are available at 
https://lists.apache.org/[email protected].
+      You can also find failure statistics at 
http://fucit.org/solr-jenkins-reports/
   - !Todo
     id: decide_branch_date
     title: Decide the date for branching
@@ -299,7 +307,7 @@ groups:
       name: branch_date
   - !Todo
     id: decide_freeze_length
-    title: Decide the lenght of feature freeze
+    title: Decide the length of feature freeze
     types:
     - major
     - minor

Reply via email to