From 8e4ea9e02970f22ec9793b5e3dd39db58e555edd Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 31 May 2018 21:30:19 +0000 Subject: [PATCH] Bug 1465970 - make backfill action a hook; r=tomprince MozReview-Commit-ID: 1ibZPb5fMdP --HG-- extra : rebase_source : 1a3deae3f1deacc4e06d6e4bb3fb95269295821e --- taskcluster/taskgraph/actions/backfill.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskcluster/taskgraph/actions/backfill.py b/taskcluster/taskgraph/actions/backfill.py index 4ca1898a699a..39ce116f9203 100644 --- a/taskcluster/taskgraph/actions/backfill.py +++ b/taskcluster/taskgraph/actions/backfill.py @@ -25,6 +25,8 @@ logger = logging.getLogger(__name__) @register_callback_action( title='Backfill', name='backfill', + kind='hook', + generic=True, symbol='Bk', description=('Take the label of the current task, ' 'and trigger the task with that label '