diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2016-11-29 06:48:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-29 06:48:18 +0000 |
commit | 6beb8135335fed75dac72bb691fa0725a6226280 (patch) | |
tree | 881ec7fcfe1f657e2c4374cd6ba338656fb95904 /jjb | |
parent | 8c717bc71e8382ef62782d937c867484504bb40c (diff) | |
parent | 166696d2beaedb59f189afba68f064232c9142fb (diff) |
Merge "Enable Flake8 Checks on Escalator"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/opnfv/opnfv-lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/opnfv/opnfv-lint.yml b/jjb/opnfv/opnfv-lint.yml index 6860dd037..652f28292 100644 --- a/jjb/opnfv/opnfv-lint.yml +++ b/jjb/opnfv/opnfv-lint.yml @@ -55,7 +55,7 @@ comment-contains-value: 'reverify' projects: - project-compare-type: 'REG_EXP' - project-pattern: 'functest|sdnvpn|qtip|daisy|sfc' + project-pattern: 'functest|sdnvpn|qtip|daisy|sfc|escalator' branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' |