The clutch stopped building because the minimum podling count used to protect 
from failing jobs went below 25.

> On Aug 2, 2023, at 5:19 AM, w...@apache.org wrote:
> 
> Author: wave
> Date: Wed Aug  2 12:19:32 2023
> New Revision: 1911409
> 
> URL: http://svn.apache.org/viewvc?rev=1911409&view=rev
> Log:
> Update the minimum podling count from 25 to 15
> 
> Modified:
>    incubator/public/trunk/clutch2.sh
> 
> Modified: incubator/public/trunk/clutch2.sh
> URL: 
> http://svn.apache.org/viewvc/incubator/public/trunk/clutch2.sh?rev=1911409&r1=1911408&r2=1911409&view=diff
> ==============================================================================
> --- incubator/public/trunk/clutch2.sh (original)
> +++ incubator/public/trunk/clutch2.sh Wed Aug  2 12:19:32 2023
> @@ -27,7 +27,7 @@ CLUTCH_COUNT_2=`cat  clutch2pages.out |
> echo "STATUS: pages: "$CLUTCH_COUNT_2
> 
> if [ "$CLUTCH_COUNT_1" = "$CLUTCH_COUNT_2" ]; then
> -    if [ $CLUTCH_COUNT_2 -lt 25 ]; then
> +    if [ $CLUTCH_COUNT_2 -lt 15 ]; then
>       exit 5
>     fi
>     svn status | grep [~M]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cvs-unsubscr...@incubator.apache.org
> For additional commands, e-mail: cvs-h...@incubator.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org

Reply via email to