mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00

* Test out the minor versions * update the maxsplit for the target_salt_version to account for minor versions passed in with dashes because kitchen does not like dots. * Blacklist 3005-1 and 3006-1 for git. * different approach to getting the target salt version * Adding missing kitchen files.
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
---
|
|
driver:
|
|
name: proxy
|
|
host: localhost
|
|
reset_command: "exit 0"
|
|
port: 5985
|
|
username: kitchen
|
|
password: Password1
|
|
|
|
provisioner:
|
|
salt_bootstrap_url: D:/a/salt-bootstrap/salt-bootstrap/bootstrap-salt.ps1
|
|
salt_bootstrap_options: -pythonVersion 3 -version %s
|
|
init_environment: ''
|
|
|
|
platforms:
|
|
- name: windows-2022
|
|
- name: windows-2019
|
|
|
|
suites:
|
|
- name: stable-3003
|
|
provisioner:
|
|
salt_version: 3003.4-1
|
|
salt_call_command: c:\salt\salt-call.bat
|
|
- name: stable-3004
|
|
provisioner:
|
|
salt_version: 3004.1-1
|
|
salt_call_command: c:\Program Files\Salt Project\Salt\salt-call.bat
|
|
- name: stable-3005
|
|
provisioner:
|
|
salt_version: 3005.1-1
|
|
- name: stable-3005-1
|
|
provisioner:
|
|
salt_version: 3005.1-1
|
|
- name: stable-3006
|
|
provisioner:
|
|
salt_version: 3006.0
|
|
salt_call_command: c:\Program Files\Salt Project\Salt\salt-call.exe
|
|
- name: stable-3006-1
|
|
provisioner:
|
|
salt_version: 3006.1
|
|
salt_call_command: c:\Program Files\Salt Project\Salt\salt-call.exe
|
|
- name: latest
|
|
provisioner:
|
|
salt_version: latest
|
|
salt_call_command: c:\Program Files\Salt Project\Salt\salt-call.exe
|
|
|
|
verifier:
|
|
command: pytest --cache-clear -v -s -ra --log-cli-level=debug -k "not test_ping" tests/integration/
|