|
36 | 36 | CHIP_NO_LOG_TIMESTAMPS: true |
37 | 37 |
|
38 | 38 | jobs: |
39 | | - changed_paths: |
40 | | - uses: ./.github/workflows/analyze-changed-paths.yaml |
41 | | - |
42 | 39 | build_linux_gcc_debug: |
43 | 40 | name: Build on Linux (gcc_debug) |
44 | | - needs: changed_paths |
| 41 | + |
45 | 42 | runs-on: ubuntu-latest |
46 | | - if: github.actor != 'restyled-io[bot]' && needs.changed_paths.outputs.non_md_changes == 'true' |
| 43 | + if: github.actor != 'restyled-io[bot]' |
47 | 44 |
|
48 | 45 | container: |
49 | 46 | image: ghcr.io/project-chip/chip-build:167 |
@@ -151,9 +148,9 @@ jobs: |
151 | 148 |
|
152 | 149 | build_linux: |
153 | 150 | name: Build on Linux (fake, gcc_release, clang, simulated) |
154 | | - needs: changed_paths |
| 151 | + |
155 | 152 | runs-on: ubuntu-latest |
156 | | - if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true && needs.changed_paths.outputs.non_md_changes == 'true' |
| 153 | + if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true |
157 | 154 |
|
158 | 155 | container: |
159 | 156 | image: ghcr.io/project-chip/chip-build:167 |
@@ -329,9 +326,9 @@ jobs: |
329 | 326 |
|
330 | 327 | build_linux_python_lib: |
331 | 328 | name: Build on Linux (python_lib) |
332 | | - needs: changed_paths |
| 329 | + |
333 | 330 | runs-on: ubuntu-latest |
334 | | - if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true && needs.changed_paths.outputs.non_md_changes == 'true' |
| 331 | + if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true |
335 | 332 |
|
336 | 333 | container: |
337 | 334 | image: ghcr.io/project-chip/chip-build:167 |
@@ -392,9 +389,9 @@ jobs: |
392 | 389 |
|
393 | 390 | build_linux_python_lighting_device: |
394 | 391 | name: Build on Linux (python lighting-app) |
395 | | - needs: changed_paths |
| 392 | + |
396 | 393 | runs-on: ubuntu-latest |
397 | | - if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true && needs.changed_paths.outputs.non_md_changes == 'true' |
| 394 | + if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true |
398 | 395 |
|
399 | 396 | container: |
400 | 397 | image: ghcr.io/project-chip/chip-build:167 |
@@ -426,9 +423,8 @@ jobs: |
426 | 423 |
|
427 | 424 | build_darwin: |
428 | 425 | name: Build on Darwin (clang, simulated) |
429 | | - needs: changed_paths |
430 | 426 | runs-on: macos-13 |
431 | | - if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true && needs.changed_paths.outputs.non_md_changes == 'true' |
| 427 | + if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true |
432 | 428 |
|
433 | 429 | steps: |
434 | 430 | - name: Checkout |
@@ -514,11 +510,11 @@ jobs: |
514 | 510 |
|
515 | 511 | build_linux_gcc_coverage: |
516 | 512 | name: Build on Linux (coverage) |
517 | | - needs: changed_paths |
| 513 | + |
518 | 514 | env: |
519 | 515 | TSAN_OPTIONS: "halt_on_error=1 suppressions=scripts/tests/chiptest/tsan-linux-suppressions.txt" |
520 | 516 |
|
521 | | - if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true && needs.changed_paths.outputs.non_md_changes == 'true' |
| 517 | + if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true |
522 | 518 | runs-on: ubuntu-latest |
523 | 519 |
|
524 | 520 | container: |
|
0 commit comments