From 60b1c0a701e851bde07666ec15ad9afc26231d8b Mon Sep 17 00:00:00 2001 From: krad Date: Tue, 6 Oct 2015 14:21:10 -0700 Subject: [PATCH] Fix to CI job definition Summary: Sandcastle does not raise a task if assignee is specified. Removing the assignee will force the system to use the oncall. Test Plan: Manual Reviewers: CC: leveldb@ Task ID: #6968635 Blame Rev: --- build_tools/rocksdb-lego-determinator | 1 - 1 file changed, 1 deletion(-) diff --git a/build_tools/rocksdb-lego-determinator b/build_tools/rocksdb-lego-determinator index 57e5e6049..27b3ec9f3 100755 --- a/build_tools/rocksdb-lego-determinator +++ b/build_tools/rocksdb-lego-determinator @@ -36,7 +36,6 @@ if [ ! -z $ONCALL ]; then { 'type':'task', 'triggers':[ 'fail' ], - 'assignee':'$ONCALL', 'priority':0, 'subscribers':[ '$SUBSCRIBER' ], 'tags':[ 'rocksdb', 'ci' ],