Skip to content

Commit c53cea9

Browse files
authored
Only run diegorusso-aarch64-bigmem on main (GH-716)
1 parent 7e8da94 commit c53cea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

master/custom/workers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def get_workers(settings):
170170
cpw(
171171
name="diegorusso-aarch64-bigmem",
172172
tags=['linux', 'unix', 'ubuntu', 'arm', 'arm64', 'aarch64', 'bigmem'],
173-
not_branches=['3.10', '3.11', '3.12', '3.13', '3.14'],
173+
branches=['3.x'],
174174
parallel_tests=8,
175175
# This worker runs pyperformance for speed.python.org at 12am UTC.
176176
# The pyperformance run lasts less than 2h.

0 commit comments

Comments
 (0)