From: Sylvain Desbureaux Date: Mon, 7 Dec 2020 08:59:18 +0000 (+0100) Subject: [OOM] add tox job with commit message linting X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F116155%2F2;p=ci-management.git [OOM] add tox job with commit message linting OOM team wants to add more and more linters on the code / files proposed to the project. This commit add the framework with tox + commit message linting. Issue-ID: OOM-2644 Signed-off-by: Sylvain Desbureaux Change-Id: I8ffba73107f95a413e069b6514e83718202c22cb --- diff --git a/jjb/oom/oom-main-linter.yaml b/jjb/oom/oom-main-linter.yaml new file mode 100644 index 000000000..8ede0ab5b --- /dev/null +++ b/jjb/oom/oom-main-linter.yaml @@ -0,0 +1,19 @@ +- project: + name: oom-main-linters + project: oom + project-name: oom + python-version: python3 + jobs: + - oom-linters + subproject: + - "commit": + tox-dir: "." + tox-envs: "gitlint" + pattern: "**" + stream: + - "master": + branch: "master" + - "frankfurt": + branch: "frankfurt" + - "guilin": + branch: "guilin"