diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-07 09:59:18 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-08 12:12:18 +0100 |
commit | ddec7e81d7af9fab7c2e06db6ce68378407f4fcd (patch) | |
tree | 0adc42816d5a17a297763f8ef1b9f3c3370881ca /jjb | |
parent | c23096a3b43db198fea14c7ade1877846496bbf8 (diff) |
[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 <sylvain.desbureaux@orange.com>
Change-Id: I8ffba73107f95a413e069b6514e83718202c22cb
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/oom/oom-main-linter.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
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" |