Skip to content

Commit 9a1e4cd

Browse files
Promote aarch64 Ubuntu test_xpickle to stable
1 parent 9d5cfa4 commit 9a1e4cd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

master/custom/builders.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@
9292
("AMD64 Windows11 Refleaks", "ware-win11", Windows64RefleakBuild),
9393
("AMD64 Windows Server 2022 NoGIL", "itamaro-win64-srv-22-aws", Windows64NoGilBuild),
9494
("AMD64 Windows PGO NoGIL", "itamaro-win64-srv-22-aws", Windows64PGONoGilBuild),
95+
96+
# test_xpickle
97+
("aarch64 Ubuntu test_xpickle", "stan-aarch64-ubuntu", UnixXPickleBuild),
9598
]
9699

97100

@@ -205,13 +208,9 @@
205208

206209
# -- Unstable Tier-1 builders -------------------------------------------
207210
UNSTABLE_BUILDERS_TIER_1 = [
208-
209211
# Ubuntu Linux AArch64
210212
("aarch64 Ubuntu 24.04 BigMem", "diegorusso-aarch64-bigmem", UnixBigmemBuild),
211213

212-
# test_xpickle
213-
("aarch64 Ubuntu test_xpickle", "stan-aarch64-ubuntu", UnixXPickleBuild),
214-
215214
# Linux x86-64 GCC
216215
# Fedora Rawhide is unstable
217216
("AMD64 Fedora Rawhide", "cstratak-fedora-rawhide-x86_64", FedoraRawhideBuild),

0 commit comments

Comments
 (0)