Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openssh-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
openssh-formula
Commits
531de164
Unverified
Commit
531de164
authored
Apr 5, 2021
by
Imran Iqbal
Browse files
Options
Downloads
Patches
Plain Diff
ci(vagrant): use pre-salted boxes & conditional local settings [skip ci]
* Automated using
https://github.com/myii/ssf-formula/pull/311
parent
10fc975b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/kitchen.vagrant.yml
+5
-3
5 additions, 3 deletions
.github/workflows/kitchen.vagrant.yml
kitchen.vagrant.yml
+20
-10
20 additions, 10 deletions
kitchen.vagrant.yml
with
25 additions
and
13 deletions
.github/workflows/kitchen.vagrant.yml
+
5
−
3
View file @
531de164
...
...
@@ -14,9 +14,11 @@ jobs:
fail-fast
:
false
matrix
:
instance
:
-
default-freebsd-122-latest-py3
-
default-freebsd-114-latest-py3
-
default-openbsd-68-latest-py3
-
default-freebsd-122-master-py3
-
default-freebsd-114-master-py3
# - default-freebsd-122-3002-6-py3
# - default-freebsd-114-3002-6-py3
-
default-openbsd-68-3001-1-py3
steps
:
-
name
:
'
Check
out
code'
uses
:
'
actions/checkout@v2'
...
...
This diff is collapsed.
Click to expand it.
kitchen.vagrant.yml
+
20
−
10
View file @
531de164
...
...
@@ -7,22 +7,32 @@ driver:
customize
:
usbxhci
:
'
off'
gui
:
false
linked_clone
:
true
ssh
:
shell
:
/bin/sh
<% unless ENV['CI'] %>
linked_clone
:
true
synced_folders
:
-
-
'
.kitchen/kitchen-vagrant/%{instance_name}/vagrant'
-
'
/vagrant'
-
'
create:
true,
disabled:
false'
<% end %>
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
:
box
:
bento
/freebsd-1
2.2
-
name
:
freebsd-1
14-latest
-py3
box
:
myii
/freebsd-1
1.4-master-py3
-
name
:
freebsd-1
22-3002-6
-py3
driver
:
box
:
bento
/freebsd-1
1.4
-
name
:
openbsd-68-latest
-py3
box
:
myii
/freebsd-1
2.2-3002.6-py3
-
name
:
freebsd-114-3002-6
-py3
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
:
shell
:
/bin/ksh
provisioner
:
salt_install
:
bootstrap
synced_folders
:
[]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment