From d0698f9d50c54ae0ce52f151928c7061823a22cc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 22 Jul 2012 22:03:04 -0700 Subject: [PATCH] schedule_suite.sh: put coverage option in ceph section --- cleanup-user.sh | 2 +- schedule_suite.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cleanup-user.sh b/cleanup-user.sh index d6b9b3e5d753b..91d12b17df481 100755 --- a/cleanup-user.sh +++ b/cleanup-user.sh @@ -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/$$ diff --git a/schedule_suite.sh b/schedule_suite.sh index a5f27ed1843b5..70da58f738d27 100755 --- a/schedule_suite.sh +++ b/schedule_suite.sh @@ -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 -- 2.39.5