diff options
author | mrichomme <morgan.richomme@orange.com> | 2020-12-10 14:57:32 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2020-12-10 15:18:51 +0100 |
commit | f40993bbfd8b02381649a76cfe5bba85792d8c82 (patch) | |
tree | 26d0b7936d78c638968cd123f8225f0195538f22 | |
parent | aff727e68a1f94f72bf7407c03368271e8a5eb40 (diff) |
Add gitlint for integration/xtesting verif job
It shall help improving the quality of the commit message
Issue-ID: INT-1809
Signed-off-by: mrichomme <morgan.richomme@orange.com>
Change-Id: I01716658ec82ae2e9aeb1f1d963cd94f839639c9
-rw-r--r-- | jjb/integration/xtesting/integration-xtesting.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index 3fb927c06..f1f1d410a 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -16,6 +16,10 @@ jobs: - integration-linters subproject: + - 'commit': + tox-dir: '.' + tox-envs: 'gitlint' + pattern: '**' - 'yaml': tox-dir: '.' tox-envs: 'yaml' @@ -35,6 +39,10 @@ stream: - 'master': branch: 'master' + - 'frankfurt': + branch: 'frankfurt' + - 'guilin': + branch: 'guilin' - project: name: integration-xtesting-release @@ -103,9 +111,6 @@ - 'master': branch: 'master' files: '' - - 'frankfurt': - branch: 'frankfurt' - files: '' - 'guilin': branch: 'guilin' files: '' |