Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(logrotate): use latest pre-salted images (platforms_new) #206

Merged
merged 1 commit into from
May 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,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): use new platforms"
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/205'
title: "ci(kitchen+travis): use latest pre-salted images [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/206'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
14 changes: 12 additions & 2 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,15 @@ ssf_node_anchors:
- [fedora , 30 , 2018.3, 3, default]
# - [arch-base , latest, 2018.3, 2, default]
- [centos , 6 , 2017.7, 2, default]
platforms_matrix_without_arch_new: &platforms_matrix_without_arch_new
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , master, 3, default]
- [ubuntu , 20.04, master, 3, default]
- [centos , 8 , master, 3, default]
- [fedora , 32 , master, 3, default]
- [opensuse/leap, 15.2 , 3000.3, 3, default]
- [amazonlinux , 2 , 3000.3, 3, default]
# - [arch-base , latest, 2019.2, 2, default]
platforms_matrix_jetbrains: &platforms_matrix_jetbrains
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , master, 3, default]
Expand Down Expand Up @@ -1984,12 +1993,13 @@ ssf:
provisioner:
dependencies: *dependencies_states
state_top:
- 'G@os_family:Suse or G@os:Debian':
- 'G@os_family:Suse or G@os_family:Debian':
- states.cron
- '*':
- .
- .jobs
platforms_matrix: *platforms_matrix_without_arch
platforms: *platforms_new
platforms_matrix: *platforms_matrix_without_arch_new
semrel_files: *semrel_files_default
lvm:
context:
Expand Down