Skip to content

Commit ef85702

Browse files
Add worker as unstable tier 3 with initial values.
1 parent 5c604d3 commit ef85702

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

master/custom/builders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@
300300
# FreBSD x86-64 clang
301301
# FreeBSD 15 is CURRENT: development branch (at 2023-10-17)
302302
("AMD64 FreeBSD15", "opsec-fbsd15", UnixBuild),
303+
304+
("ARM Raspbian", "stan-raspbian", UnixBuild),
303305
]
304306

305307

master/custom/workers.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ def get_workers(settings):
183183
# Raspbian Debian bullseye ships with 3.9, bookworm with 3.11.
184184
not_branches=['3.7', '3.8'],
185185
),
186+
cpw(
187+
name="stan-raspbian",
188+
tags=['linux', 'unix', 'raspbian', 'debian', 'armv6', 'armv7l',
189+
'aarch64', 'arm'],
190+
),
186191
cpw(
187192
name="kulikjak-solaris-sparcv9",
188193
tags=['solaris', 'unix', 'sparc', 'sparcv9'],

0 commit comments

Comments
 (0)