Skip to content

Commit

Permalink
bump k8s provider to 1.14.6
Browse files Browse the repository at this point in the history
Let's test what is comming in OKD 4.2 beforehand by using newer
Kubernetes for testing.

Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Sep 26, 2019
1 parent 6842b13 commit 9114e3e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ OPERATOR_SDK ?= build/_output/bin/operator-sdk
GITHUB_RELEASE ?= build/_output/bin/github-release
LOCAL_REGISTRY ?= registry:5000

export KUBEVIRT_PROVIDER ?= k8s-1.13.3
export KUBEVIRT_PROVIDER ?= k8s-1.14.6
export KUBEVIRT_NUM_NODES ?= 1
export KUBEVIRT_NUM_SECONDARY_NICS ?= 2

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion hack/install-kubevirtci.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

organization=kubevirt
commit="db8c24bf830bb927f01829e6c9f083627fe6b832"
commit="c183644534f59c24e012940127c2c3a361510848"

script_dir=$(dirname "$(readlink -f "$0")")
kubevirtci_dir=kubevirtci
Expand Down
2 changes: 1 addition & 1 deletion stdci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sub-stages:
- k8s-1.13.3
- k8s-1.14.6
- os-3.11.0

runtime_requirements:
Expand Down

0 comments on commit 9114e3e

Please sign in to comment.