diff options
author | KingPoo <haojingbo@huawei.com> | 2016-12-28 20:57:30 -0500 |
---|---|---|
committer | KingPoo <haojingbo@huawei.com> | 2016-12-28 20:57:30 -0500 |
commit | 1a89ad51e86434ce7db0d82a83a7ffc28edcb406 (patch) | |
tree | 120585e0cd26ab356460b8606620c866bd027228 /jjb | |
parent | e513a1c80ec2987dc4508f96e4979c699669ed2c (diff) |
Add yamllint verification of compass4nfv
JIRA: OCTO-160
lf-build1 is something wrong with git, it will affect compass4nfv's patch to check in.
So cancel the config of project-pattern.
aricg fix it on time, the config of project-pattern(compass4nfv) added in.
Change-Id: I726857ebd94bf50694784e2b3b0c80701b4bdca9
Signed-off-by: KingPoo <haojingbo@huawei.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/releng/opnfv-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/releng/opnfv-lint.yml b/jjb/releng/opnfv-lint.yml index ff1ba4f37..cd122d895 100644 --- a/jjb/releng/opnfv-lint.yml +++ b/jjb/releng/opnfv-lint.yml @@ -102,7 +102,7 @@ comment-contains-value: 'reverify' projects: - project-compare-type: 'REG_EXP' - project-pattern: + project-pattern: 'compass4nfv' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' |