26
26
run-codeql :
27
27
required : false
28
28
type : boolean
29
-
29
+
30
30
concurrency :
31
31
group : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
32
32
cancel-in-progress : true
33
33
34
34
env :
35
35
CHIP_NO_LOG_TIMESTAMPS : true
36
-
36
+
37
37
jobs :
38
38
build_linux_gcc_debug :
39
39
name : Build on Linux (gcc_debug)
@@ -210,7 +210,7 @@ jobs:
210
210
./scripts/run_in_build_env.sh \
211
211
"./scripts/run-clang-tidy-on-compile-commands.py \
212
212
--compile-database out/sanitizers/compile_commands.json \
213
- --file-exclude-regex '/(repo|zzz_generated|lwip/standalone)/|-ReadImpl|-InvokeSubscribeImpl|CodegenDataModel_Write' \
213
+ --file-exclude-regex '/(repo|zzz_generated|lwip/standalone)/|-ReadImpl|-InvokeSubscribeImpl|CodegenDataModel_Write|QuieterReporting ' \
214
214
check \
215
215
"
216
216
- name : Clean output
@@ -243,7 +243,7 @@ jobs:
243
243
run : |
244
244
rm -rf ./zzz_pregenerated
245
245
mv scripts/codegen.py.renamed scripts/codegen.py
246
- mv scripts/tools/zap/generate.py.renamed scripts/tools/zap/generate.py
246
+ mv scripts/tools/zap/generate.py.renamed scripts/tools/zap/generate.py
247
247
- name : Run fake linux tests with build_examples
248
248
run : |
249
249
./scripts/run_in_build_env.sh \
@@ -253,7 +253,7 @@ jobs:
253
253
uses : ./.github/actions/perform-codeql-analysis
254
254
with :
255
255
language : cpp
256
-
256
+
257
257
- name : Uploading core files
258
258
uses : actions/upload-artifact@v4
259
259
if : ${{ failure() && !env.ACT }}
@@ -445,7 +445,7 @@ jobs:
445
445
uses : ./.github/actions/perform-codeql-analysis
446
446
with :
447
447
language : cpp
448
-
448
+
449
449
# TODO Log Upload https://github.com/project-chip/connectedhomeip/issues/2227
450
450
# TODO https://github.com/project-chip/connectedhomeip/issues/1512
451
451
0 commit comments