From 60fee7a97ebe2016b4148b803a5880639f6c2a8a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 18 Feb 2013 15:36:34 -0800 Subject: [PATCH] schedule_suite.sh: include install task in all jobs This is probably temporary. It's simpler than adding the task to every job in the suite. We'll want to do that later when we want to test alternative install methods (like ceph-deploy's install function). Signed-off-by: Sage Weil --- schedule_suite.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/schedule_suite.sh b/schedule_suite.sh index ee16ba6e9d..0e0c179e97 100755 --- a/schedule_suite.sh +++ b/schedule_suite.sh @@ -60,6 +60,7 @@ nuke-on-error: true tasks: - chef: - clock: +- install: overrides: workunit: sha1: $CEPH_SHA1 -- 2.39.5