Skip to content

Commit

Permalink
feat(mysql): use latest pre-salted images
Browse files Browse the repository at this point in the history
* Avoid `[skip ci]` since extra commit required to work with new platforms
  • Loading branch information
myii committed Jun 1, 2020
1 parent c5314a8 commit 3163f03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ssf_node_anchors:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "ci(kitchen+travis): use latest pre-salted images"
body: '* Automated using https://github.com/myii/ssf-formula/pull/208'
body: '* Automated using https://github.com/myii/ssf-formula/pull/209'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
10 changes: 5 additions & 5 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2140,14 +2140,14 @@ ssf:
provisioner:
pillars_from_files:
- .sls: 'test/salt/pillar/mysql.sls'
platforms: *platforms_new
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , master, 3, default]
- [ubuntu , 18.04, master, 3, default]
- [debian , 9 , 2019.2, 3, default]
- [ubuntu , 18.04, 2019.2, 3, default]
- [debian , 9 , 2018.3, 2, default]
- [debian , 8 , 2017.7, 2, default]
- [ubuntu , 20.04, master, 3, default]
- [debian , 9 , 3000.3, 3, default]
- [ubuntu , 18.04, 3000.3, 3, default]
- [ubuntu , 16.04, 2019.2, 3, default]
yamllint:
ignore:
additional:
Expand Down

0 comments on commit 3163f03

Please sign in to comment.