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:
This commit is contained in:
parent
9babaeed16
commit
60b1c0a701
@ -36,7 +36,6 @@ if [ ! -z $ONCALL ]; then
|
|||||||
{
|
{
|
||||||
'type':'task',
|
'type':'task',
|
||||||
'triggers':[ 'fail' ],
|
'triggers':[ 'fail' ],
|
||||||
'assignee':'$ONCALL',
|
|
||||||
'priority':0,
|
'priority':0,
|
||||||
'subscribers':[ '$SUBSCRIBER' ],
|
'subscribers':[ '$SUBSCRIBER' ],
|
||||||
'tags':[ 'rocksdb', 'ci' ],
|
'tags':[ 'rocksdb', 'ci' ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user