Skip to content

Commit

Permalink
Some changes to CI:
Browse files Browse the repository at this point in the history
- removed k8s 1.10.3, use 1.10.4 instead
- added k8s 1.11.0

Signed-off-by: Marc Sluiter <[email protected]>
  • Loading branch information
slintes committed Jul 26, 2018
1 parent ba2f89b commit cc599c9
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 76 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.11.0-release.mounts
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.11.0-release.packages
1 change: 1 addition & 0 deletions automation/check-patch.k8s-1.11.0-release.sh
6 changes: 3 additions & 3 deletions automation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ if [[ $TARGET =~ openshift-.* ]]; then
else
export KUBEVIRT_PROVIDER="os-3.10.0"
fi
elif [[ $TARGET =~ .*-1.9.3-.* ]]; then
export KUBEVIRT_PROVIDER="k8s-1.9.3"
elif [[ $TARGET =~ .*-1.10.4-.* ]]; then
export KUBEVIRT_PROVIDER="k8s-1.10.4"
else
export KUBEVIRT_PROVIDER="k8s-1.10.3"
export KUBEVIRT_PROVIDER="k8s-1.11.0"
fi

export KUBEVIRT_NUM_NODES=2
Expand Down
45 changes: 0 additions & 45 deletions cluster/k8s-1.10.3/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions cluster/k8s-1.10.3/provider.sh

This file was deleted.

2 changes: 1 addition & 1 deletion cluster/k8s-1.11.0/provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

image="k8s-1.11.0@sha256:1e936a35d84102f96253002e463c6142c3422f4d6012ef4bdcc5e9cd6a63d359"
image="k8s-1.11.0@sha256:6c1caf5559eb02a144bf606de37eb0194c06ace4d77ad4561459f3bde876151c"

source cluster/ephemeral-provider-common.sh

Expand Down
2 changes: 1 addition & 1 deletion hack/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ unset binaries docker_images docker_prefix docker_tag manifest_templates \
master_ip network_provider kubeconfig manifest_docker_prefix namespace

KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-${PROVIDER}}
KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-k8s-1.10.3}
KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-k8s-1.10.4}

source ${KUBEVIRT_PATH}hack/config-default.sh source ${KUBEVIRT_PATH}hack/config-${KUBEVIRT_PROVIDER}.sh

Expand Down
5 changes: 3 additions & 2 deletions stdci.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
sub-stages:
- k8s-1.10.3-dev
- k8s-1.10.3-release
- k8s-1.10.4-release
- k8s-1.11.0-dev
- k8s-1.11.0-release
- openshift-3.10-release
- windows2016-release
runtime_requirements:
Expand Down

0 comments on commit cc599c9

Please sign in to comment.