From c46318bca1297e0742bc57dcc7581ab42ded0ae0 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 18 May 2025 15:12:08 -0500 Subject: [PATCH] Don't run security branches on stan-raspbian either Followup to #595 --- master/custom/workers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master/custom/workers.py b/master/custom/workers.py index f4286da7..3719ddb3 100644 --- a/master/custom/workers.py +++ b/master/custom/workers.py @@ -186,8 +186,8 @@ def get_workers(settings): tags=['linux', 'unix', 'raspbian', 'debian', 'armv8', 'aarch64', 'arm'], parallel_tests=4, - # Tests fail with latin1 encoding - not_branches=['3.12'] + # Tests fail with latin1 encoding on 3.12, probably earlier + not_branches=['3.12', '3.11', '3.10', '3.9'] ), cpw( name="kulikjak-solaris-sparcv9",