]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
schedule_suite.sh: put coverage option in ceph section
authorSage Weil <sage@inktank.com>
Mon, 23 Jul 2012 05:03:04 +0000 (22:03 -0700)
committerSage Weil <sage@inktank.com>
Mon, 23 Jul 2012 05:03:08 +0000 (22:03 -0700)
cleanup-user.sh
schedule_suite.sh

index d6b9b3e5d753b6729be9ce6dd8c015bbd9d4b77a..91d12b17df4815688f2a4436b2776a288a22d137 100755 (executable)
@@ -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/$$
 
index a5f27ed1843b5119e34a036e842280d93f68643a..70da58f738d2797263cdb36ff23d8ad0f3f4988d 100755 (executable)
@@ -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