You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ju...@apache.org on 2022/04/06 21:03:57 UTC

[lucene] branch main updated: Add release wizard step around build failures (#789)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9eeef080e52 Add release wizard step around build failures (#789)
9eeef080e52 is described below

commit 9eeef080e52b468535e5744422ab8b7726013e36
Author: Julie Tibshirani <ju...@apache.org>
AuthorDate: Wed Apr 6 14:03:52 2022 -0700

    Add release wizard step around build failures (#789)
    
    This PR adds a preparation step to look at builds@lucene.apache.org and address
    recurring failures. This helps make sure we catch and fix known bugs before
    spinning the release candidate. It also prevents flaky tests from failing
    during the release vote (which adds confusion).
---
 dev-tools/scripts/releaseWizard.yaml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-tools/scripts/releaseWizard.yaml b/dev-tools/scripts/releaseWizard.yaml
index a36363ec062..ca5bde2eec9 100644
--- a/dev-tools/scripts/releaseWizard.yaml
+++ b/dev-tools/scripts/releaseWizard.yaml
@@ -280,6 +280,13 @@ 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@lucene.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@lucene.apache.org.
   - !Todo
     id: decide_branch_date
     title: Decide the date for branching
@@ -291,7 +298,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