Skip to content

Commit

Permalink
Bump kubevirtci
Browse files Browse the repository at this point in the history
Mostly Calico bump to 3.15.1 and
cleaning ocp/okd providers.

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval committed Jul 30, 2020
1 parent 6f3f5b4 commit 9637662
Show file tree
Hide file tree
Showing 18 changed files with 8 additions and 663 deletions.
2 changes: 1 addition & 1 deletion cluster-up-sha.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6de2d58ced4b3684c800b4673a451fa06393622a
8a5463523c8bec2250c246e48566d3bc48d0232b
16 changes: 3 additions & 13 deletions cluster-up/cluster/images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,16 @@
set -e

declare -A IMAGES
IMAGES[gocli]="gocli@sha256:220f55f6b1bcb3975d535948d335bd0e6b6297149a3eba1a4c14cad9ac80f80d"
IMAGES[gocli]="gocli@sha256:0cec3163e5f8b050f129fa795b76c20cb1eb27c91564c63663160b095064a1f9"
if [ -z $KUBEVIRTCI_PROVISION_CHECK ]; then
IMAGES[k8s-fedora-1.17.0]="k8s-fedora-1.17.0@sha256:aebf67b8b1b499c721f4d98a7ab9542c680553a14cbc144d1fa701fe611f3c0d"
IMAGES[k8s-1.18]="k8s-1.18@sha256:c41e3d9adb756b60e1fbce2ffd774c66c99fdde7ee337460c472ee92868e579e"
IMAGES[k8s-1.17]="k8s-1.17@sha256:7506c49307944d2bbbf6486bc9c9aa4496694d3284143a51ee87333c1a0ab7f0"
IMAGES[k8s-1.18]="k8s-1.18@sha256:4f12393b112074f9402c96b80033759d75b131620c81152a0b4cec929c3c870e"
IMAGES[k8s-1.17]="k8s-1.17@sha256:49de8023fdce76dcf6f3685b4cedc3c84f38c90d58ddf3daf08078f3405e51df"
IMAGES[k8s-1.16]="k8s-1.16@sha256:1e153fb62c9a30ce6bc6ddc1af21bb28a56b780ec93ab15e113d729bf664469a"
IMAGES[k8s-1.15]="k8s-1.15@sha256:c58cb9d79968590f24e070bc2517088d44fa2f83ba73e989a7e0f690ad08460b"
IMAGES[k8s-1.14]="k8s-1.14@sha256:46e449b292dcb420f0944cac0a7a5c667c6f19bba2a4192737380e8e77f27ed0"
IMAGES[okd-4.1]="okd-4.1@sha256:e7e3a03bb144eb8c0be4dcd700592934856fb623d51a2b53871d69267ca51c86"
IMAGES[okd-4.2]="okd-4.2@sha256:a830064ca7bf5c5c2f15df180f816534e669a9a038fef4919116d61eb33e84c5"
IMAGES[okd-4.3]="okd-4.3@sha256:63abc3884002a615712dfac5f42785be864ea62006892bf8a086ccdbca8b3d38"
IMAGES[ocp-4.3]="ocp-4.3@sha256:d293f0bca338136ed136b08851de780d710c9e40e2a1d18e5a5595491dbdd1ea"
IMAGES[ocp-4.4]="ocp-4.4@sha256:42497f3a848c2847e3caeff6fbb7f4bb28ee48b692c0541ec7099392067a0387"
fi
export IMAGES

IMAGE_SUFFIX=""
if [[ $KUBEVIRT_PROVIDER =~ (ocp|okd).* ]]; then
IMAGE_SUFFIX="-provision"
fi

image="${IMAGES[$KUBEVIRT_PROVIDER]:-${KUBEVIRT_PROVIDER}${IMAGE_SUFFIX}:latest}"
export image
52 changes: 0 additions & 52 deletions cluster-up/cluster/ocp-4.3/README.md

This file was deleted.

73 changes: 0 additions & 73 deletions cluster-up/cluster/ocp-4.3/provider.sh

This file was deleted.

61 changes: 0 additions & 61 deletions cluster-up/cluster/ocp-4.4/README.md

This file was deleted.

73 changes: 0 additions & 73 deletions cluster-up/cluster/ocp-4.4/provider.sh

This file was deleted.

44 changes: 0 additions & 44 deletions cluster-up/cluster/okd-4.1/README.md

This file was deleted.

Loading

0 comments on commit 9637662

Please sign in to comment.