Skip to content

Commit

Permalink
revert(salt): avoid FreeBSD master boxes (unused in the formula)
Browse files Browse the repository at this point in the history
This reverts commit cbaf92f.

Reverting since this isn't done with the docker containers in
`kitchen.yml` and so becomes extra code (and conditional) for no
practical use.
  • Loading branch information
myii committed Apr 22, 2021
1 parent 778ea4e commit 3d09db7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ssf/files/default/kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ platforms:
(os == 'openbsd' and not testing_openbsd.active) or
(os == 'windows' and not testing_windows.active) %}
{%- continue %}
{#- Avoid `master` boxes for the `salt-formula` #}
{%- elif [semrel_formula, salt_ver] == ['salt', 'master'] %}
{%- continue %}
{%- endif %}
- name: {{ os | replace('/', '-') }}-{{ os_ver | replace('.', '') }}-{{ salt_ver | replace('.', '-') }}-py{{ py_ver }}
driver:
Expand Down

0 comments on commit 3d09db7

Please sign in to comment.