Bug 1534283 - filter out tasks when DONT-BUILD is in the message r=aki,tomprince
commit862d7484c2d73a5e85b4e1c2ac66c45954cc43e8
authorDustin J. Mitchell <dustin@mozilla.com>
Thu, 14 Mar 2019 21:31:09 +0000 (14 21:31 +0000)
committerDustin J. Mitchell <dustin@mozilla.com>
Thu, 14 Mar 2019 21:31:09 +0000 (14 21:31 +0000)
treea9fc2a9d8f12e81a54a4ec7f944726c191a75052
parent4b406f0a1e45a64535e99664fc8a2161ab00b8c6
Bug 1534283 - filter out tasks when DONT-BUILD is in the message r=aki,tomprince

(without the dash, because I want *this* push to build)

This filters out all tasks, but that means that several things will still run:

 * docker images and tasks they depend on (debian packages)
 * always_run tasks (various python-y things)

Differential Revision: https://phabricator.services.mozilla.com/D23020

--HG--
extra : moz-landing-system : lando
taskcluster/taskgraph/decision.py
taskcluster/taskgraph/target_tasks.py