Skip to content

Commit

Permalink
cdp: disable testcontainers Ryuk
Browse files Browse the repository at this point in the history
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 <alexander.yastrebov@zalando.de>
  • Loading branch information
AlexanderYastrebov committed Feb 13, 2024
1 parent 6b9cfb9 commit 9f3afe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f3afe6

Please sign in to comment.