]> git.openstreetmap.org Git - chef.git/commitdiff
tests: move imagery-tiler to only test on debian
authorGrant Slater <github@firefishy.com>
Tue, 26 Mar 2024 20:40:11 +0000 (20:40 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 26 Mar 2024 20:42:06 +0000 (20:42 +0000)
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@firefishy.com>
.github/workflows/test-kitchen.yml

index df157c37741bf645ecea0777503ef8cfbf50331e..dcd9e3223d147ed5e9a368ae9f21995b82fadfc4 100644 (file)
@@ -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