Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(platform): add arch-base-latest (remaining, commented out) #50

Merged
merged 1 commit into from
Oct 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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