Browse Source

ci(vagrant): use pre-salted boxes & conditional local settings [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/311
tags/v1.8.2
Imran Iqbal 3 years ago
parent
commit
5941618c6e
No account linked to committer's email address
3 changed files with 26 additions and 17 deletions
  1. +3
    -3
      .github/workflows/kitchen.vagrant.yml
  2. +20
    -11
      kitchen.vagrant.yml
  3. +3
    -3
      kitchen.yml

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

fail-fast: false fail-fast: false
matrix: matrix:
instance: instance:
- v3002-py3-freebsd-122-latest-py3
- v3002-py3-freebsd-114-latest-py3
- v3001-py3-openbsd-68-latest-py3
- v3002-py3-freebsd-122-3002-6-py3
- v3002-py3-freebsd-114-3002-6-py3
- v3001-py3-openbsd-68-3001-1-py3
- v3002-py3-windows-81-latest-py3 - v3002-py3-windows-81-latest-py3
steps: steps:
- name: 'Check out code' - name: 'Check out code'

+ 20
- 11
kitchen.vagrant.yml View File

customize: customize:
usbxhci: 'off' usbxhci: 'off'
gui: false gui: false
linked_clone: true
ssh: ssh:
shell: /bin/sh shell: /bin/sh
<% unless ENV['CI'] %>
linked_clone: true
synced_folders:
- - '.kitchen/kitchen-vagrant/%{instance_name}/vagrant'
- '/vagrant'
- 'create: true, disabled: false'
<% end %>


platforms: platforms:
- name: freebsd-122-latest-py3
- name: freebsd-122-master-py3
driver:
box: myii/freebsd-12.2-master-py3
- name: freebsd-114-master-py3
driver: driver:
box: bento/freebsd-12.2
- name: freebsd-114-latest-py3
box: myii/freebsd-11.4-master-py3
- name: freebsd-122-3002-6-py3
driver: driver:
box: bento/freebsd-11.4
- name: openbsd-68-latest-py3
box: myii/freebsd-12.2-3002.6-py3
- name: freebsd-114-3002-6-py3
driver: driver:
box: generic/openbsd6
box: myii/freebsd-11.4-3002.6-py3
- name: openbsd-68-3001-1-py3
driver:
box: myii/openbsd-6.8-3001.1-py3
ssh: ssh:
shell: /bin/ksh shell: /bin/ksh
synced_folders: []
- name: windows-81-latest-py3 - name: windows-81-latest-py3
driver: driver:
box: techneg/win81x64-pro-salt box: techneg/win81x64-pro-salt
customize: {} customize: {}
ssh: {} ssh: {}
provisioner: provisioner:
salt_install: none
# yamllint disable rule:line-length # yamllint disable rule:line-length
init_environment: | init_environment: |
# Workaround to allow `kitchen converge` to be used multiple times # Workaround to allow `kitchen converge` to be used multiple times
skip_verify=True makedirs=True skip_verify=True makedirs=True
exit 0 exit 0
# yamllint enable rule:line-length # yamllint enable rule:line-length

provisioner:
salt_install: bootstrap

+ 3
- 3
kitchen.yml View File

- arch-base-latest-3002-5-py3 - arch-base-latest-3002-5-py3
- gentoo-stage3-latest-3002-5-py3 - gentoo-stage3-latest-3002-5-py3
- gentoo-stage3-systemd-3002-5-py3 - gentoo-stage3-systemd-3002-5-py3
- freebsd-122-latest-py3
- freebsd-114-latest-py3
- freebsd-122-3002-6-py3
- freebsd-114-3002-6-py3
- windows-81-latest-py3 - windows-81-latest-py3
- windows-2019-latest-py3 - windows-2019-latest-py3
- windows-2016-latest-py3 - windows-2016-latest-py3
- arch-base-latest-3001-6-py3 - arch-base-latest-3001-6-py3
- gentoo-stage3-latest-3001-6-py3 - gentoo-stage3-latest-3001-6-py3
- gentoo-stage3-systemd-3001-6-py3 - gentoo-stage3-systemd-3001-6-py3
- openbsd-68-latest-py3
- openbsd-68-3001-1-py3
provisioner: provisioner:
state_top: state_top:
base: base:

Loading…
Cancel
Save