Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
a24162f5
Unverified
Commit
a24162f5
authored
3 years ago
by
Cristian Calin
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
CI: upgrade vagrant to 2.2.19 (#8264)
parent
e8244324
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci/lint.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci/lint.yml
test-infra/vagrant-docker/Dockerfile
+1
-1
1 addition, 1 deletion
test-infra/vagrant-docker/Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci/lint.yml
+
1
−
1
View file @
a24162f5
...
...
@@ -14,7 +14,7 @@ vagrant-validate:
stage
:
unit-tests
tags
:
[
light
]
variables
:
VAGRANT_VERSION
:
2.2.1
5
VAGRANT_VERSION
:
2.2.1
9
script
:
-
./tests/scripts/vagrant-validate.sh
except
:
[
'
triggers'
,
'
master'
]
...
...
This diff is collapsed.
Click to expand it.
test-infra/vagrant-docker/Dockerfile
+
1
−
1
View file @
a24162f5
...
...
@@ -3,7 +3,7 @@
ARG
KUBESPRAY_VERSION
FROM
quay.io/kubespray/kubespray:${KUBESPRAY_VERSION}
ENV
VAGRANT_VERSION=2.2.1
5
ENV
VAGRANT_VERSION=2.2.1
9
ENV
VAGRANT_DEFAULT_PROVIDER=libvirt
RUN
apt-get update
&&
apt-get
install
-y
wget libvirt-dev openssh-client rsync git
...
...
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
register
or
sign in
to comment