gecko-dev/taskcluster
Andrew Halberstadt 7f3e0d8258 Bug 1275613 - Always schedule a 'file_patterns' job when its task definition has changed, r=dustin
Currently, jobs which has 'file_patterns' set will only be run if a file matching one
of those patterns has been modified. This means that unless the task definition of the
job was explicitly included in those 'file_patterns', the job won't run when we modify
it!

I think it is safe to assume that when making changes to a job's task, we want it to be
run no matter what. So let's add the task definition to 'file_patterns' automatically.

Here's a try run which modifies the marionette harness task:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=01e6cf9d8599c64d61ac8ecb5320c1c4209e0a8b

MozReview-Commit-ID: AUSfUFzhiA1

--HG--
extra : rebase_source : de9d66d1d17de90dc83681e51134637616a0652e
2016-05-25 11:56:38 -04:00
..
ci/legacy
docs
taskgraph Bug 1275613 - Always schedule a 'file_patterns' job when its task definition has changed, r=dustin 2016-05-25 11:56:38 -04:00
mach_commands.py Bug 1273673: use Python logging for taskgraph generation; r=gps 2016-05-18 18:02:51 +00:00
moz.build