From aec2a0c78d8ca2d4ea9570cc249bbe55b33643f3 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 16 May 2018 16:35:42 -0700 Subject: [PATCH 1/1] Support the .yml YAML File Suffix for CI Jobs Change-Id: I410ba824c0d1d1fbeb763fe994a9a4a667b157e3 Signed-off-by: Trevor Bramwell --- .coafile | 2 +- jjb/lf-ci-jobs.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.16.6