Skip to content

Commit

Permalink
feat(golang): finalise PR 37
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Jun 3, 2020
1 parent dfa39df commit c8cb98e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ssf_node_anchors:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length rule:quoted-strings
title: "ci(kitchen+travis): use latest pre-salted images"
body: '* Automated using https://github.com/myii/ssf-formula/pull/216'
body: '* Automated using https://github.com/myii/ssf-formula/pull/217'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
4 changes: 2 additions & 2 deletions ssf/files/tofs_template-formula/docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ These formulas are already compatible with semantic-release *and* have global ``
#. `dhcpd-formula <https://github.com/saltstack-formulas/dhcpd-formula>`_
#. `eclipse-formula <https://github.com/saltstack-formulas/eclipse-formula>`_
#. `fail2ban-formula <https://github.com/saltstack-formulas/fail2ban-formula>`_
#. `golang-formula <https://github.com/saltstack-formulas/golang-formula>`_
#. `iptables-formula <https://github.com/saltstack-formulas/iptables-formula>`_
#. `iscsi-formula <https://github.com/saltstack-formulas/iscsi-formula>`_
#. `jetbrains-appcode-formula <https://github.com/saltstack-formulas/jetbrains-appcode-formula>`_
Expand Down Expand Up @@ -205,7 +206,7 @@ These formulas are already compatible with semantic-release *and* have global ``

These formulas are also compatible with semantic-release:

40. `apache-formula <https://github.com/saltstack-formulas/apache-formula>`_
41. `apache-formula <https://github.com/saltstack-formulas/apache-formula>`_
#. `apt-cacher-formula <https://github.com/saltstack-formulas/apt-cacher-formula>`_
#. `cert-formula <https://github.com/saltstack-formulas/cert-formula>`_
#. `chrony-formula <https://github.com/saltstack-formulas/chrony-formula>`_
Expand All @@ -217,7 +218,6 @@ These formulas are also compatible with semantic-release:
#. `epel-formula <https://github.com/saltstack-formulas/epel-formula>`_
#. `exim-formula <https://github.com/saltstack-formulas/exim-formula>`_
#. `firewalld-formula <https://github.com/saltstack-formulas/firewalld-formula>`_
#. `golang-formula <https://github.com/saltstack-formulas/golang-formula>`_
#. `grafana-formula <https://github.com/saltstack-formulas/grafana-formula>`_
#. `hostsfile-formula <https://github.com/saltstack-formulas/hostsfile-formula>`_
#. `icinga2-formula <https://github.com/saltstack-formulas/icinga2-formula>`_
Expand Down
16 changes: 8 additions & 8 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,10 @@ ssf:
semrel_files: *semrel_files_default
golang:
context:
codeowners:
entries:
global:
- '*': '@noelmcloughlin'
git:
github:
repo: 'golang-formula'
Expand All @@ -1060,17 +1064,13 @@ ssf:
inspec_yml:
summary: >-
Verify that the golang formula is setup and configured correctly
platforms: *platforms_new
platforms_matrix:
# [os , os_ver, salt_ver, py_ver, inspec_suite]
- [debian , 10 , master, 3, default]
- [ubuntu , 18.04, 2019.2, 3, default]
- [amazonlinux , 2 , 2019.2, 3, default]
# - [arch-base , latest, 2019.2, 2, default]
- [fedora , 30 , 2018.3, 3, default]
- [debian , 9 , 2018.3, 2, default]
# - [opensuse/leap, 15.1 , 2018.3, 2, default]
- [centos , 6 , 2017.7, 2, default]
travis: *travis_do_not_use_single_job_for_linters
- [centos , 8 , master, 3, default]
- [fedora , 32 , master, 3, default]
- [opensuse/leap, 15.2 , master, 3, default]
use_tofs: true
semrel_files: *semrel_files_default
grafana:
Expand Down

0 comments on commit c8cb98e

Please sign in to comment.