diff --git a/tools/abandon_old_reviews.sh b/tools/abandon_old_reviews.sh index eaf71dbc2cd..e7c77d9dcd8 100755 --- a/tools/abandon_old_reviews.sh +++ b/tools/abandon_old_reviews.sh @@ -140,13 +140,13 @@ for review in $blocked_reviews; do abandon_review $review $blocked_msg done -# then purge all the reviews that are > 4w with no changes and Jenkins has -1ed +# then purge all the reviews that are > 4w with no changes and Zuul has -1ed failing_reviews=$(ssh review.opendev.org "gerrit query --current-patch-set --format json $PROJECTS status:open age:4w NOT label:Verified>=1,Zuul" | jq .currentPatchSet.revision | grep -v null | sed 's/"//g') failing_msg=$(cat < 4 weeks without comment, and failed Jenkins the last +This review is > 4 weeks without comment, and failed Zuul jobs the last time it was checked. We are abandoning this for now. Feel free to reactivate the review by pressing the restore button and