Skip to content

Commit 43edfa0

Browse files
authored
Use namespace.so for coverage runs (faster, more disk) (project-chip#41984)
1 parent 8e5e494 commit 43edfa0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,9 @@ jobs:
510510
TSAN_OPTIONS: "halt_on_error=1 suppressions=scripts/tests/chiptest/tsan-linux-suppressions.txt"
511511

512512
if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
513-
runs-on: ubuntu-latest
513+
# Use namespace to get more disk space and slightly better performance (Compile and unit tests
514+
# are CPU bound)
515+
runs-on: namespace-profile-4x8
514516

515517
container:
516518
image: ghcr.io/project-chip/chip-build:174

0 commit comments

Comments
 (0)