Commit 6b01431
[nrf noup] ci: NCS-specific CI tweaks
Necessary changes for NCS CI.
- Add a Jenkinsfile
- compliance.yml: Disable check for merge commits, since we have upmerges
downstream.
Add an additional check for sauce tags (details in scripts/gitlint)
Also, since in the code we refer to Kconfig symbols that are defined
in the sdk-nrf repository, the Kconfig checks (Kconfig and
KconfigBasic) will not pass so exclude them.
- Extend the max commit line lengths for Gitlint to account for sauce
tags
- Add a commit-tags workflow: This enables sauce tag checking in sdk-zephyr
- scripts/gitlint: Add support for sauce tags checks. In order to not
interfere with CI in other repos (namely sdk-nrf) this is run as an
independent gitlint invocation and not as part of check_compliance.py.
This invocation enables the ncs-sauce-tags rule and, since it runs
before rebasing and thus will run on merge commits, disables the
title-starts-with-subsystem rule by setting a catch-all regex.
Signed-off-by: Carles Cufi <[email protected]>
Signed-off-by: Dominik Ermel <[email protected]>
Signed-off-by: Martí Bolívar <[email protected]>
Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
Signed-off-by: Krishna T <[email protected]>
(cherry picked from commit d34b035)
(cherry picked from commit 4a6d5fc)
(cherry picked from commit a01c3a4)
(cherry picked from commit 9b9ec58)
Signed-off-by: Dominik Ermel <[email protected]>1 parent 605f129 commit 6b01431
3 files changed
+40
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments