Skip to content

Commit

Permalink
feat(libvirt): adjust matrix to add 3000.2 & remove 2018.3
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 3, 2020
1 parent 5ebc273 commit 8224fdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "ci(kitchen+travis): adjust matrix to add '`'3000.2'`' & remove '`'2018.3'`' [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/169'
title: "ci(kitchen+travis): adjust matrix to add '`'3000.2'`' & remove '`'2018.3'`'"
body: '* Automated using https://github.com/myii/ssf-formula/pull/171'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
9 changes: 5 additions & 4 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1134,15 +1134,16 @@ ssf:
- default
- share
- clean
platforms: *platforms_new
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , master, 3, default]
- [debian , 10 , master, 3, clean]
- [ubuntu , 18.04, 2019.2, 3, default]
- [centos , 8 , 2019.2, 3, default]
- [ubuntu , 18.04, 3000.2, 3, default]
- [centos , 8 , 3000.2, 3, default]
- [opensuse/leap, 15.1 , 3000.2, 3, default]
- [fedora , 31 , 2019.2, 3, default]
- [opensuse/leap, 15.1 , 2018.3, 2, default]
- [ubuntu , 16.04, 2018.3, 2, default]
- [ubuntu , 16.04, 2019.2, 3, default]
use_libsaltcli: true
use_tofs: true
semrel_files: *semrel_files_default
Expand Down

0 comments on commit 8224fdd

Please sign in to comment.