From f2d2975e917c4cdd9ef88574c6179314931c8b36 Mon Sep 17 00:00:00 2001 From: Utkarash Singh Date: Mon, 1 Jun 2026 16:44:25 +0100 Subject: [PATCH] test: no-op marker for 15.14 smoke baseline (do not merge) This PR exists purely as a reference target for `supadev trigger-smoke-tests` so we can run the smoke matrix against develop's current 15.14.1.132 / 17.6.1.132 / 17.6.0.089-orioledb AMIs. We're investigating whether the storage tenant-migration race observed on the 15.18 utk_test AMI also surfaces on current production builds (suggesting the race is environmental rather than a 15.18 regression). Refs: PSQL-1230 --- nix/docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/docs/README.md b/nix/docs/README.md index 650555850e..15b6641451 100644 --- a/nix/docs/README.md +++ b/nix/docs/README.md @@ -1,5 +1,7 @@ # Documentation + + This directory contains most of the "runbooks" and documentation on how to use this repository.