diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-02 11:36:09 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-02 11:36:09 -0700 |
commit | 1233f8b2a7f2ad058ee49c8c074b3933237bef0b (patch) | |
tree | 70e64f064a8d5fd0853c749ce3d1f8f4d4a70c10 /jjb/sfc | |
parent | 118a60fc4d82df4a3711c8b493fe4a37d6e045dc (diff) |
Ignore Scenarios directory when yamllinting SFC
These yaml files are for defining scenario in XCI and can be ignored for
now.
Change-Id: I48b1598406e34a5129c7c7dab73f6a06af6db82e
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/sfc')
-rw-r--r-- | jjb/sfc/sfc-project-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/sfc/sfc-project-jobs.yml b/jjb/sfc/sfc-project-jobs.yml index 827be4ee9..bf60ff52c 100644 --- a/jjb/sfc/sfc-project-jobs.yml +++ b/jjb/sfc/sfc-project-jobs.yml @@ -67,4 +67,4 @@ name: sfc-unit-tests builders: - shell: | - cd $WORKSPACE && yamllint $(git ls-tree -r HEAD --name-only | egrep 'yml$|yaml$') + cd $WORKSPACE && yamllint $(git ls-tree -r HEAD --name-only | egrep 'yml$|yaml$' | egrep -v 'scenarios') |