X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2f1208a2f1796191ac32543b9b949d1c607dcd15..5179e026a10e1e1cd9f1df7224f234d1d372556f:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index 8e2603d2d..dd9466903 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -25,6 +25,7 @@ provisioner: clean_dokken_sandbox: true verifier: + name: inspec root_path: /opt/verifier sudo: false @@ -36,6 +37,8 @@ platforms: pid_one_command: /bin/systemd 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 - name: ubuntu-22.04 driver: image: dokken/ubuntu-22.04 @@ -43,6 +46,8 @@ platforms: pid_one_command: /bin/systemd 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 - name: debian-12 driver: image: dokken/debian-12 @@ -50,6 +55,8 @@ platforms: pid_one_command: /bin/systemd 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 suites: - name: accounts @@ -82,9 +89,6 @@ suites: - name: civicrm run_list: - recipe[civicrm::default] - - name: civicrm-staging - run_list: - - recipe[civicrm-staging::default] - name: clamav run_list: - recipe[clamav::default] @@ -134,9 +138,6 @@ suites: - name: docker run_list: - recipe[docker::default] - - name: donate - run_list: - - recipe[donate::default] - name: elasticsearch run_list: - recipe[elasticsearch::default]