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:
main
krad 9 years ago
parent 9babaeed16
commit 60b1c0a701
  1. 1
      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' ],

Loading…
Cancel
Save