summaryrefslogtreecommitdiffstats
path: root/taskcluster/kinds/source-test/python.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--taskcluster/kinds/source-test/python.yml (renamed from taskcluster/ci/source-test/python.yml)6
1 files changed, 3 insertions, 3 deletions
diff --git a/taskcluster/ci/source-test/python.yml b/taskcluster/kinds/source-test/python.yml
index 43680aacad..c8214d17d5 100644
--- a/taskcluster/ci/source-test/python.yml
+++ b/taskcluster/kinds/source-test/python.yml
@@ -47,7 +47,7 @@ firefox-ci:
when:
files-changed:
- '.taskcluster.yml'
- - 'taskcluster/ci/**'
+ - 'taskcluster/kinds/**'
- 'taskcluster/**/*.py'
- 'tools/tryselect/selectors/auto.py'
@@ -359,8 +359,8 @@ tryselect:
subsuite: try
when:
files-changed:
- - 'taskcluster/ci/config.yml'
- - 'taskcluster/ci/test/**'
+ - 'taskcluster/config.yml'
+ - 'taskcluster/kinds/test/**'
- 'taskcluster/gecko_taskgraph/transforms/**'
- 'tools/tryselect/**'