Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/kubernetes-sigs/kubespray:
  Update Kubespray CI image to v2.13.0 (kubernetes-sigs#6062)
  Make Vagrant CI use unsafe I/O (kubernetes-sigs#6058)
  • Loading branch information
erulabs committed May 2, 2020
2 parents ad4c441 + 7457ce7 commit f5d68d6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stages:
- deploy-special

variables:
KUBESPRAY_VERSION: v2.12.6
KUBESPRAY_VERSION: v2.13.0
FAILFASTCI_NAMESPACE: 'kargo-ci'
GITLAB_REPOSITORY: 'kargo-ci/kubernetes-sigs-kubespray'
ANSIBLE_FORCE_COLOR: "true"
Expand Down
2 changes: 1 addition & 1 deletion test-infra/vagrant-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker image published at quay.io/kubespray/vagrant

ARG KUBESPRAY_VERSION=v2.12.6
ARG KUBESPRAY_VERSION
FROM quay.io/kubespray/kubespray:${KUBESPRAY_VERSION}

ENV VAGRANT_VERSION=2.2.7
Expand Down
6 changes: 6 additions & 0 deletions tests/files/vagrant_ubuntu18-flannel.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# For CI we are not worries about data persistence across reboot
$libvirt_volume_cache = "unsafe"

# Checking for box update can trigger API rate limiting
# https://www.vagrantup.com/docs/vagrant-cloud/request-limits.html
$box_check_update = false

0 comments on commit f5d68d6

Please sign in to comment.