mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
ci(vagrant): add Windows 10 pre-salted box [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/313
This commit is contained in:
parent
82e5538dec
commit
190bd644bf
3 changed files with 19 additions and 0 deletions
1
.github/workflows/kitchen.vagrant.yml
vendored
1
.github/workflows/kitchen.vagrant.yml
vendored
|
@ -14,6 +14,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
instance:
|
instance:
|
||||||
|
- windows-windows-10-latest-py3
|
||||||
- windows-windows-81-latest-py3
|
- windows-windows-81-latest-py3
|
||||||
steps:
|
steps:
|
||||||
- name: 'Check out code'
|
- name: 'Check out code'
|
||||||
|
|
|
@ -18,6 +18,23 @@ driver:
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
|
- name: windows-10-latest-py3
|
||||||
|
driver:
|
||||||
|
box: techneg/win10x64-pro-salt
|
||||||
|
cache_directory: "/omnibus/cache"
|
||||||
|
customize: {}
|
||||||
|
ssh: {}
|
||||||
|
provisioner:
|
||||||
|
# yamllint disable rule:line-length
|
||||||
|
init_environment: |
|
||||||
|
# Workaround to allow `kitchen converge` to be used multiple times
|
||||||
|
# without having to `kitchen destroy` first: remove state files cached by
|
||||||
|
# Salt during the previous `converge` (if present)
|
||||||
|
rm -recurse `
|
||||||
|
C:\Users\vagrant\AppData\Local\Temp\kitchen\var\cache\salt\minion\files\base `
|
||||||
|
-ErrorAction SilentlyContinue
|
||||||
|
exit 0
|
||||||
|
# yamllint enable rule:line-length
|
||||||
- name: windows-81-latest-py3
|
- name: windows-81-latest-py3
|
||||||
driver:
|
driver:
|
||||||
box: techneg/win81x64-pro-salt
|
box: techneg/win81x64-pro-salt
|
||||||
|
|
|
@ -611,6 +611,7 @@ suites:
|
||||||
- path: test/integration/default
|
- path: test/integration/default
|
||||||
- name: windows
|
- name: windows
|
||||||
includes:
|
includes:
|
||||||
|
- windows-10-latest-py3
|
||||||
- windows-81-latest-py3
|
- windows-81-latest-py3
|
||||||
- windows-2019-latest-py3
|
- windows-2019-latest-py3
|
||||||
- windows-2016-latest-py3
|
- windows-2016-latest-py3
|
||||||
|
|
Loading…
Add table
Reference in a new issue