diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2021-10-20 07:25:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-20 07:25:15 +0000 |
commit | df25dec2c97c44baf9d503754f85b483ae60cad2 (patch) | |
tree | 64edc851c0ff59877eb0415c88388db993e3f295 | |
parent | 2f811e1f63f5fb32a87b0bdce7d357bb96e72f96 (diff) | |
parent | 820f2cfe32f6f2008cd6f7e3845617e25458f222 (diff) |
Merge "[OOM] add bashism and pre-commit linting"
-rw-r--r-- | jjb/oom/oom-main-linter.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/jjb/oom/oom-main-linter.yaml b/jjb/oom/oom-main-linter.yaml index d9887e472..a258a9efe 100644 --- a/jjb/oom/oom-main-linter.yaml +++ b/jjb/oom/oom-main-linter.yaml @@ -19,6 +19,14 @@ tox-envs: "docs,docs-linkcheck" pattern: "docs/**" parallel: true + - "checkbashisms": + tox-dir: "." + tox-envs: "checkbashisms" + pattern: "**" + - "pre-commit": + tox-dir: "." + tox-envs: "pre-commit" + pattern: "**" stream: - "master": branch: "master" @@ -28,3 +36,16 @@ branch: "frankfurt" - "guilin": branch: "guilin" + exclude: + - stream: "honolulu" + subproject: "checkbashisms" + - stream: "frankfurt" + subproject: "checkbashisms" + - stream: "guilin" + subproject: "checkbashisms" + - stream: "honolulu" + subproject: "pre-commit" + - stream: "frankfurt" + subproject: "pre-commit" + - stream: "guilin" + subproject: "pre-commit" |