ci(kitchen.vagrant.yml): disable FreeBSD until pre-salted boxes updated
* Automated using https://github.com/myii/ssf-formula/pull/341
This commit is contained in:
parent
0ab42d7ce8
commit
fa820c7839
|
@ -14,9 +14,9 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
instance:
|
instance:
|
||||||
- v3002-py3-freebsd-130-3002-6-py3
|
# - v3002-py3-freebsd-130-3002-6-py3
|
||||||
- v3002-py3-freebsd-122-3002-6-py3
|
# - v3002-py3-freebsd-122-3002-6-py3
|
||||||
- v3002-py3-freebsd-114-3002-6-py3
|
# - v3002-py3-freebsd-114-3002-6-py3
|
||||||
- v3002-py3-openbsd-69-3002-6-py3
|
- v3002-py3-openbsd-69-3002-6-py3
|
||||||
- v3001-py3-openbsd-68-3001-1-py3
|
- v3001-py3-openbsd-68-3001-1-py3
|
||||||
- v3003-py3-windows-10-latest-py3
|
- v3003-py3-windows-10-latest-py3
|
||||||
|
|
|
@ -15,7 +15,7 @@ platforms:
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
salt_install: bootstrap
|
salt_install: bootstrap
|
||||||
salt_bootstrap_options: -pythonVersion 3 -version 3003
|
salt_bootstrap_options: -pythonVersion 3 -version 3003.1
|
||||||
# yamllint disable rule:line-length
|
# yamllint disable rule:line-length
|
||||||
init_environment: |
|
init_environment: |
|
||||||
C:\salt\salt-call --local state.single file.managed `
|
C:\salt\salt-call --local state.single file.managed `
|
||||||
|
|
Loading…
Reference in New Issue