Browse Source

ci(vagrant): add FreeBSD 13.0 [skip ci]

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

+ 1
- 0
.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-122-3002-6-py3
- v3002-py3-freebsd-114-3002-6-py3 - v3002-py3-freebsd-114-3002-6-py3
- v3001-py3-openbsd-68-3001-1-py3 - v3001-py3-openbsd-68-3001-1-py3

+ 3
- 5
kitchen.vagrant.yml View File

<% end %> <% end %>


platforms: platforms:
- name: freebsd-122-master-py3
- name: freebsd-130-3002-6-py3
driver: driver:
box: myii/freebsd-12.2-master-py3
- name: freebsd-114-master-py3
driver:
box: myii/freebsd-11.4-master-py3
box: myii/freebsd-13.0-3002.6-py3
synced_folders: [] # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255208
- name: freebsd-122-3002-6-py3 - name: freebsd-122-3002-6-py3
driver: driver:
box: myii/freebsd-12.2-3002.6-py3 box: myii/freebsd-12.2-3002.6-py3

+ 1
- 0
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-130-3002-6-py3
- freebsd-122-3002-6-py3 - freebsd-122-3002-6-py3
- freebsd-114-3002-6-py3 - freebsd-114-3002-6-py3
- windows-10-latest-py3 - windows-10-latest-py3

Loading…
Cancel
Save