summaryrefslogtreecommitdiffstats
path: root/jjb/sfc
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-10-02 11:36:09 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-10-02 11:36:09 -0700
commit1233f8b2a7f2ad058ee49c8c074b3933237bef0b (patch)
tree70e64f064a8d5fd0853c749ce3d1f8f4d4a70c10 /jjb/sfc
parent118a60fc4d82df4a3711c8b493fe4a37d6e045dc (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.yml2
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')