blob: a804e9d385620ab0cc2470cf303cbb33ae3581f0 [file] [log] [blame]
Petr Michalec39f3dfb2017-02-10 12:08:30 +01001---
2driver:
3 name: docker
4 hostname: git.ci.local
5 use_sudo: false
6
7provisioner:
8 name: salt_solo
9 salt_install: bootstrap
10 salt_bootstrap_url: https://bootstrap.saltstack.com
11 salt_version: latest
12 require_chef: false
13 dependencies:
14 - name: linux
15 repo: git
16 source: https://github.com/salt-formulas/salt-formula-linux
17 log_level: error
18 formula: git
19 grains:
20 noservices: True
21 state_top:
22 base:
23 "*":
24 - git
25 pillars:
26 top.sls:
27 base:
28 "*":
29 - git
30verifier:
31 name: inspec
32 sudo: true
33
34platforms:
Martin Polreich211aa552017-07-17 10:41:23 +020035 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
Petr Michalec39f3dfb2017-02-10 12:08:30 +010036 driver_config:
Martin Polreich211aa552017-07-17 10:41:23 +020037 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
Petr Michalec39f3dfb2017-02-10 12:08:30 +010038 platform: ubuntu
39
40suites:
41
42 - name: client_single
43 provisioner:
44 pillars-from-files:
45 git.sls: tests/pillar/client_single.sls
46
47# vim: ft=yaml sw=2 ts=2 sts=2 tw=125