Skip to content

Commit 273e633

Browse files
thst-nordicmbolivar-nordic
authored andcommitted
[nrf noup] ci: Skip Kconfig compliance check temporarily
This is a temporary fix. We will find a permanent solution after v1.0.0 release. Signed-off-by: Thomas Stilwell <[email protected]> (cherry picked from commit 8ff27f8) (cherry picked from commit 98144c9) Signed-off-by: Martí Bolívar <[email protected]>
1 parent 4b93ef8 commit 273e633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipeline {
1919
// ENVs for check-compliance
2020
GH_TOKEN = credentials('nordicbuilder-compliance-token') // This token is used to by check_compliance to comment on PRs and use checks
2121
GH_USERNAME = "NordicBuilder"
22-
COMPLIANCE_ARGS = "-r NordicPlayground/fw-nrfconnect-zephyr"
22+
COMPLIANCE_ARGS = "-r NordicPlayground/fw-nrfconnect-zephyr --exclude-module Kconfig"
2323
COMPLIANCE_REPORT_ARGS = "-p $CHANGE_ID -S $GIT_COMMIT -g"
2424

2525
LC_ALL = "C.UTF-8"

0 commit comments

Comments
 (0)