Skip to content

Commit

Permalink
feat(zabbix): adjust matrix to add 3000 & remove 2017.7
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Mar 31, 2020
1 parent edf5ee5 commit 16f5cc7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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): reinstall '`'udev'`' since removed from pre-salted images"
body: '* Automated using https://github.com/myii/ssf-formula/pull/141'
title: "ci(kitchen+travis): adjust matrix to add '`'3000'`' & remove '`'2017.7'`' [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/142'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
11 changes: 5 additions & 6 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2681,16 +2681,15 @@ ssf:
- .server.conf
- .frontend.repo
- .frontend.conf
platforms: *platforms_new
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , master, 3, default]
# - [fedora , 31 , master, 3, default]
- [ubuntu , 18.04, 3000, 3, default]
- [debian , 9 , 2019.2, 3, default]
- [ubuntu , 18.04, 2019.2, 3, default]
# - [fedora , 31 , 2019.2, 3, default]
- [ubuntu , 16.04, 2019.2, 3, default]
- [debian , 8 , 2018.3, 2, default]
# - [fedora , 30 , 2018.3, 3, default]
- [ubuntu , 16.04, 2018.3, 2, default]
- [debian , 8 , 2017.7, 2, default]
# - [centos , 6 , 2017.7, 2, default]
rubocop:
Cops:
Metrics/BlockLength:
Expand Down

0 comments on commit 16f5cc7

Please sign in to comment.