Skip to content

Commit

Permalink
Merge pull request #305 from myii/feat/add-vagrant-testing-via-github…
Browse files Browse the repository at this point in the history
…-actions-for-XYZ

feat(vault): add FreeBSD testing (Vagrant)
  • Loading branch information
myii authored Mar 23, 2022
2 parents 432fbf2 + 2692eb6 commit ac4505a
Show file tree
Hide file tree
Showing 5 changed files with 24 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 @@ -64,8 +64,8 @@ ssf_node_anchors:
upstream: 'upstream'
commit:
# yamllint disable rule:line-length rule:quoted-strings
title: "chore(gemfile.lock): update to latest gem versions (2022-W12) [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/424'
title: "ci: enable Vagrant-based testing using GitHub Actions"
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/305'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
1 change: 1 addition & 0 deletions ssf/files/default/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ gem 'kitchen-salt', '>= 0.7.2'
'postgres',
'salt',
'snmp',
'vault',
] %}
{%- if semrel_formula in ['openvpn'] %}
gem 'rspec-retry'
Expand Down
17 changes: 17 additions & 0 deletions ssf/files/tofs_vault-formula/.salt-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
# vim: ft=yaml
---
exclude_paths: []
rules:
204: # Lines should be no longer that 160 chars
ignore: |
vault/files/vault.service.fbsd.j2
skip_list:
# Using `salt-lint` for linting other files as well, such as Jinja macros/templates
- 205 # Use ".sls" as a Salt State file extension
# Skipping `207` and `208` because `210` is sufficient, at least for the time-being
# I.e. Allows 3-digit unquoted codes to still be used, such as `644` and `755`
- 207 # File modes should always be encapsulated in quotation marks
- 208 # File modes should always contain a leading zero
tags: []
verbosity: 1
1 change: 1 addition & 0 deletions ssf/files/tofs_vault-formula/Gemfile.lock
3 changes: 3 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5333,6 +5333,9 @@ ssf:
# # - [gentoo/stage3, 0 , master, 0, '']
- [almalinux , 0 , master, 0, '']
- [rockylinux , 0 , master, 0, '']
- [freebsd , 0 , master, 3, '']
testing_freebsd:
active: true
semrel_files: *semrel_files_default
vim:
context:
Expand Down

0 comments on commit ac4505a

Please sign in to comment.