Skip to content

Commit

Permalink
feat(vault): split suites across instances leaving one running all
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Oct 1, 2019
1 parent f6a37d0 commit e7483a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
7 changes: 5 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'feat(tofs): implementation for all file.managed'
body: '* Checked using https://github.com/myii/ssf-formula/pull/49'
title: 'ci(kitchen+travis): split suites across instances'
body: '* Automated using https://github.com/myii/ssf-formula/pull/45'
# yamllint enable rule:line-length
github:
owner: saltstack-formulas
Expand Down Expand Up @@ -421,5 +421,8 @@ ssf:
2:
<<: *isk_suite_default
name: prod_server
3:
<<: *isk_suite_default
name: ''
vim: *formula_default
vsftpd: *formula_default
16 changes: 10 additions & 6 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1595,17 +1595,21 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/prod_server.sls
3: {}
inspec_suites_matrix:
- install_binary
- dev_server
- prod_server
- ''
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , develop, 3, '']
- [ubuntu , 18.04, 2019.2, 3, '']
- [fedora , 30 , 2019.2, 3, '']
- [amazonlinux , 2 , 2019.2, 2, '']
- [centos , 7 , 2018.3, 2, '']
- [opensuse/leap, 15 , 2018.3, 2, '']
- [arch-base , latest, 2017.7, 2, '']
- [ubuntu , 18.04, 2019.2, 3, prod_server]
- [fedora , 30 , 2019.2, 3, dev_server]
- [amazonlinux , 2 , 2019.2, 2, install_binary]
- [centos , 7 , 2018.3, 2, prod_server]
- [opensuse/leap, 15 , 2018.3, 2, dev_server]
- [arch-base , latest, 2017.7, 2, install_binary]
semrel_files: *semrel_files_default
vim:
context:
Expand Down

0 comments on commit e7483a3

Please sign in to comment.