1common:
2  tags: posix
3  min_ram: 64
4  arch_exclude:
5    - posix
6  integration_platforms:
7    - qemu_riscv64/qemu_virt_riscv64/smp
8tests:
9  portability.posix.pthread_pressure:
10    extra_configs:
11      # Enabled for GitHub CI to reduce host scheduling noise while running
12      # several concurrent Qemu processes each under stressful SMP load.
13      - CONFIG_PTHREAD_CREATE_BARRIER=y
14