Skip to content

Commit

Permalink
ci(windows): use Salt version 3004 [skip ci]
Browse files Browse the repository at this point in the history
* Semi-automated using myii/ssf-formula#399
  • Loading branch information
myii committed Jan 12, 2022
1 parent e19069d commit a1e9823
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ platforms:
# yamllint enable rule:line-length
verifier:
inputs:
saltmajorversion: 3003
saltmajorversion: 3004
- name: windows-81-latest-py3
driver:
box: techneg/win81x64-pro-salt
Expand All @@ -107,4 +107,4 @@ platforms:
# yamllint enable rule:line-length
verifier:
inputs:
saltmajorversion: 3003
saltmajorversion: 3004
6 changes: 3 additions & 3 deletions kitchen.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ driver:

provisioner:
salt_install: bootstrap
salt_bootstrap_options: -pythonVersion 3 -version 3003.3
salt_bootstrap_options: -pythonVersion 3 -version 3004-2
# yamllint disable rule:line-length
init_environment: |
salt-call --local state.single file.managed `
Expand All @@ -24,8 +24,8 @@ platforms:
- name: windows-2022-latest-py3
verifier:
inputs:
saltmajorversion: 3003
saltmajorversion: 3004
- name: windows-2019-latest-py3
verifier:
inputs:
saltmajorversion: 3003
saltmajorversion: 3004
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/windows-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ values:
py_ver: py3
python_dulwich: python-dulwich
python_git: python-git
release: '3003'
release: '3004'
restart_via_at: false
retry_options:
attempts: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ values:
py_ver: py3
python_dulwich: python-dulwich
python_git: python-git
release: '3003'
release: '3004'
restart_via_at: false
retry_options:
attempts: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ values:
py_ver: py3
python_dulwich: python-dulwich
python_git: python-git
release: '3003'
release: '3004'
restart_via_at: false
retry_options:
attempts: 5
Expand Down
2 changes: 1 addition & 1 deletion test/integration/default/files/_mapdata/windows-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ values:
py_ver: py3
python_dulwich: python-dulwich
python_git: python-git
release: '3003'
release: '3004'
restart_via_at: false
retry_options:
attempts: 5
Expand Down

0 comments on commit a1e9823

Please sign in to comment.