forked from salt-formulas/salt-formula-git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
52 lines (46 loc) · 950 Bytes
/
.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
---
driver:
name: docker
hostname: git.ci.local
use_sudo: false
provisioner:
name: salt_solo
salt_install: bootstrap
salt_bootstrap_url: https://bootstrap.saltstack.com
salt_version: latest
require_chef: false
dependencies:
- name: linux
repo: git
source: https://github.com/salt-formulas/salt-formula-linux
log_level: error
formula: git
grains:
noservices: True
state_top:
base:
"*":
- git
pillars:
top.sls:
base:
"*":
- git
verifier:
name: inspec
sudo: true
platforms:
- name: ubuntu-trusty
driver_config:
image: trevorj/salty-whales:trusty
platform: ubuntu
- name: ubuntu-xenial
driver_config:
image: trevorj/salty-whales:xenial
platform: ubuntu
suites:
- name: client_single
provisioner:
pillars-from-files:
git.sls: tests/pillar/client_single.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125