Skip to content
Snippets Groups Projects
Commit a969a812 authored by Виталий Шунков's avatar Виталий Шунков
Browse files

ci: checkpatch scans the entire MR

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
parent f90a0242
No related branches found
No related tags found
No related merge requests found
Pipeline #59041 failed
......@@ -149,9 +149,11 @@ checkpatch:
extends: .test
tags: [shell_p_t]
script:
- git clone git@github.com:tarantool/checkpatch.git
- checkpatch/checkpatch.pl --color=always --git HEAD~1..HEAD
- git clone --depth 1 git@github.com:tarantool/checkpatch.git
- git fetch origin $CI_DEFAULT_BRANCH
- COUNT_COMMIT=$(git log --pretty=oneline HEAD...origin/$CI_DEFAULT_BRANCH | wc -l)
- checkpatch/checkpatch.pl --color=always --git HEAD~${COUNT_COMMIT}..HEAD
# run long tests and coverage on release build
coverage:
extends: .test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment