Support the .yml YAML File Suffix for CI Jobs 89/10689/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 16 May 2018 23:35:42 +0000 (16:35 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 16 May 2018 23:39:00 +0000 (16:39 -0700)
Change-Id: I410ba824c0d1d1fbeb763fe994a9a4a667b157e3
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
.coafile
jjb/lf-ci-jobs.yaml

index 366b50c..7e9db1c 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -46,7 +46,7 @@ use_spaces = yeah
 
 [all.YAML]
 bears = YAMLLintBear
-files = **.yaml
+files = **.yaml, **.yml
 document_start = True
 yamllint_config = yamllint.conf
 
index 988f893..41eb6da 100644 (file)
     gerrit_trigger_file_paths:
       - compare-type: ANT
         pattern: '**/*.sh'
+      - compare-type: ANT
+        pattern: '**/*.yml'
       - compare-type: ANT
         pattern: '**/*.yaml'
       - compare-type: ANT