From: Grant Slater Date: Tue, 26 Mar 2024 20:40:11 +0000 (+0000) Subject: tests: move imagery-tiler to only test on debian X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/65f8ad52ac048b004d4c2eebd81bbc148fa1d99e 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 --- 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