From: Trevor Bramwell Date: Wed, 16 May 2018 23:35:42 +0000 (-0700) Subject: Support the .yml YAML File Suffix for CI Jobs X-Git-Tag: v0.20.0~6 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=aec2a0c78d8ca2d4ea9570cc249bbe55b33643f3;hp=128b86d44a458b0c5cc4c1e6406d6ee6a39d0a93;p=releng%2Fglobal-jjb.git Support the .yml YAML File Suffix for CI Jobs Change-Id: I410ba824c0d1d1fbeb763fe994a9a4a667b157e3 Signed-off-by: Trevor Bramwell --- diff --git a/.coafile b/.coafile index 366b50c4..7e9db1c8 100644 --- 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 diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 988f8931..41eb6da6 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -145,6 +145,8 @@ gerrit_trigger_file_paths: - compare-type: ANT pattern: '**/*.sh' + - compare-type: ANT + pattern: '**/*.yml' - compare-type: ANT pattern: '**/*.yaml' - compare-type: ANT