From 553144b17a95c07b34018d9d810b55046141b35f Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Tue, 20 Jun 2023 20:23:57 +0000 Subject: [PATCH] Bug 1839378 - don't run perfdocs-verify task for changes in testing/web-platform/ folder. r=andi DONTBUILD jgraham confirmed there is nothing related in this directory, and any update to wpt test expectations scheduled the task. Differential Revision: https://phabricator.services.mozilla.com/D181475 --- taskcluster/ci/source-test/mozlint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/taskcluster/ci/source-test/mozlint.yml b/taskcluster/ci/source-test/mozlint.yml index 04d0554faf07..95523a48ceb8 100644 --- a/taskcluster/ci/source-test/mozlint.yml +++ b/taskcluster/ci/source-test/mozlint.yml @@ -537,9 +537,7 @@ perfdocs-verify: - 'taskcluster/**' - '**/perftest.ini' - 'python/mozperftest/**' - - 'testing/**/*.ini' - - 'testing/**/*.yml' - - 'testing/**/*.rst' + - 'testing/{,!(web-platform)/{,**/}}*.{ini,rst,yml}' - 'tools/lint/perfdocs.yml'