From 48c046f485d631ac015be2b8a13c4ae1072d6103 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 22 Jun 2017 12:15:29 -0700 Subject: [PATCH] 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 --- jjb/releng/opnfv-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}' -- 2.16.6