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:
Imran Iqbal 2021-04-13 18:46:19 +01:00
parent 82e5538dec
commit 190bd644bf
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819
3 changed files with 19 additions and 0 deletions

View file

@ -14,6 +14,7 @@ jobs:
fail-fast: false
matrix:
instance:
- windows-windows-10-latest-py3
- windows-windows-81-latest-py3
steps:
- name: 'Check out code'

View file

@ -18,6 +18,23 @@ driver:
<% end %>
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
driver:
box: techneg/win81x64-pro-salt

View file

@ -611,6 +611,7 @@ suites:
- path: test/integration/default
- name: windows
includes:
- windows-10-latest-py3
- windows-81-latest-py3
- windows-2019-latest-py3
- windows-2016-latest-py3