From 02ed3062f6e32c56a1927ad980b7c6206485a221 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 11 Jun 2026 23:48:16 +0000 Subject: [PATCH] android-emulator: non-merge apply trigger for v4 image rollout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pipeline 96 applied only tripit: the v4 bump (577267cd) entered master inside a merge whose first-parent diff hid stacks/android-emulator from the stack detector — same failure mode as the tts 798b0255 trigger. This plain commit touches the stack so the detector picks it up. --- stacks/android-emulator/terragrunt.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stacks/android-emulator/terragrunt.hcl b/stacks/android-emulator/terragrunt.hcl index e147285f..a9657757 100644 --- a/stacks/android-emulator/terragrunt.hcl +++ b/stacks/android-emulator/terragrunt.hcl @@ -1,3 +1,6 @@ include "root" { path = find_in_parent_folders() } + +# apply-trigger: non-merge commit so the stack detector sees this stack +# (merge-commit diffs hide stacks from it — same issue as the tts 798b0255 fix)