From 80ce48bd815e9988693541e7f290bb8d8efd72c8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Apr 2026 01:40:20 +0000 Subject: [PATCH] fix(autopatch): auto-fix for golang on c10s Updated find string in replace action #2: replaced the obsolete '%ifarch aarch64 / %bcond_without ignore_tests / %bcond_with ignore_tests / %endif' block with '%global fail_on_tests 1' as the anchor f --- config.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/config.yaml b/config.yaml index 5900033..3ae2495 100644 --- a/config.yaml +++ b/config.yaml @@ -13,18 +13,10 @@ actions: count: 1 - target: "spec" find: | - %ifarch aarch64 - %bcond_without ignore_tests - %else - %bcond_with ignore_tests - %endif + %global fail_on_tests 1 replace: | - %ifarch aarch64 - %bcond_without ignore_tests - %else - %bcond_with ignore_tests - %endif - + %global fail_on_tests 1 + %global race 1 %ifarch riscv64 %global race 0