From 65f8ad52ac048b004d4c2eebd81bbc148fa1d99e Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 26 Mar 2024 20:40:11 +0000 Subject: [PATCH] tests: move imagery-tiler to only test on debian podman on ubuntu 22.04 unresolved race condition start up bugs. The version in debian 12 is reliable. In production the container starts up successfully after a few tries, but this behaviour breaks tests. Signed-off-by: Grant Slater --- .github/workflows/test-kitchen.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index df157c377..dcd9e3223 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -58,7 +58,6 @@ jobs: - hardware - hot - ideditor - - imagery-tiler - irc - kibana - letsencrypt @@ -122,6 +121,8 @@ jobs: suite: mailman - os: ubuntu-2004 suite: osqa + - os: debian-12 + suite: imagery-tiler exclude: - suite: mailman os: ubuntu-2204 -- 2.45.1