Skip to content

Commit

Permalink
feat(node): add FreeBSD, OpenBSD & Windows testing (Vagrant)
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Mar 24, 2022
1 parent d0ea071 commit cd0ec95
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ssf_node_anchors:
commit:
# yamllint disable rule:line-length rule:quoted-strings
title: "ci: enable Vagrant-based testing using GitHub Actions"
body: '* Semi-automated using https://github.com/myii/ssf-formula/pull/305'
body: '* Automated using https://github.com/myii/ssf-formula/pull/312'
# 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 @@ -23,6 +23,7 @@ gem 'kitchen-salt', '>= 0.7.2'
'golang',
'nfs',
'nginx',
'node',
'openssh',
'openvpn',
'packages',
Expand Down
1 change: 1 addition & 0 deletions ssf/files/tofs_node-formula/Gemfile.lock
10 changes: 10 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3162,8 +3162,18 @@ ssf:
# # - [gentoo/stage3, 0 , master, 0, default]
- [almalinux , 0 , master, 0, default]
- [rockylinux , 0 , master, 0, default]
- [freebsd , 0 , master, 3, default]
- [openbsd , 0 , 0 , 3, default]
- [windows , 0 , latest, 3, default]
platforms_matrix_allow_failure:
- [debian , 11 , master, 3, repo]
testing_freebsd:
active: true
testing_openbsd:
active: true
testing_windows:
active: true
winrepo_ng: ['node.js'] # 'node.js-lts' also available
# Use this to start adopting the latest `platforms_matrix`
use_tofs: true
yamllint:
Expand Down

0 comments on commit cd0ec95

Please sign in to comment.