Skip to content

Commit 25f7dca

Browse files
Promote aarch64 Ubuntu test_xpickle to stable (#665)
1 parent 890a534 commit 25f7dca

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

master/custom/builders.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
("AMD64 Windows11 Refleaks", "ware-win11", Windows64RefleakBuild),
9595
("AMD64 Windows Server 2022 NoGIL", "itamaro-win64-srv-22-aws", Windows64NoGilBuild),
9696
("AMD64 Windows PGO NoGIL", "itamaro-win64-srv-22-aws", Windows64PGONoGilBuild),
97+
98+
# Tests that require the 'tzdata' and 'xpickle' resources
99+
("aarch64 Ubuntu Oddballs", "stan-aarch64-ubuntu", UnixOddballsBuild),
97100
]
98101

99102

@@ -207,13 +210,9 @@
207210

208211
# -- Unstable Tier-1 builders -------------------------------------------
209212
UNSTABLE_BUILDERS_TIER_1 = [
210-
211213
# Ubuntu Linux AArch64
212214
("aarch64 Ubuntu 24.04 BigMem", "diegorusso-aarch64-bigmem", UnixBigmemBuild),
213215

214-
# Tests that require the 'tzdata' and 'xpickle' resources
215-
("aarch64 Ubuntu Oddballs", "stan-aarch64-ubuntu", UnixOddballsBuild),
216-
217216
# Linux x86-64 GCC
218217
# Fedora Rawhide is unstable
219218
("AMD64 Fedora Rawhide", "cstratak-fedora-rawhide-x86_64", FedoraRawhideBuild),

0 commit comments

Comments
 (0)