schedule_suite.sh: put coverage option in ceph section

This commit is contained in:
Sage Weil 2012-07-22 22:03:04 -07:00
parent f70b825042
commit d0698f9d50
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -ex
teuthology-lock --list-targets --owner $1 > /tmp/$$
teuthology-lock --list-targets --owner $1 --status up > /tmp/$$
teuthology-nuke --unlock -t /tmp/$$ -r --owner $1
rm /tmp/$$

View File

@ -38,12 +38,12 @@ tasks:
- chef:
- clock:
overrides:
workunit:
sha1: $CEPH_SHA1
ceph:
sha1: $CEPH_SHA1
log-whitelist:
- slow request
workunit:
sha1: $CEPH_SHA1
EOF
if [ "$flavor" = "gcov" ]; then