You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/04/08 13:25:56 UTC

[solr] branch branch_9x updated: New release wizard build failures step (#792)

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

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


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

commit 8f025a34c61c2c88fd595783bd52a36aee7d0ccd
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Fri Apr 8 15:24:37 2022 +0200

    New release wizard build failures step (#792)
    
    Co-authored-by: Julie Tibshirani <ju...@apache.org>
    (cherry picked from commit f395d72042c65795775d3cda34220fa0b47cb7b5)
---
 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 builds@solr.apache.org 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/list.html?builds@solr.apache.org.
+      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