From fe7b27eb66ce86142c363c79c9e55da10946fd46 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 8 May 2026 22:09:46 +0000 Subject: [PATCH] test(ci): trigger faster-whisper rebuild to observe per-arch+merge The PR that introduced the per-arch + manifest-merge pilot (#9727) only touched CI infrastructure files, so the path filter correctly skipped backend builds on its merge commit. To observe the new backend-merge-jobs flow assemble a real manifest list, this commit touches faster-whisper's Makefile so its two new per-arch entries schedule and the merge job runs. The trailing comment is the smallest possible diff and is harmless to the build. Assisted-by: Claude:claude-opus-4-7 Signed-off-by: Ettore Di Giacinto --- backend/python/faster-whisper/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/python/faster-whisper/Makefile b/backend/python/faster-whisper/Makefile index f6b9ddc6c..36c5603fc 100644 --- a/backend/python/faster-whisper/Makefile +++ b/backend/python/faster-whisper/Makefile @@ -10,4 +10,5 @@ protogen-clean: .PHONY: clean clean: protogen-clean - rm -rf venv __pycache__ \ No newline at end of file + rm -rf venv __pycache__ +# trigger per-arch+merge rebuild for faster-whisper pilot