Bug 1293397: run taskgraph-tests when things change; r?gps draft
authorDustin J. Mitchell <dustin@mozilla.com>
Mon, 08 Aug 2016 21:25:23 +0000
changeset 398196 30a3bf501338ca37270ef793fe64af1e88d82c9c
parent 398195 0329537bee24225608e30e865ea44dfa9d9aa6a9
child 527616 d902421545aa58bb3d0246abf695ee0f3adc42df
push id25479
push userdmitchell@mozilla.com
push dateMon, 08 Aug 2016 21:27:30 +0000
reviewersgps
bugs1293397
milestone51.0a1
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
taskcluster/ci/legacy/tasks/branches/base_jobs.yml
--- 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'