2 ###################################################
3 # All the jobs except verify have been removed!
4 # They will only be enabled on request by projects!
5 ###################################################
12 - 'sfc-verify-{stream}'
20 branch: 'stable/{stream}'
21 gs-pathname: '/{stream}'
25 name: 'sfc-verify-{stream}'
27 disabled: '{obj:disabled}'
33 - 'opnfv-build-ubuntu-defaults'
40 server-name: 'gerrit.opnfv.org'
42 - patchset-created-event:
43 exclude-drafts: 'false'
44 exclude-trivial-rebase: 'false'
45 exclude-no-code-change: 'false'
46 - draft-published-event
47 - comment-added-contains-event:
48 comment-contains-value: 'recheck'
49 - comment-added-contains-event:
50 comment-contains-value: 'reverify'
52 - project-compare-type: 'ANT'
53 project-pattern: '{project}'
55 - branch-compare-type: 'ANT'
56 branch-pattern: '**/{branch}'
57 disable-strict-forbidden-file-verification: 'true'
60 pattern: 'docs/**|.gitignore'
65 ################################
67 ################################
73 cd $WORKSPACE && yamllint $(git ls-tree -r HEAD --name-only | egrep 'yml$|yaml$' | egrep -v 'scenarios')