Browse Source

ci(kitchen.vagrant.yml): disable FreeBSD until pre-salted boxes updated

* Automated using https://github.com/myii/ssf-formula/pull/341
tags/v1.9.0
Imran Iqbal 3 years ago
parent
commit
fa820c7839
No account linked to committer's email address
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      .github/workflows/kitchen.vagrant.yml
  2. +1
    -1
      kitchen.windows.yml

+ 3
- 3
.github/workflows/kitchen.vagrant.yml View File

fail-fast: false fail-fast: false
matrix: matrix:
instance: instance:
- v3002-py3-freebsd-130-3002-6-py3
- v3002-py3-freebsd-122-3002-6-py3
- v3002-py3-freebsd-114-3002-6-py3
# - v3002-py3-freebsd-130-3002-6-py3
# - v3002-py3-freebsd-122-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

+ 1
- 1
kitchen.windows.yml View File



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…
Cancel
Save