From: Trevor Bramwell Date: Thu, 22 Jun 2017 19:15:29 +0000 (-0700) Subject: Yamllint Job for Octopus, Pharos, and Anteater X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F91%2F36391%2F2;p=releng.git Yamllint Job for Octopus, Pharos, and Anteater Pharos, Octopus and Securedlab are listed in the wrong lint check job so new patchsets aren't being ran against yamllint. Anteater is included in the list of yamllint checks due to it being part of Infra-WG and containing yaml files. Fixes still need to be done for the securedlab and releng repos before they are added at a later time. JIRA: INFRA-101 Change-Id: I696b233e076899107180ed9bbad9a7f7785058d3 Signed-off-by: Trevor Bramwell --- diff --git a/jjb/releng/opnfv-lint.yml b/jjb/releng/opnfv-lint.yml index 8c231c3e8..d253da027 100644 --- a/jjb/releng/opnfv-lint.yml +++ b/jjb/releng/opnfv-lint.yml @@ -53,7 +53,7 @@ comment-contains-value: 'reverify' projects: - project-compare-type: 'REG_EXP' - project-pattern: 'functest|sdnvpn|qtip|daisy|sfc|escalator|releng|pharos|octopus|securedlab' + project-pattern: 'functest|sdnvpn|qtip|daisy|sfc|escalator|releng' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' @@ -102,7 +102,7 @@ comment-contains-value: 'reverify' projects: - project-compare-type: 'REG_EXP' - project-pattern: '' + project-pattern: 'octopus|releng-anteater|pharos' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}'