Skip to content

Commit

Permalink
feat(mattermost): adjust Travis matrix to use systemd platforms only
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jan 20, 2020
1 parent 9211e96 commit adaef37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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
title: 'feat(semantic-release): update for this formula'
body: '* Updated using https://github.com/myii/ssf-formula/pull/34'
title: 'ci(travis): adjust matrix to use `systemd` platforms only'
body: '* Automated using https://github.com/myii/ssf-formula/pull/120'
# yamllint enable rule:line-length
github:
owner: 'saltstack-formulas'
Expand Down
10 changes: 10 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,16 @@ ssf:
provisioner:
pillars_from_files:
- .sls: 'test/salt/default/pillar/mattermost.sls'
# Based on `platforms_matrix_systemd_only`,
# simply because `centos-6` not working
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , master, 3, default]
- [ubuntu , 18.04, 2019.2, 3, default]
- [centos , 8 , 2019.2, 3, default]
- [fedora , 30 , 2018.3, 3, default]
- [arch-base , latest, 2018.3, 2, default]
- [amazonlinux , 2 , 2017.7, 2, default]
semrel_files: *semrel_files_default
mongodb:
context:
Expand Down

0 comments on commit adaef37

Please sign in to comment.