Skip to content

Conversation

@pablogsal
Copy link
Member

@pablogsalpablogsal commented Jan 1, 2026

Remove ARM Raspbian ASAN builder from the stable builders list
because ASAN builds require significantly more memory than regular
builds, making them impractical on the resource-constrained Raspberry
Pi hardware.

The parallel test count for the pablogsal-rasp worker was reduced from
2 to 1 to account for this higher memory usage. ASAN instrumentation
typically increases memory consumption by 2-10x, and running multiple
test processes in parallel on a Raspberry Pi can exhaust available
memory and cause build failures.

The ARM Raspbian ASAN builder was removed from the stable builders list because ASAN builds require significantly more memory than regular builds, making them impractical on the resource-constrained Raspberry Pi hardware. The parallel test count for the pablogsal-rasp worker was reduced from 2 to 1 to account for this higher memory usage. ASAN instrumentation typically increases memory consumption by 2-10x, and running multiple test processes in parallel on a Raspberry Pi can exhaust available memory and cause build failures.


# -- Unstable No Tier builders ------------------------------------------
UNSTABLE_BUILDERS_NO_TIER= [

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it not be moved here?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which one? This one I am just removing

@pablogsalpablogsal merged commit 19295a3 into python:mainJan 2, 2026
1 check passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@pablogsal@StanFromIreland