]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
discourse: remove discourse-canned-replies, switch back to upstream for discourse...
[chef.git] / .kitchen.yml
index 8e2603d2d32879a541b787b86c949a3eafddde53..6d37be49f2c45cc0db626c387e132ba90eca48fb 100644 (file)
@@ -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]