]> git.openstreetmap.org Git - chef.git/blobdiff - .kitchen.yml
Remove grindtooth fragments
[chef.git] / .kitchen.yml
index 8e2603d2d32879a541b787b86c949a3eafddde53..dd94669033c670d69ed6c5982f2b29a34854dc8e 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]
@@ -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]