Bug 1293397: run taskgraph-tests when things change; r?gps
This fixes the use of the bogus pattern `taskcluster/**.py` which does not
actually match python files in subdirectories.
MozReview-Commit-ID: 3UqM5UQ0HOE
--- a/taskcluster/ci/legacy/tasks/branches/base_jobs.yml
+++ b/taskcluster/ci/legacy/tasks/branches/base_jobs.yml
@@ -288,19 +288,19 @@ tasks:
- 'python/mozlint/**'
- 'tools/lint/**'
- 'testing/docker/lint/**'
taskgraph-tests:
task: tasks/tests/taskgraph-tests.yml
root: true
when:
file_patterns:
- - 'taskcluster/**.py'
+ - 'taskcluster/**/*.py'
- 'config/mozunit.py'
- - 'python/mach/**.py'
+ - 'python/mach/**/*.py'
android-api-15-gradle-dependencies:
task: tasks/builds/android_api_15_gradle_dependencies.yml
root: true
when:
file_patterns:
- 'mobile/android/config/**'
- 'testing/docker/android-gradle-build/**'
- 'testing/mozharness/configs/builds/releng_sub_android_configs/*gradle_dependencies.py'