X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d5ae34c2a6ea58ce6120ffc3a7be0e2b5b36f159..8b4cd15c411729f1b65da9fce29a247897f72d35:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index cb1c2ffde..26d1c6a70 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -38,7 +38,7 @@ platforms: intermediate_instructions: - RUN /usr/bin/apt-get update -y - RUN /usr/bin/apt-get install -y eatmydata - - RUN echo libeatmydata.so >>/etc/ld.so.preload + - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload - name: ubuntu-22.04 driver: image: ghcr.io/test-kitchen/dokken/ubuntu-22.04 @@ -47,7 +47,7 @@ platforms: intermediate_instructions: - RUN /usr/bin/apt-get update -y - RUN /usr/bin/apt-get install -y eatmydata - - RUN echo libeatmydata.so >>/etc/ld.so.preload + - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload - name: debian-12 driver: image: ghcr.io/test-kitchen/dokken/debian-12 @@ -56,7 +56,7 @@ platforms: intermediate_instructions: - RUN /usr/bin/apt-get update -y - RUN /usr/bin/apt-get install -y eatmydata - - RUN echo libeatmydata.so >>/etc/ld.so.preload + - RUN echo /usr/lib/$(uname -m)-linux-gnu/libeatmydata.so >>/etc/ld.so.preload suites: - name: accounts @@ -209,6 +209,9 @@ suites: - name: ideditor run_list: - recipe[ideditor::default] + - name: imagery-tiler + run_list: + - recipe[imagery::tiler] - name: irc run_list: - recipe[irc::default] @@ -247,15 +250,6 @@ suites: - name: memcached run_list: - recipe[memcached::default] - - name: munin - run_list: - - recipe[munin::default] - - name: munin-plugins - run_list: - - recipe[munin::plugins] - - name: munin-server - run_list: - - recipe[munin::server] - name: mysql run_list: - recipe[mysql::default] @@ -286,6 +280,9 @@ suites: - name: otrs run_list: - recipe[otrs::default] + - name: otrs-debian + run_list: + - recipe[otrs::debian] - name: overpass run_list: - recipe[overpass::default]