Merge "Update abandon_old_reviews script to check Zuul votes"

This commit is contained in:
Zuul 2018-09-04 21:33:09 +00:00 committed by Gerrit Code Review
commit 31ebcd32e9
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ done
# then purge all the reviews that are > 4w with no changes and Jenkins has -1ed
failing_reviews=$(ssh review.openstack.org "gerrit query --current-patch-set --format json $PROJECTS status:open age:4w NOT label:Verified>=1,jenkins" | jq .currentPatchSet.revision | grep -v null | sed 's/"//g')
failing_reviews=$(ssh review.openstack.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