forked from passbolt/passbolt_api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitchen.yml
100 lines (95 loc) · 2.54 KB
/
kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
driver:
name: dokken
volumes:
- <%= ENV['PWD'] %>:/tmp/passbolt
transport:
name: dokken
provisioner:
name: dokken
chef_license: accept-no-persist
attributes:
dest_dir: '/tmp/passbolt'
passbolt_flavour: <%= ENV['PASSBOLT_FLAVOUR'] %>
passbolt_version: <%= ENV['PASSBOLT_VERSION'] %>
verifier:
name: inspec
inputs:
passbolt_flavour: <%= ENV['PASSBOLT_FLAVOUR'] %>
platforms:
- name: debian-buster
driver:
image: debian:buster
ports:
- '127.0.0.1:8080:8080'
- name: debian-bullseye
- name: ubuntu-18.04
- name: ubuntu-20.04
- name: redhat-8
driver:
image: redhat/ubi8
privileged: true
pid_one_command: /usr/lib/systemd/systemd
- name: redhat-7
driver:
image: redhat/ubi7
privileged: true
pid_one_command: /usr/lib/systemd/systemd
- name: rockylinux-8
driver:
image: rockylinux/rockylinux:8
privileged: true
pid_one_command: /usr/lib/systemd/systemd
- name: almalinux-8
driver:
privileged: true
pid_one_command: /usr/lib/systemd/systemd
- name: centos-8
driver:
privileged: true
pid_one_command: /usr/lib/systemd/systemd
- name: centos-7
driver:
privileged: true
pid_one_command: /usr/lib/systemd/systemd
- name: oraclelinux-8
driver:
privileged: true
pid_one_command: /usr/lib/systemd/systemd
- name: oraclelinux-7
driver:
privileged: true
pid_one_command: /usr/lib/systemd/systemd
- name: fedora-33
driver:
image: anatomicjc/fedora:33
privileged: true
pid_one_command: /usr/lib/systemd/systemd
- name: fedora-34
driver:
image: anatomicjc/fedora:34
privileged: true
pid_one_command: /usr/lib/systemd/systemd
suites:
- name: filesystem-benchmarks
run_list:
- recipe[passbolt_package::passbolt_package_build]
- recipe[passbolt_package::passbolt_install]
attributes:
parameters: '--no-install-recommends'
- name: purge-benchmarks
run_list:
- recipe[passbolt_package::passbolt_package_build]
- recipe[passbolt_package::passbolt_install_and_purge]
attributes:
parameters: '--no-install-recommends'
- name: runtime-benchmarks
run_list:
- recipe[passbolt_package::passbolt_package_build]
- recipe[passbolt_package::passbolt_install_mariadb_nginx]
attributes:
- name: break-benchmarks
run_list:
- recipe[passbolt_package::passbolt_package_build]
- recipe[passbolt_package::passbolt_install_break_and_recover]
attributes: