0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2025-04-06 12:45:11 +02:00

Merge 319cc516ff1d3c640fca89ebc4a6701a201891f1 into bf52207a9bcdfcba7abe27013c082594a8ae139d

This commit is contained in:
Sean Molenaar 2025-02-12 19:09:13 +00:00 committed by GitHub
commit 08b10343d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 36 additions and 36 deletions

View File

@ -8,6 +8,29 @@ env:
KITCHEN_LOCAL_YAML: 'kitchen.macos.yml'
jobs:
test-13:
runs-on: 'macos-12'
strategy:
fail-fast: false
matrix:
instance:
- default-macos-13-latest-py3
steps:
- name: 'Check out code'
uses: 'actions/checkout@v2'
- name: 'Set up Bundler cache'
uses: 'actions/cache@v1'
with:
path: 'vendor/bundle'
key: "${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}"
restore-keys: "${{ runner.os }}-gems-"
- name: 'Run Bundler'
run: |
ruby --version
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: 'Run Test Kitchen'
run: 'bundle exec kitchen verify ${{ matrix.instance }}'
test-12:
runs-on: 'macos-12'
strategy:
@ -54,26 +77,3 @@ jobs:
bundle install --jobs 4 --retry 3
- name: 'Run Test Kitchen'
run: 'bundle exec kitchen verify ${{ matrix.instance }}'
test-1015:
runs-on: 'macos-10.15'
strategy:
fail-fast: false
matrix:
instance:
- default-macos-1015-latest-py3
steps:
- name: 'Check out code'
uses: 'actions/checkout@v2'
- name: 'Set up Bundler cache'
uses: 'actions/cache@v1'
with:
path: 'vendor/bundle'
key: "${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}"
restore-keys: "${{ runner.os }}-gems-"
- name: 'Run Bundler'
run: |
ruby --version
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: 'Run Test Kitchen'
run: 'bundle exec kitchen verify ${{ matrix.instance }}'

View File

@ -9,7 +9,7 @@ env:
jobs:
test:
runs-on: 'macos-10.15'
runs-on: 'macos-12'
strategy:
fail-fast: false
matrix:

View File

@ -7,19 +7,19 @@ driver:
provisioner:
sudo: true
salt_install: bootstrap
salt_bootstrap_options: -P stable latest
salt_bootstrap_options: -P onedir 3006.1
salt_call_command: /opt/salt/bin/salt-call
platforms:
- name: macos-13-latest-py3
verifier:
inputs:
saltmajorversion: 3006
- name: macos-12-latest-py3
verifier:
inputs:
saltmajorversion: 3004
saltmajorversion: 3006
- name: macos-11-latest-py3
verifier:
inputs:
saltmajorversion: 3004
- name: macos-1015-latest-py3
verifier:
inputs:
saltmajorversion: 3004
saltmajorversion: 3006

View File

@ -74,7 +74,7 @@ platforms:
# yamllint enable rule:line-length
verifier:
inputs:
saltmajorversion: 3004
saltmajorversion: 3006
- name: windows-81-latest-py3
driver:
box: techneg/win81x64-pro-salt
@ -98,4 +98,4 @@ platforms:
# yamllint enable rule:line-length
verifier:
inputs:
saltmajorversion: 3004
saltmajorversion: 3006

View File

@ -11,7 +11,7 @@ driver:
provisioner:
salt_install: bootstrap
salt_bootstrap_options: -pythonVersion 3 -version 3004.1-1
salt_bootstrap_options: -version onedir
# yamllint disable rule:line-length
init_environment: |
salt-call --local state.single file.managed `
@ -24,8 +24,8 @@ platforms:
- name: windows-2022-latest-py3
verifier:
inputs:
saltmajorversion: 3004
saltmajorversion: 3006
- name: windows-2019-latest-py3
verifier:
inputs:
saltmajorversion: 3004
saltmajorversion: 3006