From f40993bbfd8b02381649a76cfe5bba85792d8c82 Mon Sep 17 00:00:00 2001 From: mrichomme Date: Thu, 10 Dec 2020 14:57:32 +0100 Subject: [PATCH] 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 Change-Id: I01716658ec82ae2e9aeb1f1d963cd94f839639c9 --- jjb/integration/xtesting/integration-xtesting.yaml | 11 ++++++++--- 1 file 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: '' -- 2.16.6