We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5e494 commit 43edfa0Copy full SHA for 43edfa0
.github/workflows/build.yaml
@@ -510,7 +510,9 @@ jobs:
510
TSAN_OPTIONS: "halt_on_error=1 suppressions=scripts/tests/chiptest/tsan-linux-suppressions.txt"
511
512
if: github.actor != 'restyled-io[bot]' && inputs.run-codeql != true
513
- runs-on: ubuntu-latest
+ # 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
516
517
container:
518
image: ghcr.io/project-chip/chip-build:174
0 commit comments