On Tue, Nov 22, 2016 at 11:55 AM, Loic Dachary <loic@xxxxxxxxxxx> wrote: > Hi Patrick, > > I'm getting consistent re-run using the following method (not --rerun): > > paddles=paddles.front.sepia.ceph.com > run=loic-2016-11-10_10:23:37-rbd-jewel-backports---basic-smithi > eval filter=$(curl --silent http://$paddles/runs/$run/ | jq '.jobs[] | select(.status == "dead" or .status == "fail") | .description' | while read description ; do echo -n $description, ; done | sed -e 's/,$//') > teuthology-suite --priority 1000 --suite rbd --filter="$filter" ... Thanks Loic! This worked perfectly. -- Patrick Donnelly -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html