Update comments messages in abandon_old_reviews script

In comments given automatically by abandon_old_reviews.sh script
there was still Jenkins mentioned as CI tool.
We are using Zuul for very long time and "zuul" user is voting
now instead of "jenkins" so this patch updates those commit
messages to make this messages correct.

TrivialFix

Change-Id: Iad119108ea82b47ac2a66b9f6f8a8bb56b57e7b6
This commit is contained in:
Slawek Kaplonski 2019-12-04 10:38:14 +01:00
parent 97e495671f
commit 10bb7ecbb6
1 changed files with 2 additions and 2 deletions

View File

@ -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 <<EOF
This review is > 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