Merge pull request 'fix(autopatch): Updated find string in replace action #2: replaced the obsolete '%ifarch aarch64 / %bcond_without ignore_tests / %bcond_' (#1) from agent-fix/a10s-20260424-014020 into a10s

Reviewed-on: #1
This commit is contained in:
eabdullin 2026-04-27 08:51:26 +00:00
commit 6f55673e6a

View File

@ -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