mirror of
https://github.com/ceph/ceph
synced 2025-03-06 00:10:04 +00:00
schedule_suite.sh: put coverage option in ceph section
This commit is contained in:
parent
f70b825042
commit
d0698f9d50
@ -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/$$
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user