Skip to content

Commit cc62264

Browse files
authored
Avoid builds until 8am on diegorusso-aarch64-bigmem (#705)
1 parent befe468 commit cc62264

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

master/custom/workers.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,13 @@ def get_workers(settings):
173173
tags=['linux', 'unix', 'ubuntu', 'arm', 'arm64', 'aarch64', 'bigmem'],
174174
not_branches=['3.10', '3.11', '3.12', '3.13', '3.14'],
175175
parallel_tests=8,
176-
# This worker runs pyperformance at 12am UTC.
177-
# If a build is scheduled between 10pm UTC and 2am UTC,
178-
# it will be delayed to 2am UTC.
179-
downtime=no_builds_between("22:00", "2:00")
176+
# This worker runs pyperformance for speed.python.org at 12am UTC.
177+
# The pyperformance run lasts less than 2h.
178+
# From 2am to 8am the node runs GH benchmarks for https://www.doesjitgobrrr.com
179+
# The node is connected here: https://github.com/diegorusso/pyperf-bench
180+
# If a build is scheduled between 10pm UTC and 8am UTC,
181+
# it will be delayed to 8am UTC.
182+
downtime=no_builds_between("22:00", "8:00")
180183
),
181184
cpw(
182185
name="cstratak-fedora-rawhide-s390x",

0 commit comments

Comments
 (0)