Skip to content

Commit

Permalink
ci(vagrant): add Windows 10 pre-salted box [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#313
  • Loading branch information
myii committed Apr 13, 2021
1 parent 82e5538 commit 190bd64
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
17 changes: 17 additions & 0 deletions kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 190bd64

Please sign in to comment.