From 670fa0bba57094e2881a3cabf22d335090d96651 Mon Sep 17 00:00:00 2001 From: Nicacio Oliveira Date: Tue, 18 Aug 2026 17:33:04 -0300 Subject: [PATCH 1/2] test: smoke-check the per-PR preview pipeline Trivial doc comment. Exists only to exercise the preview build, the ApplicationSet generator and the teardown path end to end for the first time. Close without merging once the preview has been verified. --- deploy/preview/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/preview/README.md b/deploy/preview/README.md index 39a1433443..178d64d53b 100644 --- a/deploy/preview/README.md +++ b/deploy/preview/README.md @@ -10,6 +10,8 @@ designer, a PM, another engineer — click a link instead of cloning the monorep ## Using one + + 1. Add the `preview` label to your PR. 2. Wait ~8–10 minutes for the image build, then ~1–2 more for the first sync (which creates and migrates the database). The bot comment updates itself. From 0f763b7bd430e1a1d51fb57b9605c58c50be4397 Mon Sep 17 00:00:00 2001 From: Nicacio Oliveira Date: Tue, 18 Aug 2026 21:21:04 -0300 Subject: [PATCH 2/2] chore: rebuild preview images as multi-arch The images for this PR predate #6211 and are amd64 only, so the preview died when a spot reclaim moved it onto a Graviton node.