Skip to content

Commit

Permalink
Merge pull request #50 from myii/feat/add-platform-archlinux-commented
Browse files Browse the repository at this point in the history
feat(platform): add `arch-base-latest` (remaining, commented out)
  • Loading branch information
myii committed Oct 1, 2019
2 parents ba0b9b1 + 879e2c0 commit a15b86a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 2 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: 'ci(kitchen+travis): split suites across instances'
body: '* Automated using https://github.com/myii/ssf-formula/pull/45'
title: 'ci(platform): add `arch-base-latest` (commented out for now) [skip ci]'
body: '* Automated using https://github.com/myii/ssf-formula/pull/50'
# yamllint enable rule:line-length
github:
owner: saltstack-formulas
Expand Down
16 changes: 16 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,15 @@ ssf_node_anchors:
- [opensuse/leap, 15 , 2018.3, 2, default]
# - [centos , 6 , 2017.7, 2, default]
- [amazonlinux , 2 , 2017.7, 2, default]
platforms_matrix_without_arch: &platforms_matrix_without_arch
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , develop, 3, default]
- [ubuntu , 18.04, 2019.2, 3, default]
- [amazonlinux , 2 , 2019.2, 2, default]
# - [arch-base , latest, 2019.2, 2, default]
- [fedora , 29 , 2018.3, 2, default]
- [opensuse/leap, 15 , 2018.3, 2, default]
- [centos , 6 , 2017.7, 2, default]
yamllint:
rules:
rule:
Expand Down Expand Up @@ -284,6 +293,7 @@ ssf:
- '*':
- .
- .config
platforms_matrix: *platforms_matrix_without_arch
yamllint:
rules:
comments-indentation:
Expand Down Expand Up @@ -365,6 +375,7 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/cron.sls
platforms_matrix: *platforms_matrix_without_arch
semrel_files: *semrel_files_default
deepsea:
context:
Expand Down Expand Up @@ -535,6 +546,7 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/influxdb.sls
platforms_matrix: *platforms_matrix_without_arch
semrel_files: *semrel_files_default
iptables:
context:
Expand Down Expand Up @@ -704,6 +716,7 @@ ssf:
- '*':
- .
- .jobs
platforms_matrix: *platforms_matrix_without_arch
semrel_files: *semrel_files_default
lvm:
context:
Expand Down Expand Up @@ -809,6 +822,7 @@ ssf:
state_top:
- '*':
- .config
platforms_matrix: *platforms_matrix_without_arch
use_tofs: true
semrel_files: *semrel_files_default
openvpn:
Expand Down Expand Up @@ -1562,6 +1576,7 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/default.sls
platforms_matrix: *platforms_matrix_without_arch
semrel_files: *semrel_files_default
vault:
context:
Expand Down Expand Up @@ -1649,6 +1664,7 @@ ssf:
provisioner:
pillars_from_files:
- .sls: test/salt/pillar/vim.sls
platforms_matrix: *platforms_matrix_without_arch
semrel_files: *semrel_files_default
vsftpd:
context:
Expand Down

0 comments on commit a15b86a

Please sign in to comment.