Skip to content

Commit

Permalink
feat(salt): remove arch-base from platforms
Browse files Browse the repository at this point in the history
* Hasn't ever worked and is very unlikely to work for a long time,
  especially with no working version available for Salt's `master`
  branch -- `py2` deprecated and `py3` unavailable.
  • Loading branch information
myii committed May 1, 2020
1 parent 01f9c1f commit b2ef7ac
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2074,9 +2074,7 @@ ssf:
- v3000-py3.sls: 'test/salt/pillar/v3000-py3.sls'
state_top: *state_top_salt
1:
includes:
# [os , os_ver, salt_ver, py_ver]
- [arch-base , latest, 3000.2, 2]
includes: *includes_NONE
inspec_yml:
summary: >-
Verify that Salt `v3000-py2` is setup and configured
Expand Down Expand Up @@ -2116,7 +2114,6 @@ ssf:
# [os , os_ver, salt_ver, py_ver]
- [ubuntu , 18.04, 2019.2, 2]
- [centos , 7 , 2019.2, 2]
- [arch-base , latest, 2019.2, 2]
inspec_yml:
summary: >-
Verify that Salt `v201902-py2` is setup and configured
Expand All @@ -2142,7 +2139,6 @@ ssf:
- [fedora , 31 , 3000.2, 3]
- [opensuse/leap, 15.1 , 3000.2, 3]
- [amazonlinux , 2 , 3000.2, 3]
- [arch-base , latest, 3000.2, 2]
- [debian , 10 , 2019.2, 3]
- [debian , 9 , 2019.2, 3]
- [ubuntu , 18.04, 2019.2, 3]
Expand All @@ -2152,7 +2148,6 @@ ssf:
- [amazonlinux , 2 , 2019.2, 3]
- [ubuntu , 18.04, 2019.2, 2]
- [centos , 7 , 2019.2, 2]
- [arch-base , latest, 2019.2, 2]
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , 3000.2, 3, v3000-py3]
Expand All @@ -2161,7 +2156,6 @@ ssf:
- [fedora , 31 , 3000.2, 3, v3000-py3]
# - [opensuse/leap, 15.1 , 3000.2, 3, v3000-py3]
- [amazonlinux , 2 , 3000.2, 3, v3000-py3]
# # - [arch-base , latest, 3000.2, 2, v3000-py2]
# - [debian , 10 , 2019.2, 3, v201902-py3]
- [debian , 9 , 2019.2, 3, v201902-py3]
# - [ubuntu , 18.04, 2019.2, 3, v201902-py3]
Expand All @@ -2171,7 +2165,6 @@ ssf:
# - [amazonlinux , 2 , 2019.2, 3, v201902-py3]
- [ubuntu , 18.04, 2019.2, 2, v201902-py2]
# - [centos , 7 , 2019.2, 2, v201902-py2]
# # - [arch-base , latest, 2019.2, 2, v201902-py2]
use_tofs: true
yamllint:
ignore:
Expand Down

0 comments on commit b2ef7ac

Please sign in to comment.