From 92e14cf1610c254fe2180b77b0eb3efe14a8e56c Mon Sep 17 00:00:00 2001 From: Alexander Yastrebov Date: Tue, 13 Feb 2024 12:39:28 +0100 Subject: [PATCH] cdp: disable testcontainers Ryuk (#2932) Disable reaper container for CDP builds. This should hopefully eliminate testcontainer-related test flakes. See https://golang.testcontainers.org/features/garbage_collector/#ryuk and previous #2930 Updates #2668 Updates #2621 Updates #2556 Signed-off-by: Alexander Yastrebov --- delivery.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/delivery.yaml b/delivery.yaml index 4238d4dca9..7ac2e68b80 100644 --- a/delivery.yaml +++ b/delivery.yaml @@ -49,6 +49,7 @@ pipeline: MULTIARCH_IMAGE="${MULTIARCH_REGISTRY}/teapot/skipper-test:${CDP_BUILD_VERSION}" fi export IMAGE MULTIARCH_IMAGE + export TESTCONTAINERS_RYUK_DISABLED=true make deps check-fmt vet staticcheck shortcheck