Skip to content

Commit

Permalink
feat(salt): select final platforms_matrix to use
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 1, 2020
1 parent 4756fc8 commit 1d8e64f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2164,26 +2164,26 @@ ssf:
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , 3000.2, 3, v3000-py3]
- [debian , 9 , 3000.2, 3, v3000-py3]
- [ubuntu , 18.04, 3000.2, 3, v3000-py3]
# - [debian , 9 , 3000.2, 3, v3000-py3]
# - [ubuntu , 18.04, 3000.2, 3, v3000-py3]
- [centos , 8 , 3000.2, 3, v3000-py3]
- [centos , 7 , 3000.2, 3, v3000-py3]
# - [centos , 7 , 3000.2, 3, v3000-py3]
- [fedora , 31 , 3000.2, 3, v3000-py3]
# # Not working for `3000.X` yet
# # - [opensuse/leap, 15.1 , 3000.2, 3, v3000-py3]
- [amazonlinux , 2 , 3000.2, 3, v3000-py3]
- [ubuntu , 18.04, 3000.2, 2, v3000-py2]
- [ubuntu , 16.04, 3000.2, 2, v3000-py2]
- [debian , 10 , 2019.2, 3, v201902-py3]
# - [ubuntu , 16.04, 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]
# - [ubuntu , 18.04, 2019.2, 3, v201902-py3]
- [ubuntu , 16.04, 2019.2, 3, v201902-py3]
- [centos , 8 , 2019.2, 3, v201902-py3]
# - [centos , 8 , 2019.2, 3, v201902-py3]
- [centos , 7 , 2019.2, 3, v201902-py3]
# # Won't install less than `3000.X`
# # - [fedora , 31 , 2019.2, 3, v201902-py3]
- [opensuse/leap, 15.1 , 2019.2, 3, v201902-py3]
- [amazonlinux , 2 , 2019.2, 3, v201902-py3]
# - [amazonlinux , 2 , 2019.2, 3, v201902-py3]
- [centos , 6 , 2019.2, 2, v201902-py2]
# # States don't complete
# # - [amazonlinux , 1 , 2019.2, 2, v201902-py2]
Expand Down

0 comments on commit 1d8e64f

Please sign in to comment.