X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f07bb135cd9d76c9507882c028b322b1b1880e76..75d94517ea8eba097e5ed50d442e48c0ba59396e:/.kitchen.yml diff --git a/.kitchen.yml b/.kitchen.yml index ad7fbe7c8..cfa87e44b 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -22,6 +22,7 @@ provisioner: chef_license: accept data_bags_path: test/data_bags slow_resource_report: true + clean_dokken_sandbox: true verifier: root_path: /opt/verifier @@ -35,6 +36,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 @@ -42,6 +45,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 @@ -49,6 +54,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 @@ -81,6 +88,9 @@ suites: - name: civicrm run_list: - recipe[civicrm::default] + - name: civicrm-staging + run_list: + - recipe[civicrm-staging::default] - name: clamav run_list: - recipe[clamav::default]